Home
last modified time | relevance | path

Searched refs:dnscrypt_nonce_cache_slabs (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/unbound/util/
H A Dconfig_file.h700 size_t dnscrypt_nonce_cache_slabs; member
H A Dconfig_file.c377 cfg->dnscrypt_nonce_cache_slabs = 4; in config_create()
822 dnscrypt_nonce_cache_slabs) in config_set_option()
1311 dnscrypt_nonce_cache_slabs) in config_get_option()
H A Dconfigparser.y3855 cfg_parser->cfg->dnscrypt_nonce_cache_slabs = atoi($2);
3856 if(!is_pow2(cfg_parser->cfg->dnscrypt_nonce_cache_slabs))
H A Dconfigparser.c7495 cfg_parser->cfg->dnscrypt_nonce_cache_slabs = atoi((yyvsp[0].str)); in yyparse()
7496 if(!is_pow2(cfg_parser->cfg->dnscrypt_nonce_cache_slabs)) in yyparse()
/freebsd-14.2/contrib/unbound/dnscrypt/
H A Ddnscrypt.c995 cfg->dnscrypt_nonce_cache_slabs, in dnsc_apply_cfg()