Classes | |
struct | osip_cseq |
struct | osip_cseq |
Typedefs | |
typedef osip_cseq | osip_cseq_t |
Functions | |
int | osip_cseq_init (osip_cseq_t **header) |
void | osip_cseq_free (osip_cseq_t *header) |
int | osip_cseq_parse (osip_cseq_t *header, const char *hvalue) |
int | osip_cseq_to_str (const osip_cseq_t *header, char **dest) |
int | osip_cseq_clone (const osip_cseq_t *header, osip_cseq_t **dest) |
void | osip_cseq_set_number (osip_cseq_t *header, char *value) |
char * | osip_cseq_get_number (osip_cseq_t *header) |
void | osip_cseq_set_method (osip_cseq_t *header, char *value) |
char * | osip_cseq_get_method (osip_cseq_t *header) |
int | osip_cseq_match (osip_cseq_t *cseq1, osip_cseq_t *cseq2) |
|
Structure for CSeq headers. |
|
Clone a CSeq element.
|
|
Free a CSeq element.
|
|
Get the method from a CSeq header.
|
|
Get the number from a CSeq header.
|
|
Allocate a CSeq element.
|
|
Check if the CSeq headers match. NOTE: THIS IS AN INTERNAL METHOD ONLY
|
|
Parse a CSeq element.
|
|
Set the method in the CSeq element.
|
|
Set the number in the CSeq element.
|
|
Get a string representation of a CSeq element.
|