Searched refs:binhash_walk (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dbinhash.h40 extern void binhash_walk(BINHASH *, void (*) (BINHASH_INFO *, char *), char *);
H A Dbinhash.c49 /* void binhash_walk(table, action, ptr)
89 /* binhash_walk() invokes the action function for each table entry, with
308 /* binhash_walk - iterate over hash table */
310 void binhash_walk(BINHASH *table, void (*action) (BINHASH_INFO *, char *), function

Completed in 155 milliseconds