Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Data Fields | |
struct WsHashItemRec * | next |
char * | name |
void * | data |
void* WsHashItemRec::data |
Definition at line 83 of file wshash.c.
Referenced by ws_hash_clear(), ws_hash_get(), and ws_hash_put().
char* WsHashItemRec::name |
Definition at line 82 of file wshash.c.
Referenced by ws_hash_clear(), ws_hash_get(), and ws_hash_put().
struct WsHashItemRec* WsHashItemRec::next |
Definition at line 81 of file wshash.c.
Referenced by ws_hash_clear(), ws_hash_get(), and ws_hash_put().