Collaboration diagram for oSIP accept header definition.:
Macros
Allocate an Accept element.
More...
Allocate and add a header parameter in an Accept element.
More...
Find a header parameter in an Accept element.
More...
Typedefs
Structure for accept headers.
More...
Functions
Get a string representation of an Accept element.
More...
Detailed Description
Macro Definition Documentation
#include <osip_accept.h>
Clone an Accept element.
- Parameters
-
header The element to work on.
dest A pointer on the copy of the element.
Definition at line 76 of file osip_accept.h.
#define osip_accept_param_add
(
header,
#include <osip_accept.h>
Allocate and add a header parameter in an Accept element.
- Parameters
-
header The element to work on.
name The token name.
value The token value.
Definition at line 83 of file osip_accept.h.
#define osip_accept_param_get_byname
(
header,
dest
#include <osip_accept.h>
Find a header parameter in an Accept element.
- Parameters
-
header The element to work on.
name The token name to search.
dest A pointer on the element found.
Definition at line 90 of file osip_accept.h.
#define osip_accept_parse
(
header,
hvalue
#include <osip_accept.h>
Parse an Accept element.
- Parameters
-
header The element to work on.
hvalue The string to parse.
Definition at line 64 of file osip_accept.h.
Typedef Documentation
Function Documentation
#include <osip_accept.h>
Get a string representation of an Accept element.
- Parameters
-
header The element to work on.
dest A pointer on the new allocated string.