Lines Matching refs:read_req
126 handle->read_req.data = handle;
663 if (handle->read_req.wait_handle != INVALID_HANDLE_VALUE) {
664 UnregisterWait(handle->read_req.wait_handle);
665 handle->read_req.wait_handle = INVALID_HANDLE_VALUE;
667 if (handle->read_req.event_handle != NULL) {
668 CloseHandle(handle->read_req.event_handle);
669 handle->read_req.event_handle = NULL;
918 r = CancelIoEx(handle->handle, &handle->read_req.u.io.overlapped);
1293 req = &handle->read_req;
1363 handle->read_req.event_handle == NULL) {
1364 handle->read_req.event_handle = CreateEvent(NULL, 0, 0, NULL);
1365 if (handle->read_req.event_handle == NULL) {
2239 HasOverlappedIoCompleted(&pipe->read_req.u.io.overlapped)) {