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

Macros

#define osip_allow_init(header)   osip_content_length_init(header)
 Allocate a Allow element. More...
 
#define osip_allow_parse(header, hvalue)   osip_content_length_parse(header, hvalue)
 Parse a Allow element. More...
 
#define osip_allow_to_str   osip_content_length_to_str
 Get a string representation of a Allow element. More...
 
#define osip_allow_free   osip_content_length_free
 Free a Allow element. More...
 
#define osip_allow_clone   osip_content_length_clone
 Clone a Allow element. More...
 

Typedefs

typedef osip_content_length_t osip_allow_t
 Structure for Allow headers. More...
 

Detailed Description

Macro Definition Documentation

#define osip_allow_clone   osip_content_length_clone

#include <osip_allow.h>

Clone a Allow element.

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

Definition at line 75 of file osip_allow.h.

#define osip_allow_free   osip_content_length_free

#include <osip_allow.h>

Free a Allow element.

Parameters
headerThe element to work on.

Definition at line 69 of file osip_allow.h.

#define osip_allow_init (   header)    osip_content_length_init(header)

#include <osip_allow.h>

Allocate a Allow element.

Parameters
headerThe element to work on.

Definition at line 52 of file osip_allow.h.

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

#include <osip_allow.h>

Parse a Allow element.

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

Definition at line 58 of file osip_allow.h.

#define osip_allow_to_str   osip_content_length_to_str

#include <osip_allow.h>

Get a string representation of a Allow element.

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

Definition at line 64 of file osip_allow.h.

Typedef Documentation

#include <osip_allow.h>

Structure for Allow headers.

Definition at line 41 of file osip_allow.h.