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

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c269 unsigned int pending_iocp; /* Should equal the counters below. Debug. */ member in struct:isc_socket
398 printf("\t\tpending_iocp: %d\n", sock->pending_iocp);
693 sock->pending_iocp++;
702 sock->pending_iocp++;
774 sock->pending_iocp++;
806 sock->pending_iocp++;
1474 sock->pending_iocp = 0;
1526 REQUIRE(sock->pending_iocp == sock->pending_recv + sock->pending_send
1583 if (sock->pending_iocp > 0
1990 INSIST(sock->pending_iocp >
[all...]

Completed in 55 milliseconds