Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/cachedb/
H A Dcachedb.h98 void cachedb_operate(struct module_qstate* qstate, enum module_ev event,
H A Dcachedb.c921 cachedb_operate(struct module_qstate* qstate, enum module_ev event, int id, in cachedb_operate() function
1006 NULL, NULL, &cachedb_init, &cachedb_deinit, &cachedb_operate,
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c509 else if(fptr == &cachedb_operate) return 1; in fptr_whitelist_mod_operate()