Home
last modified time | relevance | path

Searched refs:bytes_read_now (Results 1 – 2 of 2) sorted by relevance

/third_party/libuv/src/win/
Dpipe.c1824 DWORD bytes_read, bytes_read_now; in uv__pipe_read_exactly() local
1831 &bytes_read_now, in uv__pipe_read_exactly()
1836 bytes_read += bytes_read_now; in uv__pipe_read_exactly()
/third_party/node/deps/uv/src/win/
Dpipe.c1824 DWORD bytes_read, bytes_read_now; in uv__pipe_read_exactly() local
1831 &bytes_read_now, in uv__pipe_read_exactly()
1836 bytes_read += bytes_read_now; in uv__pipe_read_exactly()