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

/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c271 unsigned int pending_recv; /* Number of outstanding recv() calls. */ member in struct:isc_socket
735 if (sock->pending_recv > 0) {
781 sock->pending_recv++;
813 sock->pending_recv++;
1221 INSIST(sock->pending_recv == 0);
1292 if (sock->pending_recv > 0)
1462 sock->pending_recv = 0;
1519 REQUIRE(sock->pending_iocp == sock->pending_recv + sock->pending_send
1577 || sock->pending_recv > 0
1673 sock->pending_recv,
[all...]
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c331 unsigned int pending_recv : 1, member in struct:isc__socket
2115 sock->pending_recv = 0;
2175 INSIST(!sock->pending_recv);
2790 !sock->pending_recv)
2866 INSIST(!sock->pending_recv);
2908 INSIST(!sock->pending_recv);
2922 sock->pending_recv = 1;
3338 INSIST(sock->pending_recv == 1);
3339 sock->pending_recv = 0;
3502 INSIST(sock->pending_recv
[all...]

Completed in 114 milliseconds