Searched refs:msg_cache_size (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/unbound/libunbound/ |
| H A D | context.c | 89 if(!slabhash_is_size(ctx->env->msg_cache, cfg->msg_cache_size, in context_finalize() 93 HASH_DEFAULT_STARTARRAY, cfg->msg_cache_size, in context_finalize()
|
| /freebsd-13.1/contrib/unbound/daemon/ |
| H A D | daemon.c | 846 if(!slabhash_is_size(daemon->env->msg_cache, cfg->msg_cache_size, in daemon_apply_cfg() 850 HASH_DEFAULT_STARTARRAY, cfg->msg_cache_size, in daemon_apply_cfg()
|
| H A D | unbound.c | 200 size_t memsize_expect = cfg->msg_cache_size + cfg->rrset_cache_size in checkrlimits()
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | config_file.h | 171 size_t msg_cache_size; member
|
| H A D | config_file.c | 160 cfg->msg_cache_size = 4 * 1024 * 1024; in config_create() 395 cfg->msg_cache_size = 1024*1024; in config_create_forlib() 571 else S_MEMSIZE("msg-cache-size:", msg_cache_size) in config_set_option() 1000 else O_MEM(opt, "msg-cache-size", msg_cache_size) in config_get_option()
|
| H A D | configparser.y | 1502 if(!cfg_parse_memsize($2, &cfg_parser->cfg->msg_cache_size))
|
| /freebsd-13.1/contrib/unbound/edns-subnet/ |
| H A D | subnetmod.c | 203 HASH_DEFAULT_STARTARRAY, env->cfg->msg_cache_size, in subnetmod_init()
|