Parser :: Content-Disposition header.
More...
#include "../str.h"
#include "msg_parser.h"
Go to the source code of this file.
Functions
-
void free_disposition (struct disposition **disp)
- Frees the entire disposition structure (params + itself).
- int parse_content_disposition (struct sip_msg *msg)
- looks inside the message, gets the Content-Disposition hdr, parse it, builds and fills a disposition structure for it what will be attached to hdr as parsed link.
-
int parse_disposition (str *s, struct disposition *disp)
- parse a string that supposed to be a disposition and fills up the structure Returns: -1 : error o : success
-
void print_disposition (struct disposition *disp)
- Prints recursive a disposition structure.
Detailed Description
Definition in file parse_disposition.h.
Function Documentation
| int parse_content_disposition |
( |
struct sip_msg * |
msg |
) |
|