Searched refs:fds_openaccept (Results 1 – 1 of 1) sorted by relevance
8755 fd_set fds_openaccept = fds_accept, fds_opensend = fds_send; in test_AcceptEx() local8757 wsa_ok ( ( select ( 0, &fds_openaccept, &fds_opensend, NULL, &timeout ) ), SOCKET_ERROR !=, in test_AcceptEx()8761 if ( FD_ISSET ( listener, &fds_openaccept ) ) { in test_AcceptEx()