Home
last modified time | relevance | path

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

/dports/dns/unbound/unbound-1.14.0/cachedb/
H A Dcachedb.h103 void cachedb_clear(struct module_qstate* qstate, int id);
H A Dcachedb.c829 cachedb_clear(struct module_qstate* qstate, int id) in cachedb_clear() function
857 &cachedb_inform_super, &cachedb_clear, &cachedb_get_mem
/dports/dns/unbound/unbound-1.14.0/util/
H A Dfptr_wlist.c518 else if(fptr == &cachedb_clear) return 1; in fptr_whitelist_mod_clear()