Defines | |
| #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(header, dest) osip_content_length_clone(header, dest) |
Typedefs | |
| typedef osip_content_length_t | osip_allow_t |
| #define osip_allow_clone | ( | header, | |||
| dest | ) | osip_content_length_clone(header, dest) |
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.
1.5.4