Home
last modified time | relevance | path

Searched refs:bytes_read (Results 1 – 3 of 3) sorted by relevance

/libuv/test/
H A Dtest-ipc-heavy-traffic-deadlock-bug.c47 static size_t bytes_read; variable
98 bytes_read += nread; in read_cb()
104 if (bytes_read >= XFER_SIZE) { in read_cb()
117 bytes_read = 0; in do_writes_and_reads()
130 ASSERT_EQ(bytes_read, XFER_SIZE); in do_writes_and_reads()
H A Dtest-tcp-try-write.c37 static int bytes_read; variable
85 bytes_read += nread; in read_cb()
130 ASSERT_EQ(bytes_read, bytes_written); in TEST_IMPL()
/libuv/src/win/
H A Dpipe.c1923 DWORD bytes_read; in uv__pipe_read_exactly() local
1926 bytes_read = 0; in uv__pipe_read_exactly()
1927 while (bytes_read < count) { in uv__pipe_read_exactly()
1942 bytes_read += bytes_read_now; in uv__pipe_read_exactly()
1945 assert(bytes_read == count); in uv__pipe_read_exactly()
1986 *bytes_read = 0; in uv__pipe_read_data()
2004 *bytes_read = 0; in uv__pipe_read_data()
2012 *bytes_read = 0; in uv__pipe_read_data()
2033 DWORD bytes_read; in uv__pipe_read_ipc() local
2039 bytes_read = *data_remaining; in uv__pipe_read_ipc()
[all …]

Completed in 12 milliseconds