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

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c270 unsigned int pending_recv; /* Number of outstanding recv() calls. */ member in struct:isc_socket
729 if (sock->pending_recv > 0) {
775 sock->pending_recv++;
807 sock->pending_recv++;
1214 INSIST(sock->pending_recv == 0);
1288 if (sock->pending_recv > 0)
1472 sock->pending_recv = 0;
1526 REQUIRE(sock->pending_iocp == sock->pending_recv + sock->pending_send
1584 || sock->pending_recv > 0
1671 sock->pending_recv, soc
[all...]
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c316 unsigned int pending_recv : 1, member in struct:isc_socket
1944 sock->pending_recv = 0;
2002 INSIST(!sock->pending_recv);
2603 INSIST(!sock->pending_recv);
2643 INSIST(!sock->pending_recv);
2657 sock->pending_recv = 1;
3079 INSIST(sock->pending_recv == 1);
3080 sock->pending_recv = 0;
3242 INSIST(sock->pending_recv == 1);
3248 sock->pending_recv
[all...]

Completed in 49 milliseconds