SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Typedefs
oSIP content-encoding header definition.
Collaboration diagram for oSIP content-encoding header definition.:

Macros

#define osip_content_encoding_init(header)   osip_content_length_init(header)
 Allocate a Content-Encoding element. More...
 
#define osip_content_encoding_parse(header, hvalue)   osip_content_length_parse(header, hvalue)
 Parse a Content-Encoding element. More...
 
#define osip_content_encoding_to_str   osip_content_length_to_str
 Get a string representation of a Content-Encoding element. More...
 
#define osip_content_encoding_free   osip_content_length_free
 Free a Content-Encoding element. More...
 
#define osip_content_encoding_clone   osip_content_length_clone
 Clone a Content-Encoding element. More...
 

Typedefs

typedef osip_content_length_t osip_content_encoding_t
 Structure for Content-Encoding headers. More...
 

Detailed Description

Macro Definition Documentation

#define osip_content_encoding_clone   osip_content_length_clone

#include <osip_content_encoding.h>

Clone a Content-Encoding element.

Parameters
headerThe element to work on.
destA pointer on the copy of the element.

Definition at line 76 of file osip_content_encoding.h.

#define osip_content_encoding_free   osip_content_length_free

#include <osip_content_encoding.h>

Free a Content-Encoding element.

Parameters
headerThe element to work on.

Definition at line 70 of file osip_content_encoding.h.

#define osip_content_encoding_init (   header)    osip_content_length_init(header)

#include <osip_content_encoding.h>

Allocate a Content-Encoding element.

Parameters
headerThe element to work on.

Definition at line 53 of file osip_content_encoding.h.

#define osip_content_encoding_parse (   header,
  hvalue 
)    osip_content_length_parse(header, hvalue)

#include <osip_content_encoding.h>

Parse a Content-Encoding element.

Parameters
headerThe element to work on.
hvalueThe string to parse.

Definition at line 59 of file osip_content_encoding.h.

#define osip_content_encoding_to_str   osip_content_length_to_str

#include <osip_content_encoding.h>

Get a string representation of a Content-Encoding element.

Parameters
headerThe element to work on.
destA pointer on the new allocated string.

Definition at line 65 of file osip_content_encoding.h.

Typedef Documentation

#include <osip_content_encoding.h>

Structure for Content-Encoding headers.

Definition at line 41 of file osip_content_encoding.h.