Defines | |
| #define | osip_content_encoding_init(header) osip_content_length_init(header) |
| #define | osip_content_encoding_parse(header, hvalue) osip_content_length_parse(header, hvalue) |
| #define | osip_content_encoding_to_str osip_content_length_to_str |
| #define | osip_content_encoding_free osip_content_length_free |
| #define | osip_content_encoding_clone(header, dest) osip_content_length_clone(header, dest) |
Typedefs | |
| typedef osip_content_length_t | osip_content_encoding_t |
| #define osip_content_encoding_clone | ( | header, | |||
| dest | ) | osip_content_length_clone(header, dest) |
Clone a Content-Encoding element.
| header | The element to work on. | |
| dest | A pointer on the copy of the element. |
| #define osip_content_encoding_free osip_content_length_free |
Free a Content-Encoding element.
| header | The element to work on. |
| #define osip_content_encoding_init | ( | header | ) | osip_content_length_init(header) |
Allocate a Content-Encoding element.
| header | The element to work on. |
| #define osip_content_encoding_parse | ( | header, | |||
| hvalue | ) | osip_content_length_parse(header, hvalue) |
Parse a Content-Encoding element.
| header | The element to work on. | |
| hvalue | The string to parse. |
| #define osip_content_encoding_to_str osip_content_length_to_str |
Get a string representation of a Content-Encoding element.
| header | The element to work on. | |
| dest | A pointer on the new allocated string. |
Structure for Content-Encoding headers.
1.5.4