Searched refs:HashIter (Results 1 – 2 of 2) sorted by relevance
147 typedef struct HashIter { struct151 } HashIter; argument152 INLINE void mzHashIterNext(HashIter* pIter) { in mzHashIterNext()162 INLINE void mzHashIterBegin(HashTable* pHashTable, HashIter* pIter) { in mzHashIterBegin()167 INLINE bool mzHashIterDone(HashIter* pIter) { in mzHashIterDone()170 INLINE void* mzHashIterData(HashIter* pIter) { in mzHashIterData()
365 HashIter iter; in mzHashTableProbeCount()