Searched refs:msg_cache_size (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/daemon/ |
H A D | daemon.c | 977 !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 D | unbound.c | 200 size_t memsize_expect = cfg->msg_cache_size + cfg->rrset_cache_size in checkrlimits()
|
/netbsd-src/external/bsd/unbound/dist/libunbound/ |
H A D | context.c | 90 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 D | config_file.h | 180 size_t msg_cache_size; member
|
H A D | config_file.c | 166 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 D | configparser.y | 1566 if(!cfg_parse_memsize($2, &cfg_parser->cfg->msg_cache_size))
|
H A D | configparser.c | 4481 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 D | config.rst | 73 .. attribute:: msg_cache_size
|
/netbsd-src/external/bsd/unbound/dist/edns-subnet/ |
H A D | subnetmod.c | 229 HASH_DEFAULT_STARTARRAY, env->cfg->msg_cache_size, in subnetmod_init()
|
/netbsd-src/external/bsd/unbound/dist/pythonmod/ |
H A D | interface.i | 988 size_t msg_cache_size;
|