Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Functions | |
int | wml_compile (Octstr *wml_text, Octstr *charset, Octstr **wml_binary, Octstr *version) |
void | wml_init (int wml_xml_strict) |
void | wml_shutdown (void) |
Definition at line 360 of file wml_compiler.c.
References charset, debug(), error(), octstr_create, octstr_get_cstr, octstr_len(), octstr_search_char(), octstr_strip_blanks(), parse_document(), parse_entities(), size, wml_binary_create(), wml_binary_destroy(), wml_binary_output(), wml_xml_parser_opt, and xml_error().
Referenced by convert_wml_to_wmlc(), and main().
void wml_init | ( | int | wml_xml_strict | ) |
Definition at line 429 of file wml_compiler.c.
References attr_dict_construct(), attribute_destroy(), dict_create(), dict_put(), gwlist_append(), gwlist_create, hash_create(), hash_destroy(), wml_hash_t::item, text, token, wml_attr_values_list, wml_attribute_values, wml_attributes, wml_attributes_dict, wml_elements, wml_elements_dict, wml_table3_len(), wml_table_len(), wml_URL_values, wml_URL_values_list, wml_xml_parser_opt, and wml_xml_strict.
Referenced by main().
void wml_shutdown | ( | void | ) |
Definition at line 479 of file wml_compiler.c.
References dict_destroy(), gwlist_destroy(), hash_destroy(), wml_attr_values_list, wml_attributes_dict, wml_elements_dict, and wml_URL_values_list.
Referenced by main().