Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/libunbound/
H A Dcontext.c82 if(!slabhash_is_size(ctx->env->msg_cache, cfg->msg_cache_size, in context_finalize()
86 HASH_DEFAULT_STARTARRAY, cfg->msg_cache_size, in context_finalize()
/freebsd-12.1/contrib/unbound/daemon/
H A Ddaemon.c822 if(!slabhash_is_size(daemon->env->msg_cache, cfg->msg_cache_size, in daemon_apply_cfg()
826 HASH_DEFAULT_STARTARRAY, cfg->msg_cache_size, in daemon_apply_cfg()
/freebsd-12.1/contrib/unbound/util/
H A Dconfig_file.h146 size_t msg_cache_size; member
H A Dconfig_file.c148 cfg->msg_cache_size = 4 * 1024 * 1024; in config_create()
361 cfg->msg_cache_size = 1024*1024; in config_create_forlib()
517 else S_MEMSIZE("msg-cache-size:", msg_cache_size) in config_set_option()
909 else O_MEM(opt, "msg-cache-size", msg_cache_size) in config_get_option()
H A Dconfigparser.y1285 if(!cfg_parse_memsize($2, &cfg_parser->cfg->msg_cache_size))
/freebsd-12.1/contrib/unbound/edns-subnet/
H A Dsubnetmod.c203 HASH_DEFAULT_STARTARRAY, env->cfg->msg_cache_size, in subnetmod_init()