Lines Matching refs:overlapped
266 * bit has been set, and supports only overlapped operation. It also requires
271 DWORD buffer_count, DWORD* bytes, DWORD* flags, WSAOVERLAPPED *overlapped,
275 IO_STATUS_BLOCK* iosb = (IO_STATUS_BLOCK*) &overlapped->Internal;
279 if (overlapped == NULL || completion_routine != NULL) {
297 if (!((intptr_t) overlapped->hEvent & 1)) {
298 apc_context = (void*) overlapped;
307 overlapped->hEvent,
366 int* addr_len, WSAOVERLAPPED *overlapped,
370 IO_STATUS_BLOCK* iosb = (IO_STATUS_BLOCK*) &overlapped->Internal;
374 if (overlapped == NULL || addr == NULL || addr_len == NULL ||
395 if (!((intptr_t) overlapped->hEvent & 1)) {
396 apc_context = (void*) overlapped;
405 overlapped->hEvent,
462 AFD_POLL_INFO* info_out, OVERLAPPED* overlapped) {
470 if (overlapped != NULL) {
472 iosb_ptr = (IO_STATUS_BLOCK*) &overlapped->Internal;
473 event = overlapped->hEvent;
480 apc_context = overlapped;
505 if (overlapped == NULL) {