#define osip_content_encoding_clone
(
header,
dest
)
osip_content_length_clone(header, dest)
Clone a Content-Encoding element.
- Parameters:
-
header The element to work on.
dest A pointer on the copy of the element.
#define osip_content_encoding_free
(
header
)
osip_content_length_free(header)
Free a Content-Encoding element.
- Parameters:
-
header The element to work on.
#define osip_content_encoding_init
(
header
)
osip_content_length_init(header)
Allocate a Content-Encoding element.
- Parameters:
-
header The element to work on.
#define osip_content_encoding_parse
(
header,
hvalue
)
osip_content_length_parse(header, hvalue)
Parse a Content-Encoding element.
- Parameters:
-
header The element to work on.
hvalue The string to parse.
#define osip_content_encoding_to_str
(
header,
dest
)
osip_content_length_to_str(header, dest)
Get a string representation of a Content-Encoding element.
- Parameters:
-
header The element to work on.
dest A pointer on the new allocated string.
Typedef Documentation
Structure for Content-Encoding headers.
Generated on Tue Feb 22 00:59:47 2005 for libosip by
doxygen 1.4.1