Searched refs:msg_cache_slabs (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/unbound/libunbound/
H A Dcontext.c86 cfg->msg_cache_slabs)) {
88 ctx->env->msg_cache = slabhash_create(cfg->msg_cache_slabs,
/freebsd-11-stable/contrib/unbound/daemon/
H A Ddaemon.c845 cfg->msg_cache_slabs)) {
847 daemon->env->msg_cache = slabhash_create(cfg->msg_cache_slabs,
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h167 size_t msg_cache_slabs; member in struct:config_file
H A Dconfig_file.c158 cfg->msg_cache_slabs = 4;
386 cfg->msg_cache_slabs = 1;
553 else S_POW2("msg-cache-slabs:", msg_cache_slabs)
974 else O_DEC(opt, "msg-cache-slabs", msg_cache_slabs)
H A Dconfigparser.y1435 cfg_parser->cfg->msg_cache_slabs = atoi($2);
1436 if(!is_pow2(cfg_parser->cfg->msg_cache_slabs))
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Dsubnetmod.c202 sn_env->subnet_msg_cache = slabhash_create(env->cfg->msg_cache_slabs,

Completed in 201 milliseconds