Searched refs:bytes_read_now (Results 1 – 1 of 1) sorted by relevance
1924 DWORD bytes_read_now; in uv__pipe_read_exactly() local1934 &bytes_read_now, in uv__pipe_read_exactly()1938 if (!GetOverlappedResult(handle->handle, &req->u.io.overlapped, &bytes_read_now, TRUE)) in uv__pipe_read_exactly()1942 bytes_read += bytes_read_now; in uv__pipe_read_exactly()
Completed in 7 milliseconds