Searched refs:HashForeachFunc (Results 1 – 2 of 2) sorted by relevance
37 typedef int (*HashForeachFunc)(void* data, void* arg); typedef134 int mzHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg);
292 int mzHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg) in mzHashForeach()