Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/unbound/libunbound/
Dcontext.c72 cfg->msg_cache_slabs != ctx->env->msg_cache->size) { in context_finalize()
74 ctx->env->msg_cache = slabhash_create(cfg->msg_cache_slabs, in context_finalize()
/freebsd-10-stable/contrib/unbound/daemon/
Ddaemon.c683 cfg->msg_cache_slabs != daemon->env->msg_cache->size) { in daemon_apply_cfg()
685 daemon->env->msg_cache = slabhash_create(cfg->msg_cache_slabs, in daemon_apply_cfg()
/freebsd-10-stable/contrib/unbound/util/
Dconfig_file.h107 size_t msg_cache_slabs; member
Dconfig_file.c129 cfg->msg_cache_slabs = 4; in config_create()
263 cfg->msg_cache_slabs = 1; in config_create_forlib()
385 else S_POW2("msg-cache-slabs:", msg_cache_slabs) in config_set_option()
656 else O_DEC(opt, "msg-cache-slabs", msg_cache_slabs) in config_get_option()
Dconfigparser.y683 cfg_parser->cfg->msg_cache_slabs = atoi($2);
684 if(!is_pow2(cfg_parser->cfg->msg_cache_slabs))