HomeSort by: relevance | last modified time | path
    Searched refs:ctable_walk (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
ctable.h 27 extern void ctable_walk(CTABLE *, void (*) (const char *, const void *));
ctable.c 32 /* void ctable_walk(cache, action)
59 /* ctable_walk() iterates over all elements in the cache, and invokes
242 /* ctable_walk - iterate over all cache entries */
244 void ctable_walk(CTABLE *cache, void (*action) (const char *, const void *)) function

Completed in 19 milliseconds