Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-tty-duplicate-key.c62 static void tty_read(uv_stream_t* tty_in, ssize_t nread, const uv_buf_t* buf) { in tty_read() function
163 r = uv_read_start((uv_stream_t*)&tty_in, tty_alloc, tty_read); in TEST_IMPL()
217 r = uv_read_start((uv_stream_t*)&tty_in, tty_alloc, tty_read); in TEST_IMPL()
283 r = uv_read_start((uv_stream_t*)&tty_in, tty_alloc, tty_read); in TEST_IMPL()