upipe/uref_http.h header reference

Header inclusion  

Members  

Functions  

Members detail  

#define _UPIPE_UREF_HTTP_H_  

This macro is declared in upipe/uref_http.h source file, line 1.

int uref_http_cmp_cookie(struct uref *uref1, struct uref *uref2, uint8_t nb)  

This function is declared in upipe/uref_http.h source file, line 13.

This function compares the http cookie 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_cmp_cookie_value(struct uref *uref1, struct uref *uref2, const char *name)  

This function is declared in upipe/uref_http.h source file, line 16.

This function compares the http cookie value 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_cmp_cookies(struct uref *uref1, struct uref *uref2)  

This function is declared in upipe/uref_http.h source file, line 10.

This function compares the number of http cookies 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_cookie(struct uref *uref, struct uref *uref_src, uint8_t nb)  

This function is declared in upipe/uref_http.h source file, line 13.

This function copies the http cookie 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_copy_cookie_value(struct uref *uref, struct uref *uref_src, const char *name)  

This function is declared in upipe/uref_http.h source file, line 16.

This function copies the http cookie value 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_copy_cookies(struct uref *uref, struct uref *uref_src)  

This function is declared in upipe/uref_http.h source file, line 10.

This function copies the number of http cookies 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_cookie(struct uref *uref, uint8_t nb)  

This function is declared in upipe/uref_http.h source file, line 13.

This function deletes the http cookie attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_http_delete_cookie_value(struct uref *uref, const char *name)  

This function is declared in upipe/uref_http.h source file, line 16.

This function deletes the http cookie value attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_http_delete_cookies(struct uref *uref)  

This function is declared in upipe/uref_http.h source file, line 10.

This function deletes the number of http cookies attribute of a uref.

Parameter list:

  • uref: pointer to the uref

The return value is an error code

int uref_http_get_cookie(struct uref *uref, const char **p, uint8_t nb)  

This function is declared in upipe/uref_http.h source file, line 13.

This function returns the http cookie 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_get_cookie_value(struct uref *uref, const char **p, const char *name)  

This function is declared in upipe/uref_http.h source file, line 16.

This function returns the http cookie value 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_get_cookies(struct uref *uref, uint8_t *p)  

This function is declared in upipe/uref_http.h source file, line 10.

This function returns the number of http cookies 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_cookie(struct uref *uref, const char *prefix, uint8_t nb)  

This function is declared in upipe/uref_http.h source file, line 13.

This function compares the http cookie 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_match_cookie_value(struct uref *uref, const char *prefix, const char *name)  

This function is declared in upipe/uref_http.h source file, line 16.

This function compares the http cookie value 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_match_cookies(struct uref *uref, uint8_t min, uint8_t max)  

This function is declared in upipe/uref_http.h source file, line 10.

This function compares the number of http cookies attribute to given values.

Parameter list:

  • uref: pointer to the uref
  • min: minimum value
  • max: maximum value

The return value is an error code

int uref_http_set_cookie(struct uref *uref, const char *v, uint8_t nb)  

This function is declared in upipe/uref_http.h source file, line 13.

This function sets the http cookie attribute of a uref.

Parameter list:

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

The return value is an error code

int uref_http_set_cookie_value(struct uref *uref, const char *v, const char *name)  

This function is declared in upipe/uref_http.h source file, line 16.

This function sets the http cookie value attribute of a uref.

Parameter list:

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

The return value is an error code

int uref_http_set_cookies(struct uref *uref, uint8_t v)  

This function is declared in upipe/uref_http.h source file, line 10.

This function sets the number of http cookies 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:20 2018 using MkDoc