Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "gwlib/gwlib.h"
Go to the source code of this file.
Functions | |
int | mime_parse (Octstr *boundary, Octstr *mime_content, Octstr **pap_content, Octstr **push_data, List **content_headers, Octstr **rdf_content) |
int mime_parse | ( | Octstr * | boundary, |
Octstr * | mime_content, | ||
Octstr ** | pap_content, | ||
Octstr ** | push_data, | ||
List ** | content_headers, | ||
Octstr ** | rdf_content | ||
) |
Definition at line 131 of file wap_push_pap_mime.c.
References boundary, check_control_headers(), gw_assert(), octstr_len(), parse_body_part(), parse_encapsulation(), parse_epilogue(), parse_preamble(), push_data, and warning().
Referenced by main(), and pap_request_thread().