Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h705 size_t dnscrypt_nonce_cache_slabs; member
H A Dconfig_file.c378 cfg->dnscrypt_nonce_cache_slabs = 0; in config_create()
470 cfg->dnscrypt_nonce_cache_slabs = 1; in config_create_forlib()
873 dnscrypt_nonce_cache_slabs) in config_set_option()
1369 dnscrypt_nonce_cache_slabs) in config_get_option()
1516 SET_AUTO_SLAB(dnscrypt_nonce_cache_slabs, in config_auto_slab_values()
H A Dconfigparser.y3933 cfg_parser->cfg->dnscrypt_nonce_cache_slabs = atoi($2);
3934 if(!is_pow2(cfg_parser->cfg->dnscrypt_nonce_cache_slabs))
H A Dconfigparser.c7621 cfg_parser->cfg->dnscrypt_nonce_cache_slabs = atoi((yyvsp[0].str)); in yyparse()
7622 if(!is_pow2(cfg_parser->cfg->dnscrypt_nonce_cache_slabs)) in yyparse()
/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.c1022 cfg->dnscrypt_nonce_cache_slabs, in dnsc_apply_cfg()
/freebsd/contrib/unbound/daemon/
H A Dremote.c6546 COPY_VAR_size_t(dnscrypt_nonce_cache_slabs); in fr_atomic_copy_cfg()