Searched refs:RecLookupCallback (Results 1 – 1 of 1) sorted by relevance
161 typedef void (*RecLookupCallback)(const RecRecord *, void *); typedef163 RecErrT RecLookupRecord(const char *name, RecLookupCallback callback, void *data, bool lock = true);164 RecErrT RecLookupMatchingRecords(unsigned rec_type, const char *match, RecLookupCallback callback, …