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