Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Data Fields | |
unsigned char | wbxml_version |
unsigned long | wml_public_id |
unsigned long | character_set |
unsigned long | string_table_length |
List * | string_table |
Octstr * | wbxml_string |
Definition at line 160 of file wml_compiler.c.
unsigned long wml_binary_t::character_set |
Definition at line 163 of file wml_compiler.c.
Referenced by wml_binary_create(), and wml_binary_output().
List* wml_binary_t::string_table |
Definition at line 165 of file wml_compiler.c.
Referenced by wml_binary_create(), and wml_binary_destroy().
unsigned long wml_binary_t::string_table_length |
Definition at line 164 of file wml_compiler.c.
Referenced by wml_binary_create(), and wml_binary_output().
Octstr* wml_binary_t::wbxml_string |
Definition at line 166 of file wml_compiler.c.
Referenced by wml_binary_create(), wml_binary_destroy(), and wml_binary_output().
unsigned char wml_binary_t::wbxml_version |
Definition at line 161 of file wml_compiler.c.
Referenced by wml_binary_create(), and wml_binary_output().
unsigned long wml_binary_t::wml_public_id |
Definition at line 162 of file wml_compiler.c.
Referenced by wml_binary_create(), and wml_binary_output().