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

/bind-9.11.3/lib/isc/unix/
H A Dsocket.c361 unsigned int pending_recv : 1, member in struct:isc__socket
2362 sock->pending_recv = 0;
2423 INSIST(!sock->pending_recv);
3214 !sock->pending_recv)
3289 INSIST(!sock->pending_recv);
3330 INSIST(!sock->pending_recv);
3344 sock->pending_recv = 1;
3801 INSIST(sock->pending_recv == 1);
3802 sock->pending_recv = 0;
3965 INSIST(sock->pending_recv
[all...]
/bind-9.11.3/lib/isc/win32/
H A Dsocket.c271 unsigned int pending_recv; /* Number of outstanding recv() calls. */ member in struct:isc_socket
748 if (sock->pending_recv > 0) {
794 sock->pending_recv++;
826 sock->pending_recv++;
1235 INSIST(sock->pending_recv == 0);
1309 if (sock->pending_recv > 0)
1476 sock->pending_recv = 0;
1531 REQUIRE(sock->pending_iocp == sock->pending_recv + sock->pending_send
1589 || sock->pending_recv > 0
1685 sock->pending_recv,
[all...]

Completed in 27 milliseconds