Lines Matching refs:overlapped
271 DWORD buffer_count, DWORD* bytes, DWORD* flags, WSAOVERLAPPED *overlapped, in uv__wsarecv_workaround() argument
275 IO_STATUS_BLOCK* iosb = (IO_STATUS_BLOCK*) &overlapped->Internal; in uv__wsarecv_workaround()
279 if (overlapped == NULL || completion_routine != NULL) { in uv__wsarecv_workaround()
297 if (!((intptr_t) overlapped->hEvent & 1)) { in uv__wsarecv_workaround()
298 apc_context = (void*) overlapped; in uv__wsarecv_workaround()
307 overlapped->hEvent, in uv__wsarecv_workaround()
366 int* addr_len, WSAOVERLAPPED *overlapped, in uv__wsarecvfrom_workaround() argument
370 IO_STATUS_BLOCK* iosb = (IO_STATUS_BLOCK*) &overlapped->Internal; in uv__wsarecvfrom_workaround()
374 if (overlapped == NULL || addr == NULL || addr_len == NULL || in uv__wsarecvfrom_workaround()
395 if (!((intptr_t) overlapped->hEvent & 1)) { in uv__wsarecvfrom_workaround()
396 apc_context = (void*) overlapped; in uv__wsarecvfrom_workaround()
405 overlapped->hEvent, in uv__wsarecvfrom_workaround()
462 AFD_POLL_INFO* info_out, OVERLAPPED* overlapped) { in uv__msafd_poll() argument
470 if (overlapped != NULL) { in uv__msafd_poll()
472 iosb_ptr = (IO_STATUS_BLOCK*) &overlapped->Internal; in uv__msafd_poll()
473 event = overlapped->hEvent; in uv__msafd_poll()
480 apc_context = overlapped; in uv__msafd_poll()
505 if (overlapped == NULL) { in uv__msafd_poll()