Searched refs:dnscrypt_shared_secret_cache_slabs (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfig_file.h666 size_t dnscrypt_shared_secret_cache_slabs; member in struct:config_file
H A Dconfig_file.c363 cfg->dnscrypt_shared_secret_cache_slabs = 4;
781 dnscrypt_shared_secret_cache_slabs)
1252 dnscrypt_shared_secret_cache_slabs)
H A Dconfigparser.y3672 OUTYY(("P(dnscrypt_shared_secret_cache_slabs:%s)\n", $2));
3676 cfg_parser->cfg->dnscrypt_shared_secret_cache_slabs = atoi($2);
3677 if(!is_pow2(cfg_parser->cfg->dnscrypt_shared_secret_cache_slabs))
H A Dconfigparser.c7168 OUTYY(("P(dnscrypt_shared_secret_cache_slabs:%s)\n", (yyvsp[0].str)));
7172 cfg_parser->cfg->dnscrypt_shared_secret_cache_slabs = atoi((yyvsp[0].str));
7173 if(!is_pow2(cfg_parser->cfg->dnscrypt_shared_secret_cache_slabs))
/netbsd-current/external/bsd/unbound/dist/dnscrypt/
H A Ddnscrypt.c980 cfg->dnscrypt_shared_secret_cache_slabs,

Completed in 413 milliseconds