Home
last modified time | relevance | path

Searched refs:htable_walk (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dnvtable.h27 #define nvtable_walk(table, action, ptr) htable_walk((table), HTABLE_ACTION_FN_CAST(action), (ptr))
H A Dhtable.h41 extern void htable_walk(HTABLE *, void (*) (HTABLE_INFO *, void *), void *);
H A Dhtable.c332 void htable_walk(HTABLE *table, void (*action) (HTABLE_INFO *, void *), in htable_walk() function
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.double-cc108 void void htable_walk table action ptr