Home
last modified time | relevance | path

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

/freebsd-head/contrib/unbound/libunbound/
HDcontext.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-head/contrib/unbound/daemon/
HDdaemon.c1044 !slabhash_is_size(daemon->env->msg_cache, cfg->msg_cache_size, in daemon_apply_cfg()
1055 if(!slabhash_is_size(daemon->env->msg_cache, cfg->msg_cache_size, in daemon_apply_cfg()
1059 HASH_DEFAULT_STARTARRAY, cfg->msg_cache_size, in daemon_apply_cfg()
HDunbound.c200 size_t memsize_expect = cfg->msg_cache_size + cfg->rrset_cache_size in checkrlimits()
HDremote.c5531 COPY_VAR_size_t(msg_cache_size); in fr_atomic_copy_cfg()
5830 if(env->cfg->msg_cache_size != oldcfg->msg_cache_size) in fr_adjust_cache()
5831 slabhash_adjust_size(env->msg_cache, env->cfg->msg_cache_size); in fr_adjust_cache()
/freebsd-head/contrib/unbound/util/
HDconfig_file.h188 size_t msg_cache_size; member
HDconfig_file.c171 cfg->msg_cache_size = 4 * 1024 * 1024; in config_create()
442 cfg->msg_cache_size = 1024*1024; in config_create_forlib()
646 else S_MEMSIZE("msg-cache-size:", msg_cache_size) in config_set_option()
1113 else O_MEM(opt, "msg-cache-size", msg_cache_size) in config_get_option()
HDconfigparser.y1649 if(!cfg_parse_memsize($2, &cfg_parser->cfg->msg_cache_size))
HDconfigparser.c4724 if(!cfg_parse_memsize((yyvsp[0].str), &cfg_parser->cfg->msg_cache_size)) in yyparse()
/freebsd-head/contrib/unbound/edns-subnet/
HDsubnetmod.c232 HASH_DEFAULT_STARTARRAY, env->cfg->msg_cache_size, in subnetmod_init()
/freebsd-head/contrib/unbound/pythonmod/
HDinterface.i988 size_t msg_cache_size;