Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/libunbound/
HDcontext.c71 cfg->msg_cache_size != slabhash_get_size(ctx->env->msg_cache) || in context_finalize()
75 HASH_DEFAULT_STARTARRAY, cfg->msg_cache_size, in context_finalize()
/NextBSD/contrib/unbound/daemon/
HDdaemon.c682 cfg->msg_cache_size != slabhash_get_size(daemon->env->msg_cache) || in daemon_apply_cfg()
686 HASH_DEFAULT_STARTARRAY, cfg->msg_cache_size, in daemon_apply_cfg()
/NextBSD/contrib/unbound/util/
HDconfig_file.h105 size_t msg_cache_size; member
HDconfig_file.c128 cfg->msg_cache_size = 4 * 1024 * 1024; in config_create()
261 cfg->msg_cache_size = 1024*1024; in config_create_forlib()
383 else S_MEMSIZE("msg-cache-size:", msg_cache_size) in config_set_option()
653 else O_MEM(opt, "msg-cache-size", msg_cache_size) in config_get_option()
HDconfigparser.y670 if(!cfg_parse_memsize($2, &cfg_parser->cfg->msg_cache_size))