Home
last modified time | relevance | path

Searched refs:qtype_big (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Dstats.c475 total->svr.qtype_big += a->svr.qtype_big; in server_stats_add()
537 else stats->qtype_big++; in server_stats_insquery()
H A Dremote.c954 if(!inhibit_zero || s->svr.qtype_big) { in print_ext()
956 (unsigned long)s->svr.qtype_big)) return 0; in print_ext()
/freebsd/contrib/unbound/libunbound/
H A Dunbound.h726 long long qtype_big; member
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c334 if(!inhibit_zero || s->svr.qtype_big) { in print_extended()
335 PR_UL("num.query.type.other", s->svr.qtype_big); in print_extended()