Defines | |
#define | osip_content_disposition_init(header) osip_call_info_init(header) |
#define | osip_content_disposition_free(header) osip_call_info_free(header) |
#define | osip_content_disposition_to_str(header, dest) osip_call_info_to_str(header,dest) |
#define | osip_content_disposition_clone(header, dest) osip_call_info_clone(header, dest) |
#define | osip_content_disposition_set_type(header, value) osip_call_info_set_uri(header, value) |
#define | osip_content_disposition_get_type(header) osip_call_info_get_uri(header) |
Typedefs | |
typedef osip_call_info_t | osip_content_disposition_t |
Functions | |
int | osip_content_disposition_parse (osip_content_disposition_t *header, const char *hvalue) |
|
Clone a Content-Disposition element.
|
|
Free a Content-Disposition element.
|
|
Get the type from a Content-Disposition header.
|
|
Allocate a Content-Disposition element.
|
|
Set the type in the Content-Disposition element.
|
|
Get a string representation of a Content-Disposition element.
|
|
Structure for Content-Disposition headers. |
|
Parse a Content-Disposition element.
|