HomeSort by: relevance | last modified time | path
    Searched refs:neg_cache_size (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
config_file.h 465 size_t neg_cache_size; member in struct:config_file
config_file.c 300 cfg->neg_cache_size = 1 * 1024 * 1024;
457 cfg->neg_cache_size = 100 * 1024;
795 else S_MEMSIZE("neg-cache-size:", neg_cache_size)
1273 else O_MEM(opt, "neg-cache-size", neg_cache_size)
configparser.y 2377 if(!cfg_parse_memsize($2, &cfg_parser->cfg->neg_cache_size))
configparser.c 5648 if(!cfg_parse_memsize((yyvsp[0].str), &cfg_parser->cfg->neg_cache_size))
  /src/external/bsd/unbound/dist/daemon/
unbound.c 207 memsize_expect += cfg->key_cache_size + cfg->neg_cache_size;
remote.c 6213 COPY_VAR_size_t(neg_cache_size);
6417 env->cfg->neg_cache_size != oldcfg->neg_cache_size) {
6418 val_neg_adjust_size(env->neg_cache, env->cfg->neg_cache_size);
  /src/external/bsd/unbound/dist/validator/
val_neg.c 103 if(cfg) neg->max = cfg->neg_cache_size;
  /src/external/bsd/unbound/dist/pythonmod/
interface.i 1041 size_t neg_cache_size;

Completed in 34 milliseconds