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

  /src/external/bsd/unbound/dist/libunbound/
context.c 100 if(!slabhash_is_size(ctx->env->msg_cache, cfg->msg_cache_size,
104 HASH_DEFAULT_STARTARRAY, cfg->msg_cache_size,
  /src/external/bsd/unbound/dist/daemon/
daemon.c 1334 !slabhash_is_size(daemon->env->msg_cache, cfg->msg_cache_size,
1345 if(!slabhash_is_size(daemon->env->msg_cache, cfg->msg_cache_size,
1349 HASH_DEFAULT_STARTARRAY, cfg->msg_cache_size,
unbound.c 200 size_t memsize_expect = cfg->msg_cache_size + cfg->rrset_cache_size
remote.c 6081 COPY_VAR_size_t(msg_cache_size);
6395 if(env->cfg->msg_cache_size != oldcfg->msg_cache_size)
6396 slabhash_adjust_size(env->msg_cache, env->cfg->msg_cache_size);
  /src/external/bsd/unbound/dist/util/
config_file.h 190 size_t msg_cache_size; member in struct:config_file
config_file.c 176 cfg->msg_cache_size = 4 * 1024 * 1024;
449 cfg->msg_cache_size = 1024*1024;
663 else S_MEMSIZE("msg-cache-size:", msg_cache_size)
1133 else O_MEM(opt, "msg-cache-size", msg_cache_size)
configparser.y 1676 if(!cfg_parse_memsize($2, &cfg_parser->cfg->msg_cache_size))
configparser.c 4728 if(!cfg_parse_memsize((yyvsp[0].str), &cfg_parser->cfg->msg_cache_size))
  /src/external/bsd/unbound/dist/edns-subnet/
subnetmod.c 265 HASH_DEFAULT_STARTARRAY, env->cfg->msg_cache_size,
  /src/external/bsd/unbound/dist/pythonmod/
interface.i 988 size_t msg_cache_size;

Completed in 87 milliseconds