upipe-modules/uref_http_flow.h header reference

Header inclusion  

Members  

Functions  

Members detail  

#define _UPIPE_MODULES_UREF_HTTP_FLOW_H_  

This macro is declared in upipe-modules/uref_http_flow.h source file, line 24.

int uref_http_cmp_content_type(struct uref *uref1, struct uref *uref2)  

This function is declared in upipe-modules/uref_http_flow.h source file, line 32.

This function compares the http content type attribute in two urefs.

Parameter list:

  • uref1: pointer to the first uref
  • uref2: pointer to the second uref

The return value is 0 if both attributes are absent or identical

int uref_http_copy_content_type(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe-modules/uref_http_flow.h source file, line 32.

This function copies the http content type attribute from an uref to another.

Parameter list:

  • uref: pointer to the uref
  • uref_src: pointer to the source uref

The return value is an error code

int uref_http_delete_content_type(struct uref *uref)  

This function is declared in upipe-modules/uref_http_flow.h source file, line 32.

This function deletes the http content type attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_http_get_content_type(struct uref *uref, const char **p)  

This function is declared in upipe-modules/uref_http_flow.h source file, line 32.

This function returns the http content type attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • p: pointer to the retrieved value (modified during execution)

The return value is an error code

int uref_http_match_content_type(struct uref *uref, const char *prefix)  

This function is declared in upipe-modules/uref_http_flow.h source file, line 32.

This function compares the http content type attribute to a given prefix.

Parameter list:

  • uref: pointer to the uref
  • prefix: prefix to match

The return value is an error code

int uref_http_set_content_type(struct uref *uref, const char *v)  

This function is declared in upipe-modules/uref_http_flow.h source file, line 32.

This function sets the http content type attribute of a uref.

Parameter list:

  • uref: pointer to the uref
  • v: value to set

The return value is an error code

Valid XHTML 1.0 StrictGenerated by cmassiot on Fri Feb 2 23:57:18 2018 using MkDoc