Home
last modified time | relevance | path

Searched refs:cachedb_clear (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/cachedb/
H A Dcachedb.h103 void cachedb_clear(struct module_qstate* qstate, int id);
H A Dcachedb.c890 cachedb_clear(struct module_qstate* qstate, int id) in cachedb_clear() function
918 &cachedb_inform_super, &cachedb_clear, &cachedb_get_mem
/netbsd-src/external/bsd/unbound/dist/util/
H A Dfptr_wlist.c524 else if(fptr == &cachedb_clear) return 1; in fptr_whitelist_mod_clear()