Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/cachedb/
H A Dcachedb.h106 size_t cachedb_get_mem(struct module_env* env, int id);
H A Dcachedb.c993 cachedb_get_mem(struct module_env* env, int id) in cachedb_get_mem() function
1007 &cachedb_inform_super, &cachedb_clear, &cachedb_get_mem
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c595 else if(fptr == &cachedb_get_mem) return 1; in fptr_whitelist_mod_get_mem()