Lines Matching refs:HashTable
114 HashTable_Find(HashTable *t, Substring key, unsigned h)
136 HashTable_Init(HashTable *t)
154 HashTable_Done(HashTable *t)
176 HashTable_FindEntry(HashTable *t, const char *key)
185 HashTable_FindValue(HashTable *t, const char *key)
196 HashTable_FindValueBySubstringHash(HashTable *t, Substring key, unsigned h)
203 HashTable_MaxChain(const HashTable *t)
221 HashTable_Enlarge(HashTable *t)
257 HashTable_CreateEntry(HashTable *t, const char *key, bool *out_isNew)
287 HashTable_Set(HashTable *t, const char *key, void *value)
295 HashTable_DeleteEntry(HashTable *t, HashEntry *he)
313 HashTable *t = hi->table;
331 HashTable_DebugStats(const HashTable *t, const char *name)
333 DEBUG4(HASH, "HashTable \"%s\": size=%u entries=%u maxchain=%u\n",