Lines Matching refs:read_req
257 if (handle->read_req.wait_handle != INVALID_HANDLE_VALUE) {
258 UnregisterWait(handle->read_req.wait_handle);
259 handle->read_req.wait_handle = INVALID_HANDLE_VALUE;
261 if (handle->read_req.event_handle != NULL) {
262 CloseHandle(handle->read_req.event_handle);
263 handle->read_req.event_handle = NULL;
474 req = &handle->read_req;
708 handle->read_req.event_handle == NULL) {
709 handle->read_req.event_handle = CreateEvent(NULL, 0, 0, NULL);
710 if (handle->read_req.event_handle == NULL) {
1394 CancelIoEx((HANDLE) socket, &tcp->read_req.u.io.overlapped);
1424 CancelIoEx((HANDLE) socket, &tcp->read_req.u.io.overlapped);