libosip  5.3.0
Macros | Typedefs
oSIP content-encoding header definition.

Macros

#define osip_content_encoding_init(header)   osip_content_length_init(header)
 
#define osip_content_encoding_parse(header, hvalue)   osip_content_length_parse(header, hvalue)
 
#define osip_content_encoding_to_str   osip_content_length_to_str
 
#define osip_content_encoding_free   osip_content_length_free
 
#define osip_content_encoding_clone   osip_content_length_clone
 

Typedefs

typedef osip_content_length_t osip_content_encoding_t
 

Detailed Description

Macro Definition Documentation

◆ osip_content_encoding_clone

#define osip_content_encoding_clone   osip_content_length_clone

Clone a Content-Encoding element.

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

◆ osip_content_encoding_free

#define osip_content_encoding_free   osip_content_length_free

Free a Content-Encoding element.

Parameters
headerThe element to work on.

◆ osip_content_encoding_init

#define osip_content_encoding_init (   header)    osip_content_length_init(header)

Allocate a Content-Encoding element.

Parameters
headerThe element to work on.

◆ osip_content_encoding_parse

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

Parse a Content-Encoding element.

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

◆ osip_content_encoding_to_str

#define osip_content_encoding_to_str   osip_content_length_to_str

Get a string representation of a Content-Encoding element.

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

Typedef Documentation

◆ osip_content_encoding_t

Structure for Content-Encoding headers.