SIP Witch 1.9.15
|
oSIP osip_content_disposition header definition. More...
#include <osipparser2/headers/osip_call_info.h>
Go to the source code of this file.
Macros | |
#define | osip_content_disposition_init(header) osip_call_info_init(header) |
Allocate a Content-Disposition element. More... | |
#define | osip_content_disposition_free(header) osip_call_info_free(header) |
Free a Content-Disposition element. More... | |
#define | osip_content_disposition_to_str(header, dest) osip_call_info_to_str(header,dest) |
Get a string representation of a Content-Disposition element. More... | |
#define | osip_content_disposition_clone osip_call_info_clone |
Clone a Content-Disposition element. More... | |
#define | osip_content_disposition_set_type(header, value) osip_call_info_set_uri(header, value) |
Set the type in the Content-Disposition element. More... | |
#define | osip_content_disposition_get_type(header) osip_call_info_get_uri(header) |
Get the type from a Content-Disposition header. More... | |
Typedefs | |
typedef osip_call_info_t | osip_content_disposition_t |
Structure for Content-Disposition headers. More... | |
Functions | |
int | osip_content_disposition_parse (osip_content_disposition_t *header, const char *hvalue) |
Parse a Content-Disposition element. More... | |
oSIP osip_content_disposition header definition.
Definition in file osip_content_disposition.h.