Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/validator/
H A Dval_kcache.c61 maxmem = cfg->key_cache_size; in key_cache_create()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h443 size_t key_cache_size; member
H A Dconfig_file.c287 cfg->key_cache_size = 4 * 1024 * 1024; in config_create()
424 cfg->key_cache_size = 1024*1024; in config_create_forlib()
717 else S_MEMSIZE("key-cache-size:", key_cache_size) in config_set_option()
1174 else O_MEM(opt, "key-cache-size", key_cache_size) in config_get_option()
H A Dconfigparser.y2227 if(!cfg_parse_memsize($2, &cfg_parser->cfg->key_cache_size))
H A Dconfigparser.c5349 if(!cfg_parse_memsize((yyvsp[0].str), &cfg_parser->cfg->key_cache_size)) in yyparse()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dconfig.rst283 .. attribute:: key_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/pythonmod/
H A Dinterface.i1038 size_t key_cache_size;