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