Collaboration diagram for oSIP cseq header definition.:
Data Structures
Definition of the CSeq header.
More...
Typedefs
Structure for CSeq headers.
More...
Functions
Get a string representation of a CSeq element.
More...
Set the number in the CSeq element.
More...
Get the number from a CSeq header.
More...
Set the method in the CSeq element.
More...
Get the method from a CSeq header.
More...
Check if the CSeq headers match.
More...
Detailed Description
Typedef Documentation
Function Documentation
#include <osip_cseq.h>
Clone a CSeq element.
- Parameters
-
header The element to work on.
dest A pointer on the copy of the element.
#include <osip_cseq.h>
Free a CSeq element.
- Parameters
-
header The element to work on.
#include <osip_cseq.h>
Get the method from a CSeq header.
- Parameters
-
header The element to work on.
#include <osip_cseq.h>
Get the number from a CSeq header.
- Parameters
-
header The element to work on.
#include <osip_cseq.h>
Allocate a CSeq element.
- Parameters
-
header The element to work on.
#include <osip_cseq.h>
Check if the CSeq headers match.
NOTE: THIS IS AN INTERNAL METHOD ONLY
- Parameters
-
cseq1 The initial CSeq header.
cseq2 The new CSeq header.
#include <osip_cseq.h>
Parse a CSeq element.
- Parameters
-
header The element to work on.
hvalue The string to parse.
#include <osip_cseq.h>
Set the method in the CSeq element.
- Parameters
-
header The element to work on.
value The value of the element.
#include <osip_cseq.h>
Set the number in the CSeq element.
- Parameters
-
header The element to work on.
value The value of the element.
#include <osip_cseq.h>
Get a string representation of a CSeq element.
- Parameters
-
header The element to work on.
dest A pointer on the new allocated string.