Home
last modified time | relevance | path

Searched refs:rrset_cache_size (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/services/cache/
H A Drrset.c65 size_t maxmem = (cfg?cfg->rrset_cache_size:HASH_DEFAULT_MAXMEM); in rrset_cache_create()
85 if(!r || !cfg || !slabhash_is_size(&r->table, cfg->rrset_cache_size, in rrset_cache_adjust()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h188 size_t rrset_cache_size; member
H A Dconfig_file.c169 cfg->rrset_cache_size = 4 * 1024 * 1024; in config_create()
420 cfg->rrset_cache_size = 1024*1024; in config_create_forlib()
608 else S_MEMSIZE("rrset-cache-size:", rrset_cache_size) in config_set_option()
1059 else O_MEM(opt, "rrset-cache-size", rrset_cache_size) in config_get_option()
H A Dconfigparser.y1643 if(!cfg_parse_memsize($2, &cfg_parser->cfg->rrset_cache_size))
H A Dconfigparser.c4582 if(!cfg_parse_memsize((yyvsp[0].str), &cfg_parser->cfg->rrset_cache_size)) in yyparse()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dconfig.rst89 .. attribute:: rrset_cache_size
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dunbound.c200 size_t memsize_expect = cfg->msg_cache_size + cfg->rrset_cache_size in checkrlimits()
H A Ddaemon.c980 cfg->rrset_cache_size, cfg->rrset_cache_slabs))) in daemon_apply_cfg()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i992 size_t rrset_cache_size;