Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/cachedb/
H A Dcachedb.h96 void cachedb_deinit(struct module_env* env, int id);
H A Dcachedb.c274 cachedb_deinit(struct module_env* env, int id) in cachedb_deinit() function
987 NULL, NULL, &cachedb_init, &cachedb_deinit, &cachedb_operate,
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c454 else if(fptr == &cachedb_deinit) return 1; in fptr_whitelist_mod_deinit()