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

/freebsd-current/contrib/unbound/dnscrypt/
H A Ddnscrypt.h74 size_t num_query_dnscrypt_secret_missed_cache; member in struct:dnsc_env
H A Ddnscrypt.c307 env->num_query_dnscrypt_secret_missed_cache++;
950 &env->num_query_dnscrypt_secret_missed_cache,
951 sizeof(env->num_query_dnscrypt_secret_missed_cache));
/freebsd-current/contrib/unbound/libunbound/
H A Dunbound.h814 long long num_query_dnscrypt_secret_missed_cache; member in struct:ub_server_stats
/freebsd-current/contrib/unbound/daemon/
H A Dstats.c233 r = de->num_query_dnscrypt_secret_missed_cache;
235 de->num_query_dnscrypt_secret_missed_cache = 0;
307 s->svr.num_query_dnscrypt_secret_missed_cache =
316 s->svr.num_query_dnscrypt_secret_missed_cache = 0;
322 s->svr.num_query_dnscrypt_secret_missed_cache = 0;
H A Dremote.c1061 (unsigned long)s->svr.num_query_dnscrypt_secret_missed_cache)) return 0;
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-control.c406 s->svr.num_query_dnscrypt_secret_missed_cache);

Completed in 81 milliseconds