Searched refs:neg_cache_size (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h413 size_t neg_cache_size; member in struct:config_file
H A Dconfig_file.c271 cfg->neg_cache_size = 1 * 1024 * 1024;
393 cfg->neg_cache_size = 100 * 1024;
660 else S_MEMSIZE("neg-cache-size:", neg_cache_size)
1079 else O_MEM(opt, "neg-cache-size", neg_cache_size)
H A Dconfigparser.y2049 if(!cfg_parse_memsize($2, &cfg_parser->cfg->neg_cache_size))
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_neg.c96 if(cfg) neg->max = cfg->neg_cache_size;

Completed in 152 milliseconds