Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include "html.h"
#include "gwlib/gwlib.h"
Go to the source code of this file.
Macros | |
#define | SMS_MAX 161 |
Functions | |
static int | html_comment_begins (Octstr *html, long pos) |
static void | skip_html_comment (Octstr *html, long *pos) |
static void | skip_html_tag (Octstr *html, long *pos) |
static void | convert_html_entity (Octstr *sms, Octstr *html, long *pos) |
Octstr * | html_to_sms (Octstr *html) |
Definition at line 129 of file html.c.
References code, latin1, octstr_append_char(), octstr_get_char(), octstr_get_many_chars(), and octstr_parse_long().
Referenced by html_to_sms().
|
static |
Definition at line 75 of file html.c.
References octstr_get_many_chars().
Referenced by html_to_sms().
Definition at line 283 of file html.c.
References convert_html_entity(), html_comment_begins(), octstr_append_char(), octstr_create, octstr_get_char(), octstr_len(), octstr_shrink_blanks(), octstr_strip_blanks(), skip_html_comment(), and skip_html_tag().
Referenced by smsbox_sendsms_post(), and url_result_thread().
|
static |
Definition at line 86 of file html.c.
References octstr_imm(), octstr_len(), and octstr_search().
Referenced by html_to_sms().
|
static |
Definition at line 100 of file html.c.
References octstr_get_char(), octstr_len(), and octstr_search_char().
Referenced by html_to_sms().