Searched defs:HashTable_struct (Results 1 – 1 of 1) sorted by relevance
121 typedef struct HashTable_struct { struct122 HashTableNode *table;123 int size;124 HashFuncPtr hashfunc;125 PutDataPtr putdata;126 GetDataPtr getdata;127 MiscFuncPtr miscfunc;128 RemoveDataPtr removedata;129 ClrTableNodePtr clrtablenode;