Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Functions | |
static void | prepend_crlf (Octstr **os) |
static void | append_crlf (Octstr *os) |
static void | add_crs (Octstr *os) |
static void | remove_crs (Octstr *os) |
static int | skip_tail (Octstr **os, int delimiter) |
static void | help (void) |
int | main (int argc, char **argv) |
|
static |
Definition at line 84 of file test_mime.c.
References octstr_destroy(), octstr_format(), octstr_get_char(), octstr_insert(), and octstr_len().
Referenced by main().
|
static |
Definition at line 79 of file test_mime.c.
References octstr_append(), and octstr_imm().
Referenced by main().
|
static |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 158 of file test_mime.c.
References add_crs(), append_crlf(), boundary, debug(), error(), getopt(), gwlib_init(), gwlib_shutdown(), gwlist_destroy(), gwlist_extract_first(), gwlist_len(), help(), http_destroy_headers(), http_header_dump(), info(), mime_parse(), octstr_append(), octstr_create, octstr_delete(), octstr_destroy(), octstr_destroy_item(), octstr_dump, octstr_format_append(), octstr_get_cstr, octstr_imm(), octstr_len(), octstr_print(), octstr_read_file(), octstr_split(), optarg, optind, panic, prepend_crlf(), push_data, remove_crs(), and skip_tail().
|
static |
Definition at line 74 of file test_mime.c.
References octstr_imm(), and octstr_insert().
Referenced by main().
|
static |
Definition at line 105 of file test_mime.c.
References octstr_delete(), octstr_get_char(), and octstr_len().
Referenced by main().
|
static |
Definition at line 122 of file test_mime.c.
References delimiter, octstr_delete(), octstr_len(), and octstr_search_char().
Referenced by main().