SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Macros | Typedefs | Functions
osip_accept_encoding.h File Reference

oSIP osip_accept_encoding header definition. More...

#include <osipparser2/osip_list.h>
Include dependency graph for osip_accept_encoding.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  osip_accept_encoding
 Definition of the Accept-Encoding header. More...
 

Macros

#define osip_accept_encoding_param_add(header, name, value)   osip_generic_param_add((&(header)->gen_params),name,value)
 Allocate and Add a header parameter in an Accept-Encoding element. More...
 
#define osip_accept_encoding_param_get_byname(header, name, dest)   osip_generic_param_get_byname((&(header)->gen_params),name,dest)
 Find a header parameter in an Accept-Encoding element. More...
 

Typedefs

typedef struct osip_accept_encoding osip_accept_encoding_t
 Structure for Accept-Encoding header. More...
 

Functions

int osip_accept_encoding_init (osip_accept_encoding_t **header)
 Allocate a Accept-Encoding element. More...
 
int osip_accept_encoding_parse (osip_accept_encoding_t *header, const char *hvalue)
 Parse a Accept-Encoding element. More...
 
int osip_accept_encoding_to_str (const osip_accept_encoding_t *header, char **dest)
 Get a string representation of a Accept-Encoding element. More...
 
void osip_accept_encoding_free (osip_accept_encoding_t *header)
 Free a Accept-Encoding element. More...
 
int osip_accept_encoding_clone (const osip_accept_encoding_t *header, osip_accept_encoding_t **dest)
 Clone a Accept-Encoding element. More...
 
void osip_accept_encoding_set_element (osip_accept_encoding_t *header, char *value)
 Set the value of an Accept-Encoding element. More...
 
char * osip_accept_encoding_get_element (const osip_accept_encoding_t *header)
 Get the value of an Accept-Encoding element. More...
 

Detailed Description

oSIP osip_accept_encoding header definition.

Definition in file osip_accept_encoding.h.