SIP Witch 1.9.15
|
Macros | |
#define | osip_allow_init(header) osip_content_length_init(header) |
Allocate a Allow element. More... | |
#define | osip_allow_parse(header, hvalue) osip_content_length_parse(header, hvalue) |
Parse a Allow element. More... | |
#define | osip_allow_to_str osip_content_length_to_str |
Get a string representation of a Allow element. More... | |
#define | osip_allow_free osip_content_length_free |
Free a Allow element. More... | |
#define | osip_allow_clone osip_content_length_clone |
Clone a Allow element. More... | |
Typedefs | |
typedef osip_content_length_t | osip_allow_t |
Structure for Allow headers. More... | |
#define osip_allow_clone osip_content_length_clone |
#include <osip_allow.h>
Clone a Allow element.
header | The element to work on. |
dest | A pointer on the copy of the element. |
Definition at line 75 of file osip_allow.h.
#define osip_allow_free osip_content_length_free |
#include <osip_allow.h>
Free a Allow element.
header | The element to work on. |
Definition at line 69 of file osip_allow.h.
#define osip_allow_init | ( | header | ) | osip_content_length_init(header) |
#include <osip_allow.h>
Allocate a Allow element.
header | The element to work on. |
Definition at line 52 of file osip_allow.h.
#define osip_allow_parse | ( | header, | |
hvalue | |||
) | osip_content_length_parse(header, hvalue) |
#include <osip_allow.h>
Parse a Allow element.
header | The element to work on. |
hvalue | The string to parse. |
Definition at line 58 of file osip_allow.h.
#define osip_allow_to_str osip_content_length_to_str |
#include <osip_allow.h>
Get a string representation of a Allow element.
header | The element to work on. |
dest | A pointer on the new allocated string. |
Definition at line 64 of file osip_allow.h.