Home
last modified time | relevance | path

Searched refs:neg_cache_size (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h451 size_t neg_cache_size; member
H A Dconfig_file.c291 cfg->neg_cache_size = 1 * 1024 * 1024; in config_create()
434 cfg->neg_cache_size = 100 * 1024; in config_create_forlib()
730 else S_MEMSIZE("neg-cache-size:", neg_cache_size) in config_set_option()
1193 else O_MEM(opt, "neg-cache-size", neg_cache_size) in config_get_option()
H A Dconfigparser.y2274 if(!cfg_parse_memsize($2, &cfg_parser->cfg->neg_cache_size))
H A Dconfigparser.c5449 if(!cfg_parse_memsize((yyvsp[0].str), &cfg_parser->cfg->neg_cache_size)) in yyparse()
/freebsd/contrib/unbound/daemon/
H A Dunbound.c207 memsize_expect += cfg->key_cache_size + cfg->neg_cache_size; in checkrlimits()
/freebsd/contrib/unbound/validator/
H A Dval_neg.c96 if(cfg) neg->max = cfg->neg_cache_size; in val_neg_create()