libosip  5.3.0
Macros | Typedefs
oSIP allow header definition.

Macros

#define osip_allow_init(header)   osip_content_length_init(header)
 
#define osip_allow_parse(header, hvalue)   osip_content_length_parse(header, hvalue)
 
#define osip_allow_to_str   osip_content_length_to_str
 
#define osip_allow_free   osip_content_length_free
 
#define osip_allow_clone   osip_content_length_clone
 

Typedefs

typedef osip_content_length_t osip_allow_t
 

Detailed Description

Macro Definition Documentation

◆ osip_allow_clone

#define osip_allow_clone   osip_content_length_clone

Clone a Allow element.

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

◆ osip_allow_free

#define osip_allow_free   osip_content_length_free

Free a Allow element.

Parameters
headerThe element to work on.

◆ osip_allow_init

#define osip_allow_init (   header)    osip_content_length_init(header)

Allocate a Allow element.

Parameters
headerThe element to work on.

◆ osip_allow_parse

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

Parse a Allow element.

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

◆ osip_allow_to_str

#define osip_allow_to_str   osip_content_length_to_str

Get a string representation of a Allow element.

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

Typedef Documentation

◆ osip_allow_t

Structure for Allow headers.