Searched refs:ct (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c1608 unsigned int ct = 0; local
1623 for (; (ct < query_status_allocated) && (found == FALSE); ct++) {
1624 if (status[ct].in_use == TRUE && status[ct].id == id &&
1625 status[ct].qtype == qtype &&
1626 strcasecmp(status[ct].qname, qname) == 0) {
1627 status[ct].in_use = FALSE;
1631 register_rtt(&status[ct].sent_timestamp, qname, qtype,
1634 if (status[ct]
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.cpp351 headers_map::const_iterator ct = hm.find("Content-Type"); local
352 PRE(ct != hm.end());
353 header::write(os, (*ct).second);

Completed in 16 milliseconds