Searched refs:bytes_read (Results 1 – 3 of 3) sorted by relevance
47 static size_t bytes_read; variable98 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()
37 static int bytes_read; variable85 bytes_read += nread; in read_cb()130 ASSERT_EQ(bytes_read, bytes_written); in TEST_IMPL()
1923 DWORD bytes_read; in uv__pipe_read_exactly() local1926 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() local2039 bytes_read = *data_remaining; in uv__pipe_read_ipc()[all …]
Completed in 15 milliseconds