Parser :: Parse Identity header field.
More...
#include <string.h>
#include "parse_identity.h"
#include "parse_def.h"
#include "parser_f.h"
#include "../mem/mem.h"
#include "../ut.h"
Go to the source code of this file.
Functions
-
void free_identity (struct identity_body *ib)
- Free all associated memory.
-
int movetomybuffer (char *pstart, char *pend, char *pcur, struct identity_body *ib)
- If the value of Identity header contains any LWS then we've to create a new buffer and move there the LWSless part.
-
void parse_identity (char *buffer, char *end, struct identity_body *ib)
- Parse Identity header field.
-
int parse_identity_header (struct sip_msg *msg)
- Parse Identity header field.
Detailed Description
Definition in file parse_identity.c.