Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "gwlib/gwlib.h"
Go to the source code of this file.
Data Structures | |
struct | simple_binary_t |
Macros | |
#define | create_octstr_from_node(node) (octstr_create(node->content)) |
Typedefs | |
typedef struct charset_t | charset_t |
typedef struct simple_binary_t | simple_binary_t |
Functions | |
void | set_charset (Octstr *document, Octstr *charset) |
Octstr * | find_charset_encoding (Octstr *document) |
unsigned char | element_check_content (xmlNodePtr node) |
int | only_blanks (const char *text) |
int | parse_charset (Octstr *os) |
List * | wml_charsets (void) |
simple_binary_t * | simple_binary_create (void) |
void | simple_binary_destroy (simple_binary_t *bxml) |
void | simple_binary_output (Octstr *os, simple_binary_t *bxml) |
void | parse_end (simple_binary_t **bxml) |
void | output_char (int byte, simple_binary_t **bxml) |
void | parse_octet_string (Octstr *os, simple_binary_t **bxml) |
void | parse_inline_string (Octstr *temp, simple_binary_t **bxml) |
void | output_octet_string (Octstr *os, simple_binary_t **bxml) |
#define create_octstr_from_node | ( | node | ) | (octstr_create(node->content)) |
Definition at line 141 of file xml_shared.h.
Definition at line 71 of file xml_shared.h.
typedef struct simple_binary_t simple_binary_t |
Definition at line 77 of file xml_shared.h.
unsigned char element_check_content | ( | xmlNodePtr | node | ) |
Definition at line 242 of file xml_shared.c.
References only_blanks(), WBXML_ATTR_BIT, and WBXML_CONTENT_BIT.
Referenced by parse_element(), and parse_ota_syncsettings().
Definition at line 145 of file xml_shared.c.
References octstr_copy, octstr_destroy(), octstr_imm(), octstr_len(), octstr_search(), and octstr_strip_blanks().
Referenced by normalize_charset().
int only_blanks | ( | const char * | text | ) |
Definition at line 171 of file xml_shared.c.
References text.
Referenced by element_check_content(), and parse_ota_syncsettings().
void output_char | ( | int | byte, |
simple_binary_t ** | bxml | ||
) |
Definition at line 326 of file xml_shared.c.
References octstr_append_char().
Referenced by parse_attribute(), parse_element(), parse_end(), parse_ota_syncsettings(), and parse_url_value().
void output_octet_string | ( | Octstr * | os, |
simple_binary_t ** | bxml | ||
) |
Definition at line 349 of file xml_shared.c.
References octstr_insert(), and octstr_len().
Referenced by parse_attribute(), parse_element(), and parse_octet_string().
int parse_charset | ( | Octstr * | os | ) |
Definition at line 189 of file xml_shared.c.
References character_sets, charset, charset_t::charset, gw_assert(), charset_t::MIBenum, number, octstr_convert_range(), octstr_copy, octstr_destroy(), octstr_duplicate, octstr_len(), octstr_search_char(), octstr_str_compare(), and octstr_truncate().
Referenced by parse_document().
void parse_end | ( | simple_binary_t ** | bxml | ) |
Definition at line 321 of file xml_shared.c.
References binary, output_char(), and WBXML_END.
Referenced by parse_element(), and parse_node().
void parse_inline_string | ( | Octstr * | temp, |
simple_binary_t ** | bxml | ||
) |
Definition at line 339 of file xml_shared.c.
References binary, octstr_destroy(), octstr_format(), octstr_format_append(), octstr_insert(), parse_octet_string(), WBXML_STR_END, and WBXML_STR_I.
Referenced by parse_attribute(), parse_ota_syncsettings(), parse_text(), and parse_url_value().
void parse_octet_string | ( | Octstr * | os, |
simple_binary_t ** | bxml | ||
) |
Definition at line 331 of file xml_shared.c.
References binary, and output_octet_string().
Referenced by parse_cdata(), and parse_inline_string().
Definition at line 111 of file xml_shared.c.
References charset, charset_to_utf8(), octstr_append_data(), octstr_copy, octstr_create, octstr_delete(), octstr_destroy(), octstr_get_cstr, octstr_len(), octstr_search(), octstr_search_char(), and text.
Referenced by ota_compile(), si_compile(), and sl_compile().
simple_binary_t* simple_binary_create | ( | void | ) |
Definition at line 284 of file xml_shared.c.
References binary, and octstr_create.
Referenced by ota_compile(), si_compile(), and sl_compile().
void simple_binary_destroy | ( | simple_binary_t * | bxml | ) |
Definition at line 298 of file xml_shared.c.
References binary, and octstr_destroy().
Referenced by ota_compile(), si_compile(), and sl_compile().
void simple_binary_output | ( | Octstr * | os, |
simple_binary_t * | bxml | ||
) |
Definition at line 311 of file xml_shared.c.
References binary, gw_assert(), octstr_append_uintvar(), octstr_format_append(), and octstr_len().
Referenced by ota_compile(), si_compile(), and sl_compile().
List* wml_charsets | ( | void | ) |
Definition at line 262 of file xml_shared.c.
References character_sets, charset, charset_t::charset, gwlist_append(), gwlist_create, octstr_append(), octstr_append_char(), octstr_create, and octstr_imm().
Referenced by wap_appl_init().