|
Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Data Fields | |
| long | size |
| Octstr ** | strings |
| long * | numbers |
| int * | versions |
| int | linear |
Definition at line 81 of file wsp_strings.c.
| int table::linear |
Definition at line 87 of file wsp_strings.c.
Referenced by construct_linear_table(), construct_numbered_table(), number_to_cstr(), number_to_string(), string_to_number(), and string_to_versioned_number().
| long* table::numbers |
Definition at line 85 of file wsp_strings.c.
Referenced by construct_linear_table(), construct_numbered_table(), destroy_table(), number_to_cstr(), number_to_string(), numhash_add_number(), numhash_destroy(), string_to_number(), and string_to_versioned_number().
| long table::size |
Definition at line 83 of file wsp_strings.c.
Referenced by construct_linear_table(), construct_numbered_table(), number_to_cstr(), number_to_string(), string_to_number(), and string_to_versioned_number().
| Octstr** table::strings |
Definition at line 84 of file wsp_strings.c.
Referenced by construct_linear_table(), construct_numbered_table(), destroy_table(), number_to_cstr(), number_to_string(), string_to_number(), and string_to_versioned_number().
| int* table::versions |
Definition at line 86 of file wsp_strings.c.
Referenced by construct_linear_table(), construct_numbered_table(), destroy_table(), and string_to_versioned_number().