Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h447 size_t neg_cache_size; member
H A Dconfig_file.c289 cfg->neg_cache_size = 1 * 1024 * 1024; in config_create()
426 cfg->neg_cache_size = 100 * 1024; in config_create_forlib()
719 else S_MEMSIZE("neg-cache-size:", neg_cache_size) in config_set_option()
1176 else O_MEM(opt, "neg-cache-size", neg_cache_size) in config_get_option()
H A Dconfigparser.y2248 if(!cfg_parse_memsize($2, &cfg_parser->cfg->neg_cache_size))
H A Dconfigparser.c5376 if(!cfg_parse_memsize((yyvsp[0].str), &cfg_parser->cfg->neg_cache_size)) in yyparse()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dconfig.rst291 .. attribute:: neg_cache_size
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dunbound.c207 memsize_expect += cfg->key_cache_size + cfg->neg_cache_size; in checkrlimits()
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dval_neg.c96 if(cfg) neg->max = cfg->neg_cache_size; in val_neg_create()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i1040 size_t neg_cache_size;