Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/libunbound/
H A Dcontext.c100 if(!slabhash_is_size(ctx->env->msg_cache, cfg->msg_cache_size, in context_finalize()
104 HASH_DEFAULT_STARTARRAY, cfg->msg_cache_size, in context_finalize()
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c1036 !slabhash_is_size(daemon->env->msg_cache, cfg->msg_cache_size, in daemon_apply_cfg()
1047 if(!slabhash_is_size(daemon->env->msg_cache, cfg->msg_cache_size, in daemon_apply_cfg()
1051 HASH_DEFAULT_STARTARRAY, cfg->msg_cache_size, in daemon_apply_cfg()
H A Dunbound.c200 size_t memsize_expect = cfg->msg_cache_size + cfg->rrset_cache_size in checkrlimits()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h185 size_t msg_cache_size; member
H A Dconfig_file.c171 cfg->msg_cache_size = 4 * 1024 * 1024; in config_create()
437 cfg->msg_cache_size = 1024*1024; in config_create_forlib()
622 else S_MEMSIZE("msg-cache-size:", msg_cache_size) in config_set_option()
1090 else O_MEM(opt, "msg-cache-size", msg_cache_size) in config_get_option()
H A Dconfigparser.y1642 if(!cfg_parse_memsize($2, &cfg_parser->cfg->msg_cache_size))
H A Dconfigparser.c4672 if(!cfg_parse_memsize((yyvsp[0].str), &cfg_parser->cfg->msg_cache_size)) in yyparse()
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.c232 HASH_DEFAULT_STARTARRAY, env->cfg->msg_cache_size, in subnetmod_init()