Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/libunbound/
H A Dcontext.c83 cfg->msg_cache_slabs)) { in context_finalize()
85 ctx->env->msg_cache = slabhash_create(cfg->msg_cache_slabs, in context_finalize()
/freebsd-12.1/contrib/unbound/daemon/
H A Ddaemon.c823 cfg->msg_cache_slabs)) { in daemon_apply_cfg()
825 daemon->env->msg_cache = slabhash_create(cfg->msg_cache_slabs, in daemon_apply_cfg()
/freebsd-12.1/contrib/unbound/util/
H A Dconfig_file.h148 size_t msg_cache_slabs; member
H A Dconfig_file.c149 cfg->msg_cache_slabs = 4; in config_create()
362 cfg->msg_cache_slabs = 1; in config_create_forlib()
518 else S_POW2("msg-cache-slabs:", msg_cache_slabs) in config_set_option()
910 else O_DEC(opt, "msg-cache-slabs", msg_cache_slabs) in config_get_option()
H A Dconfigparser.y1296 cfg_parser->cfg->msg_cache_slabs = atoi($2);
1297 if(!is_pow2(cfg_parser->cfg->msg_cache_slabs))
/freebsd-12.1/contrib/unbound/edns-subnet/
H A Dsubnetmod.c202 sn_env->subnet_msg_cache = slabhash_create(env->cfg->msg_cache_slabs, in subnetmod_init()