#define osip_content_disposition_clone
(
header,
dest
)
osip_call_info_clone(header, dest)
Clone a Content-Disposition element.
- Parameters:
-
header The element to work on.
dest A pointer on the copy of the element.
#define osip_content_disposition_free
(
header
)
osip_call_info_free(header)
Free a Content-Disposition element.
- Parameters:
-
header The element to work on.
#define osip_content_disposition_get_type
(
header
)
osip_call_info_get_uri(header)
Get the type from a Content-Disposition header.
- Parameters:
-
header The element to work on.
#define osip_content_disposition_init
(
header
)
osip_call_info_init(header)
Allocate a Content-Disposition element.
- Parameters:
-
header The element to work on.
#define osip_content_disposition_set_type
(
header,
value
)
osip_call_info_set_uri(header, value)
Set the type in the Content-Disposition element.
- Parameters:
-
header The element to work on.
value The value of the element.
#define osip_content_disposition_to_str
(
header,
dest
)
osip_call_info_to_str(header,dest)
Get a string representation of a Content-Disposition element.
- Parameters:
-
header The element to work on.
dest A pointer on the new allocated string.
Typedef Documentation
Structure for Content-Disposition headers.
Function Documentation
Parse a Content-Disposition element.
- Parameters:
-
header The element to work on.
hvalue The string to parse.
Generated on Tue Feb 22 00:59:47 2005 for libosip by
doxygen 1.4.1