Home
last modified time | relevance | path

Searched refs:fds_openaccept (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/ws2_32/
H A Dsock.c8755 fd_set fds_openaccept = fds_accept, fds_opensend = fds_send; in test_AcceptEx() local
8757 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()