Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/cache/
H A Drrset.c66 size_t maxmem = (cfg?cfg->rrset_cache_size:HASH_DEFAULT_MAXMEM); in rrset_cache_create()
86 if(!r || !cfg || !slabhash_is_size(&r->table, cfg->rrset_cache_size, in rrset_cache_adjust()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h188 size_t rrset_cache_size; member
H A Dconfig_file.c170 cfg->rrset_cache_size = 4 * 1024 * 1024; in config_create()
428 cfg->rrset_cache_size = 1024*1024; in config_create_forlib()
616 else S_MEMSIZE("rrset-cache-size:", rrset_cache_size) in config_set_option()
1074 else O_MEM(opt, "rrset-cache-size", rrset_cache_size) in config_get_option()
H A Dconfigparser.y1660 if(!cfg_parse_memsize($2, &cfg_parser->cfg->rrset_cache_size))
H A Dconfigparser.c4643 if(!cfg_parse_memsize((yyvsp[0].str), &cfg_parser->cfg->rrset_cache_size)) in yyparse()
/freebsd/contrib/unbound/daemon/
H A Dunbound.c200 size_t memsize_expect = cfg->msg_cache_size + cfg->rrset_cache_size in checkrlimits()
H A Ddaemon.c998 cfg->rrset_cache_size, cfg->rrset_cache_slabs))) in daemon_apply_cfg()