SIP Witch 1.9.15
|
Macros | |
#define | osip_content_encoding_init(header) osip_content_length_init(header) |
Allocate a Content-Encoding element. More... | |
#define | osip_content_encoding_parse(header, hvalue) osip_content_length_parse(header, hvalue) |
Parse a Content-Encoding element. More... | |
#define | osip_content_encoding_to_str osip_content_length_to_str |
Get a string representation of a Content-Encoding element. More... | |
#define | osip_content_encoding_free osip_content_length_free |
Free a Content-Encoding element. More... | |
#define | osip_content_encoding_clone osip_content_length_clone |
Clone a Content-Encoding element. More... | |
Typedefs | |
typedef osip_content_length_t | osip_content_encoding_t |
Structure for Content-Encoding headers. More... | |
#define osip_content_encoding_clone osip_content_length_clone |
#include <osip_content_encoding.h>
Clone a Content-Encoding element.
header | The element to work on. |
dest | A pointer on the copy of the element. |
Definition at line 76 of file osip_content_encoding.h.
#define osip_content_encoding_free osip_content_length_free |
#include <osip_content_encoding.h>
Free a Content-Encoding element.
header | The element to work on. |
Definition at line 70 of file osip_content_encoding.h.
#define osip_content_encoding_init | ( | header | ) | osip_content_length_init(header) |
#include <osip_content_encoding.h>
Allocate a Content-Encoding element.
header | The element to work on. |
Definition at line 53 of file osip_content_encoding.h.
#define osip_content_encoding_parse | ( | header, | |
hvalue | |||
) | osip_content_length_parse(header, hvalue) |
#include <osip_content_encoding.h>
Parse a Content-Encoding element.
header | The element to work on. |
hvalue | The string to parse. |
Definition at line 59 of file osip_content_encoding.h.
#define osip_content_encoding_to_str osip_content_length_to_str |
#include <osip_content_encoding.h>
Get a string representation of a Content-Encoding element.
header | The element to work on. |
dest | A pointer on the new allocated string. |
Definition at line 65 of file osip_content_encoding.h.
#include <osip_content_encoding.h>
Structure for Content-Encoding headers.
Definition at line 41 of file osip_content_encoding.h.