Lines Matching refs:read_req
134 handle->read_req.data = handle;
671 if (handle->read_req.wait_handle != INVALID_HANDLE_VALUE) {
672 UnregisterWait(handle->read_req.wait_handle);
673 handle->read_req.wait_handle = INVALID_HANDLE_VALUE;
675 if (handle->read_req.event_handle != NULL) {
676 CloseHandle(handle->read_req.event_handle);
677 handle->read_req.event_handle = NULL;
1012 r = CancelIoEx(handle->handle, &handle->read_req.u.io.overlapped);
1388 req = &handle->read_req;
1458 handle->read_req.event_handle == NULL) {
1459 handle->read_req.event_handle = CreateEvent(NULL, 0, 0, NULL);
1460 if (handle->read_req.event_handle == NULL) {
2340 HasOverlappedIoCompleted(&pipe->read_req.u.io.overlapped)) {