SIP Witch 1.9.15
[フレーム]
Macros | Typedefs | Functions
oSIP content-disposition definition.
oSIP headers definitions
Collaboration diagram for oSIP content-disposition definition.:

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...
 
  Clone a Content-Disposition element. More...
 
  Set the type in the Content-Disposition element. More...
 
  Get the type from a Content-Disposition header. More...
 

Typedefs

  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...
 

Detailed Description

Macro Definition Documentation

#define osip_content_disposition_clone   osip_call_info_clone

#include <osip_content_disposition.h>

Clone a Content-Disposition element.

Parameters
header The element to work on.
dest A pointer on the copy of the element.

Definition at line 76 of file osip_content_disposition.h.

#define osip_content_disposition_free (   header )    osip_call_info_free(header)

#include <osip_content_disposition.h>

Free a Content-Disposition element.

Parameters
header The element to work on.

Definition at line 57 of file osip_content_disposition.h.

#define osip_content_disposition_get_type (   header )    osip_call_info_get_uri(header)

#include <osip_content_disposition.h>

Get the type from a Content-Disposition header.

Parameters
header The element to work on.

Definition at line 89 of file osip_content_disposition.h.

#define osip_content_disposition_init (   header )    osip_call_info_init(header)

#include <osip_content_disposition.h>

Allocate a Content-Disposition element.

Parameters
header The element to work on.

Definition at line 52 of file osip_content_disposition.h.

#define osip_content_disposition_set_type (   header,
  value 
)    osip_call_info_set_uri(header, value)

#include <osip_content_disposition.h>

Set the type in the Content-Disposition element.

Parameters
header The element to work on.
value The value of the element.

Definition at line 84 of file osip_content_disposition.h.

#define osip_content_disposition_to_str (   header,
  dest 
)    osip_call_info_to_str(header,dest)

#include <osip_content_disposition.h>

Get a string representation of a Content-Disposition element.

Parameters
header The element to work on.
dest A pointer on the new allocated string.

Definition at line 70 of file osip_content_disposition.h.

Typedef Documentation

#include <osip_content_disposition.h>

Structure for Content-Disposition headers.

Definition at line 41 of file osip_content_disposition.h.

Function Documentation

int osip_content_disposition_parse ( osip_content_disposition_theader,
const char *  hvalue 
)

#include <osip_content_disposition.h>

Parse a Content-Disposition element.

Parameters
header The element to work on.
hvalue The string to parse.

Generated on Dec 21, 2017 for sipwitch-1.9.15 (*.h and *.cpp), libosip2-5.0.0 (*.h) and libeXosip2-4.0.0 (*.h), by   doxygen 1.8.6

AltStyle によって変換されたページ (->オリジナル) /