|
Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Data Fields | |
| struct numhash_number * | numbers |
| long | number_total |
| long | table_size |
| struct numhash_number ** | hash |
| long | hash_size |
| struct numhash_number** numhash_table::hash |
Definition at line 96 of file numhash.c.
Referenced by numhash_init().
| long numhash_table::hash_size |
Definition at line 97 of file numhash.c.
Referenced by numhash_init().
| long numhash_table::number_total |
Definition at line 94 of file numhash.c.
Referenced by numhash_init().
| struct numhash_number* numhash_table::numbers |
Definition at line 93 of file numhash.c.
Referenced by numhash_init().
| long numhash_table::table_size |
Definition at line 95 of file numhash.c.
Referenced by numhash_init().