Searched refs:read_bytes (Results 1 – 2 of 2) sorted by relevance
40 static int read_bytes; variable77 read_bytes += nread; in recv_cb()144 ASSERT_EQ(read_bytes, NUM_SENDS * 4); /* we're sending 4 bytes per datagram */ in TEST_IMPL()
486 size_t read_bytes; in uv_tty_line_read_thread() local530 read_bytes = bytes; in uv_tty_line_read_thread()534 &read_bytes); in uv_tty_line_read_thread()536 req->u.io.overlapped.InternalHigh = (DWORD) read_bytes; in uv_tty_line_read_thread()
Completed in 9 milliseconds