libosip
5.3.0
|
Macros | |
#define | osip_allow_init(header) osip_content_length_init(header) |
#define | osip_allow_parse(header, hvalue) osip_content_length_parse(header, hvalue) |
#define | osip_allow_to_str osip_content_length_to_str |
#define | osip_allow_free osip_content_length_free |
#define | osip_allow_clone osip_content_length_clone |
Typedefs | |
typedef osip_content_length_t | osip_allow_t |
#define osip_allow_clone osip_content_length_clone |
Clone a Allow element.
header | The element to work on. |
dest | A pointer on the copy of the element. |
#define osip_allow_free osip_content_length_free |
Free a Allow element.
header | The element to work on. |
#define osip_allow_init | ( | header | ) | osip_content_length_init(header) |
Allocate a Allow element.
header | The element to work on. |
#define osip_allow_parse | ( | header, | |
hvalue | |||
) | osip_content_length_parse(header, hvalue) |
Parse a Allow element.
header | The element to work on. |
hvalue | The string to parse. |
#define osip_allow_to_str osip_content_length_to_str |
Get a string representation of a Allow element.
header | The element to work on. |
dest | A pointer on the new allocated string. |
Structure for Allow headers.