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

/freebsd-current/contrib/unbound/libunbound/
H A Dunbound.h726 long long qtype_big; member in struct:ub_server_stats
/freebsd-current/contrib/unbound/daemon/
H A Dstats.c462 total->svr.qtype_big += a->svr.qtype_big;
523 else stats->qtype_big++;
H A Dremote.c923 if(!inhibit_zero || s->svr.qtype_big) {
925 (unsigned long)s->svr.qtype_big)) return 0;
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-control.c320 if(!inhibit_zero || s->svr.qtype_big) {
321 PR_UL("num.query.type.other", s->svr.qtype_big);

Completed in 125 milliseconds