Home
last modified time | relevance | path

Searched refs:hash_foreach_func (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/dhcp/dist/includes/omapip/
H A Dhash.h46 typedef isc_result_t (*hash_foreach_func)(const void *, unsigned, void *); typedef
85 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);
/minix3/external/bsd/dhcp/dist/omapip/
H A Dhash.c516 int hash_foreach (struct hash_table *table, hash_foreach_func func) in hash_foreach()