Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/daemon/
H A Dstats.c233 r = de->num_query_dnscrypt_secret_missed_cache; in get_dnscrypt_cache_miss()
235 de->num_query_dnscrypt_secret_missed_cache = 0; in get_dnscrypt_cache_miss()
307 s->svr.num_query_dnscrypt_secret_missed_cache = in server_stats_compile()
316 s->svr.num_query_dnscrypt_secret_missed_cache = 0; in server_stats_compile()
322 s->svr.num_query_dnscrypt_secret_missed_cache = 0; in server_stats_compile()
H A Dremote.c1096 (unsigned long)s->svr.num_query_dnscrypt_secret_missed_cache)) return 0; in print_ext()
/freebsd-14.2/contrib/unbound/dnscrypt/
H A Ddnscrypt.h74 size_t num_query_dnscrypt_secret_missed_cache; member
H A Ddnscrypt.c307 env->num_query_dnscrypt_secret_missed_cache++; in dnscrypt_server_uncurve()
950 &env->num_query_dnscrypt_secret_missed_cache, in dnsc_create()
951 sizeof(env->num_query_dnscrypt_secret_missed_cache)); in dnsc_create()
/freebsd-14.2/contrib/unbound/libunbound/
H A Dunbound.h814 long long num_query_dnscrypt_secret_missed_cache; member
/freebsd-14.2/contrib/unbound/smallapp/
H A Dunbound-control.c423 s->svr.num_query_dnscrypt_secret_missed_cache); in print_extended()