Home
last modified time | relevance | path

Searched refs:dnscrypt_shared_secret_cache_slabs (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/contrib/unbound/util/
HDconfig_file.h697 size_t dnscrypt_shared_secret_cache_slabs; member
HDconfig_file.c370 cfg->dnscrypt_shared_secret_cache_slabs = 4; in config_create()
841 dnscrypt_shared_secret_cache_slabs) in config_set_option()
1331 dnscrypt_shared_secret_cache_slabs) in config_get_option()
HDconfigparser.y3850 cfg_parser->cfg->dnscrypt_shared_secret_cache_slabs = atoi($2);
3851 if(!is_pow2(cfg_parser->cfg->dnscrypt_shared_secret_cache_slabs))
HDconfigparser.c7532 cfg_parser->cfg->dnscrypt_shared_secret_cache_slabs = atoi((yyvsp[0].str)); in yyparse()
7533 if(!is_pow2(cfg_parser->cfg->dnscrypt_shared_secret_cache_slabs)) in yyparse()
/freebsd-head/contrib/unbound/dnscrypt/
HDdnscrypt.c980 cfg->dnscrypt_shared_secret_cache_slabs, in dnsc_apply_cfg()
/freebsd-head/contrib/unbound/daemon/
HDremote.c5774 COPY_VAR_size_t(dnscrypt_shared_secret_cache_slabs); in fr_atomic_copy_cfg()