Searched refs:hash_foreach_func (Results 1 – 2 of 2) sorted by relevance
46 typedef isc_result_t (*hash_foreach_func)(const void *, unsigned, void *); typedef85 int name##_hash_foreach (hashtype *, hash_foreach_func); \119 int name##_hash_foreach (hashtype *table, hash_foreach_func func) \159 int hash_foreach (struct hash_table *, hash_foreach_func);
516 int hash_foreach (struct hash_table *table, hash_foreach_func func) in hash_foreach()