Searched refs:ov2 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/ws2_32/ |
H A D | sock.c | 5984 OVERLAPPED ov, ov2; in test_events() local 6009 memset(&ov2, 0, sizeof(ov2)); in test_events() 6220 ov2.hEvent = CreateEventA(NULL, FALSE, FALSE, NULL); in test_events() 6221 if (ov2.hEvent == NULL) in test_events() 6287 ret = WSARecv(src, &bufs, 1, &bytesReturned, &flags, &ov2, NULL); in test_events() 6307 dwRet = WaitForSingleObject(ov2.hEvent, 100); in test_events() 6311 bret = GetOverlappedResult((HANDLE)src, &ov2, &bytesReturned, FALSE); in test_events() 6538 if (ov2.hEvent != NULL) in test_events() 6539 CloseHandle(ov2.hEvent); in test_events()
|