Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-tty.c99 ASSERT(uv_is_readable((uv_stream_t*) &tty_in)); in TEST_IMPL()
104 ASSERT(!uv_is_readable((uv_stream_t*) &tty_out)); in TEST_IMPL()
189 ASSERT(uv_is_readable((uv_stream_t*) &tty_in)); in TEST_IMPL()
247 ASSERT(!uv_is_readable((uv_stream_t*) &tty_out)); in TEST_IMPL()
382 ASSERT(uv_is_readable((uv_stream_t*) &tty)); in TEST_IMPL()
385 ASSERT(!uv_is_readable((uv_stream_t*) &tty)); in TEST_IMPL()
393 ASSERT(uv_is_readable((uv_stream_t*) &tty_ro)); in TEST_IMPL()
396 ASSERT(!uv_is_readable((uv_stream_t*) &tty_ro)); in TEST_IMPL()
404 ASSERT(!uv_is_readable((uv_stream_t*) &tty_wo)); in TEST_IMPL()
407 ASSERT(!uv_is_readable((uv_stream_t*) &tty_wo)); in TEST_IMPL()
[all …]
H A Dtest-readable-on-eof.c57 ASSERT_EQ(1, uv_is_readable(handle)); in read_cb()
62 ASSERT_OK(uv_is_readable(handle)); in read_cb()
H A Dtest-handle-fileno.c110 ASSERT(uv_is_readable((uv_stream_t*) &tty)); in TEST_IMPL()
117 ASSERT(!uv_is_readable((uv_stream_t*) &tty)); in TEST_IMPL()
H A Dtest-tty-duplicate-key.c160 ASSERT(uv_is_readable((uv_stream_t*) &tty_in)); in TEST_IMPL()
214 ASSERT(uv_is_readable((uv_stream_t*) &tty_in)); in TEST_IMPL()
280 ASSERT(uv_is_readable((uv_stream_t*) &tty_in)); in TEST_IMPL()
H A Dtest-not-readable-nor-writable-on-read-error.c58 ASSERT_OK(uv_is_readable(handle)); in read_cb()
H A Dtest-ipc.c692 ASSERT_EQ(1, uv_is_readable((uv_stream_t*) &channel)); in ipc_helper()
743 ASSERT_EQ(1, uv_is_readable((uv_stream_t*) &channel)); in ipc_helper_tcp_connection()
797 ASSERT_EQ(1, uv_is_readable((uv_stream_t*) &channel)); in ipc_helper_bind_twice()
838 ASSERT_EQ(1, uv_is_readable((uv_stream_t*) &channel)); in ipc_helper_send_zero()
H A Dtest-tcp-bind-error.c279 ASSERT_OK(uv_is_readable((uv_stream_t*) &server)); in TEST_IMPL()
H A Dtest-ping-pong.c202 ASSERT_EQ(1, uv_is_readable(req->handle)); in pinger_on_connect()
H A Dtest-ipc-send-recv.c358 ASSERT_EQ(1, uv_is_readable((uv_stream_t*)&ctx2.channel)); in send_recv_start()
H A Dtest-spawn.c1914 ASSERT(uv_is_readable((uv_stream_t*) &pipe_stdin_child)); in TEST_IMPL()
1917 ASSERT(uv_is_readable((uv_stream_t*) &pipe_stdout_parent)); in TEST_IMPL()
1920 ASSERT_EQ(uv_is_readable((uv_stream_t*) &pipe_stdout_child), bidir); in TEST_IMPL()
1921 ASSERT_EQ(uv_is_readable((uv_stream_t*) &pipe_stdin_parent), bidir); in TEST_IMPL()
/libuv/src/win/
H A Dstream.c232 int uv_is_readable(const uv_stream_t* handle) { in uv_is_readable() function
/libuv/docs/src/
H A Dstream.rst221 .. c:function:: int uv_is_readable(const uv_stream_t* handle)
/libuv/src/unix/
H A Dstream.c1480 int uv_is_readable(const uv_stream_t* stream) { in uv_is_readable() function
/libuv/include/
H A Duv.h579 UV_EXTERN int uv_is_readable(const uv_stream_t* handle);

Completed in 40 milliseconds