Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-udp-mmsg.c40 static int read_bytes; variable
77 read_bytes += nread; in recv_cb()
144 ASSERT_EQ(read_bytes, NUM_SENDS * 4); /* we're sending 4 bytes per datagram */ in TEST_IMPL()
/libuv/src/win/
H A Dtty.c486 size_t read_bytes; in uv_tty_line_read_thread() local
530 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