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

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dctable.h25 extern void ctable_walk(CTABLE *, void (*) (const char *, const void *));
H A Dctable.c30 /* void ctable_walk(cache, action)
57 /* ctable_walk() iterates over all elements in the cache, and invokes
240 /* ctable_walk - iterate over all cache entries */
242 void ctable_walk(CTABLE *cache, void (*action) (const char *, const void *)) function

Completed in 125 milliseconds