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

/bind-9.11.3/lib/isc/win32/
H A Dsocket.c270 unsigned int pending_iocp; /* Should equal the counters below. Debug. */ member in struct:isc_socket
410 printf("\t\tpending_iocp: %d\n", sock->pending_iocp);
712 sock->pending_iocp++;
721 sock->pending_iocp++;
793 sock->pending_iocp++;
825 sock->pending_iocp++;
1478 sock->pending_iocp = 0;
1531 REQUIRE(sock->pending_iocp == sock->pending_recv + sock->pending_send
1588 if (sock->pending_iocp > 0
2055 INSIST(sock->pending_iocp >
[all...]

Completed in 15 milliseconds