SIP Witch 1.9.15
|
oSIP osip_content_encoding header definition. More...
#include <osipparser2/headers/osip_content_length.h>
Go to the source code of this file.
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... | |
oSIP osip_content_encoding header definition.
Definition in file osip_content_encoding.h.