Searched refs:bucketsSize (Results 1 – 2 of 2) sorted by relevance
149 t->bucketsSize = n; in HashTable_Init()163 size_t i, n = t->bucketsSize; in HashTable_Done()215 unsigned int oldSize = t->bucketsSize; in HashTable_Enlarge()237 t->bucketsSize = newSize; in HashTable_Enlarge()241 (void *)t, t->bucketsSize, t->numEntries, t->maxchain); in HashTable_Enlarge()262 if (t->numEntries >= rebuildLimit * t->bucketsSize) in HashTable_CreateEntry()314 unsigned int bucketsSize = t->bucketsSize; in HashIter_Next() local320 if (hi->nextBucket >= bucketsSize) in HashIter_Next()332 name, t->bucketsSize, t->numEntries, t->maxchain); in HashTable_DebugStats()
93 unsigned int bucketsSize; member