Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/daemon/
H A Ddaemon.c977 !slabhash_is_size(daemon->env->msg_cache, cfg->msg_cache_size, in daemon_apply_cfg()
988 if(!slabhash_is_size(daemon->env->msg_cache, cfg->msg_cache_size, in daemon_apply_cfg()
992 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()
/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dcontext.c90 if(!slabhash_is_size(ctx->env->msg_cache, cfg->msg_cache_size, in context_finalize()
94 HASH_DEFAULT_STARTARRAY, cfg->msg_cache_size, in context_finalize()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h180 size_t msg_cache_size; member
H A Dconfig_file.c166 cfg->msg_cache_size = 4 * 1024 * 1024; in config_create()
418 cfg->msg_cache_size = 1024*1024; in config_create_forlib()
598 else S_MEMSIZE("msg-cache-size:", msg_cache_size) in config_set_option()
1049 else O_MEM(opt, "msg-cache-size", msg_cache_size) in config_get_option()
H A Dconfigparser.y1566 if(!cfg_parse_memsize($2, &cfg_parser->cfg->msg_cache_size))
H A Dconfigparser.c4481 if(!cfg_parse_memsize((yyvsp[0].str), &cfg_parser->cfg->msg_cache_size)) in yyparse()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dconfig.rst73 .. attribute:: msg_cache_size
/netbsd-src/external/bsd/unbound/dist/edns-subnet/
H A Dsubnetmod.c229 HASH_DEFAULT_STARTARRAY, env->cfg->msg_cache_size, in subnetmod_init()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i988 size_t msg_cache_size;