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

/bind-9.11.3/bin/rndc/
H A Drndc.c77 static int sends, recvs, connects; variable
244 if (sends == 0 && recvs == 0) {
260 recvs--;
313 if (sends == 0 && recvs == 0) {
333 recvs--;
394 recvs++;
462 recvs++;
955 if (connects > 0 || sends > 0 || recvs > 0)
/bind-9.11.3/lib/dns/
H A Dxfrin.c101 int recvs; /*%< Receive in progress */ member in struct:dns_xfrin_ctx
739 } else if (xfr->recvs > 0) {
840 xfr->recvs = 0;
1219 xfr->recvs++;
1244 xfr->recvs--;
1447 xfr->recvs++;
1483 xfr->recvs != 0)

Completed in 11 milliseconds