Home
last modified time | relevance | path

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

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