Searched defs:qi (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c1614 struct query_mininfo *qi = &timeout_queries[id]; local
1616 if (qi->qtype == qtype && strcasecmp(qi->qname, qname) == 0) {
1617 register_rtt(&qi->sent_timestamp, qname, qtype, rcode);
1618 qi->qtype = -1;
1863 struct query_mininfo *qi; local
1865 qi = &timeout_queries[status[count].id];
1866 if (qi->qtype != -1) {
1871 qi->qtype = status[count].qtype;
1872 qi
[all...]

Completed in 1836 milliseconds