Searched refs:msg_cache_size (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/unbound/libunbound/
H A Dcontext.c85 if(!slabhash_is_size(ctx->env->msg_cache, cfg->msg_cache_size,
89 HASH_DEFAULT_STARTARRAY, cfg->msg_cache_size,
/freebsd-11-stable/contrib/unbound/daemon/
H A Ddaemon.c844 if(!slabhash_is_size(daemon->env->msg_cache, cfg->msg_cache_size,
848 HASH_DEFAULT_STARTARRAY, cfg->msg_cache_size,
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h165 size_t msg_cache_size; member in struct:config_file
H A Dconfig_file.c157 cfg->msg_cache_size = 4 * 1024 * 1024;
385 cfg->msg_cache_size = 1024*1024;
552 else S_MEMSIZE("msg-cache-size:", msg_cache_size)
973 else O_MEM(opt, "msg-cache-size", msg_cache_size)
H A Dconfigparser.y1424 if(!cfg_parse_memsize($2, &cfg_parser->cfg->msg_cache_size))
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Dsubnetmod.c203 HASH_DEFAULT_STARTARRAY, env->cfg->msg_cache_size,

Completed in 84 milliseconds