Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <time.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>
#include <math.h>
#include <ctype.h>
#include "gwlib/gwlib.h"
#include "wap/wsp.h"
#include "wap/wsp_headers.h"
#include "wap/wsp_strings.h"
#include "mime_decompiler.h"
Go to the source code of this file.
Functions | |
int | mime_decompile (Octstr *binary_mime, Octstr **mime) |
Definition at line 89 of file mime_decompiler.c.
References boundary, debug(), error(), gwlist_get(), gwlist_len(), octstr_append(), octstr_create, octstr_get_cstr, octstr_imm(), octstr_len(), parse_context_create(), parse_get_octets(), parse_get_uintvar(), parse_octets_left(), warning(), and wsp_headers_unpack().
Referenced by deconvert_multipart_formdata().