Searched refs:htable_walk (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | nvtable.h | 27 #define nvtable_walk(table, action, ptr) htable_walk((table), HTABLE_ACTION_FN_CAST(action), (ptr))
|
H A D | htable.h | 41 extern void htable_walk(HTABLE *, void (*) (HTABLE_INFO *, void *), void *);
|
H A D | htable.c | 332 void htable_walk(HTABLE *table, void (*action) (HTABLE_INFO *, void *), in htable_walk() function
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop.double-cc | 108 void void htable_walk table action ptr
|