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

/bind-9.6-ESV-R11/lib/dns/
H A Ddispatch.c242 recv_pending : 1; /*%< is a recv() pending? */ member in struct:dns_dispatch
651 if (disp->recv_pending != 0)
1148 disp->requests, disp->mgr->buffers, disp->recv_pending);
1156 INSIST(disp->recv_pending != 0);
1157 disp->recv_pending = 0;
1437 disp->requests, disp->tcpbuffers, disp->recv_pending);
1441 INSIST(disp->recv_pending != 0);
1442 disp->recv_pending = 0;
1597 if (disp->recv_pending != 0 && dispsock == NULL)
1640 INSIST(disp->recv_pending
[all...]

Completed in 14 milliseconds