Searched defs:HashTable (Results 1 – 4 of 4) sorted by relevance
82 struct HashTable { struct83 HashMemory *mem; /* HashTable free-list */ argument84 int internal_mem; /* True if 'mem' was allocated by _new_HashTable() */ argument93 static HashNode *_del_HashNode(HashTable *hash, HashNode *node); argument
116 typedef struct HashTable HashTable; typedef
522 HTYPE *HashTable = (HTYPE *) (srt->hashTable); in LZ4_compressCtx() local717 U16 *HashTable = (U16 *) (srt->hashTable); in LZ4_compress64kCtx() local
131 } HashTable; typedef