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

/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dsocket.c270 unsigned int pending_iocp; /* Should equal the counters below. Debug. */ member in struct:isc_socket
403 printf("\t\tpending_iocp: %d\n", sock->pending_iocp);
698 sock->pending_iocp++;
707 sock->pending_iocp++;
780 sock->pending_iocp++;
812 sock->pending_iocp++;
1464 sock->pending_iocp = 0;
1519 REQUIRE(sock->pending_iocp == sock->pending_recv + sock->pending_send
1576 if (sock->pending_iocp > 0
2031 INSIST(sock->pending_iocp >
[all...]

Completed in 103 milliseconds