Functions

parse_disposition.c File Reference

Parser :: Content-Disposition header. More...

#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include "../mem/mem.h"
#include "../dprint.h"
#include "../ut.h"
#include "parse_disposition.h"
Include dependency graph for parse_disposition.c:

Go to the source code of this file.

Functions


Detailed Description

Definition in file parse_disposition.c.


Function Documentation

int parse_content_disposition ( struct sip_msg msg  ) 

Returns: -1 : error 0 : success 1 : hdr not found

Definition at line 374 of file parse_disposition.c.

References hdr_field::body, free_disposition(), parse_disposition(), and hdr_field::parsed.

Here is the call graph for this function: