Home | History | Annotate | Download | only in dns

Lines Matching defs:reading

101 	bool reading;
127 bool reading;
458 * started reading?
504 INSIST(resp->reading);
505 resp->reading = false;
677 * reading.
703 if (!resp->reading) {
728 INSIST(resp->reading);
729 resp->reading = false;
790 INSIST(disp->reading);
791 disp->reading = false;
888 * Phase 5: Resume reading if there are still active responses
1599 resp->reading ? "reading" : "not reading",
1601 disp->reading ? "reading" : "not reading",
1616 if (resp->reading) {
1662 resp->reading ? "reading" : "not reading",
1664 disp->reading ? "reading" : "not reading",
1675 if (resp->reading) {
1704 if (!disp->reading) {
1711 if (disp->reading) {
1740 * stack will get higher here, but it's mitigated by the ".reading"
1787 dispentry_log(resp, ISC_LOG_DEBUG(90), "reading");
1789 resp->reading = true;
1799 dispentry_log(resp, ISC_LOG_DEBUG(90), "reading from %p",
1804 "TCP reading without response from %p",
1808 disp->reading = true;
1869 resp->reading = true;
1870 dispentry_log(resp, ISC_LOG_DEBUG(90), "start reading");
2051 /* Add the resp to the reading list */
2055 resp->reading = true;
2057 if (!disp->reading) {
2058 /* Restart the reading */
2122 dispentry_log(resp, ISC_LOG_DEBUG(90), "continue reading");
2124 if (!resp->reading) {
2126 resp->reading = true;
2129 if (disp->reading) {
2139 disp->reading = true;
2146 if (resp->reading) {
2154 dispentry_log(resp, ISC_LOG_DEBUG(90), "continue reading");
2158 resp->reading = true;