Kannel: Open Source WAP and SMS gateway  svn-r5335
WsHashItemRec Struct Reference

Data Fields

struct WsHashItemRecnext
 
char * name
 
void * data
 

Detailed Description

Definition at line 79 of file wshash.c.

Field Documentation

◆ data

void* WsHashItemRec::data

Definition at line 83 of file wshash.c.

Referenced by ws_hash_clear(), ws_hash_get(), and ws_hash_put().

◆ name

char* WsHashItemRec::name

Definition at line 82 of file wshash.c.

Referenced by ws_hash_clear(), ws_hash_get(), and ws_hash_put().

◆ next

struct WsHashItemRec* WsHashItemRec::next

Definition at line 81 of file wshash.c.

Referenced by ws_hash_clear(), ws_hash_get(), and ws_hash_put().


The documentation for this struct was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.