Parser :: Parse CSEQ header.
More...
#include "../str.h"
Go to the source code of this file.
Defines
-
#define get_cseq(p_msg) ((struct cseq_body*)(p_msg)->cseq->parsed)
- casting macro for accessing CSEQ body
Functions
-
void free_cseq (struct cseq_body *cb)
- Free all associated memory.
-
char * parse_cseq (char *buf, char *end, struct cseq_body *cb)
- Parse CSeq header field.
Detailed Description
Definition in file parse_cseq.h.