Home
last modified time | relevance | path

Searched refs:uv_read_stop (Results 1 - 25 of 26) sorted by relevance

12

/third_party/libuv/test/
H A Dtest-tcp-read-stop.c48 ASSERT_OK(uv_read_stop((uv_stream_t*) &tcp_handle)); in timer_cb()
H A Dtest-close-fd.c40 uv_read_stop(handle); in read_cb()
H A Dtest-pipe-getsockname.c253 r = uv_read_stop((uv_stream_t*)&pipe_client); in TEST_IMPL()
272 r = uv_read_stop((uv_stream_t*)&pipe_client); in TEST_IMPL()
H A Dtest-tcp-read-stop-start.c72 ASSERT_OK(uv_read_stop(stream)); in on_read1()
H A Dtest-ipc-heavy-traffic-deadlock-bug.c105 r = uv_read_stop(handle); in read_cb()
H A Dtest-pipe-sendmsg.c97 ASSERT_OK(uv_read_stop((uv_stream_t*) p)); in read_cb()
H A Dtest-tcp-close-accept.c93 ASSERT_OK(uv_read_stop(stream)); in read_cb()
H A Dtest-tcp-close-after-read-timeout.c77 uv_read_stop((uv_stream_t*) &client); in on_client_timeout()
H A Dtest-stdio-over-pipes.c188 uv_read_stop(pipe); in on_pipe_read()
H A Dtest-tty.c336 r = uv_read_stop((uv_stream_t*) &tty_in); in TEST_IMPL()
H A Dtest-spawn.c143 uv_read_stop(tcp); in on_read_once()
/third_party/node/deps/uvwasi/src/
H A Dsync_helpers.c67 uv_read_stop(stream); in do_stream_recv()
/third_party/libuv/src/win/
H A Dstream.c94 int uv_read_stop(uv_stream_t* handle) { in uv_read_stop() function
H A Dpipe.c1873 uv_read_stop((uv_stream_t*) handle); in uv__pipe_read_eof()
1885 uv_read_stop((uv_stream_t*) handle); in uv__pipe_read_error()
2349 uv_read_stop((uv_stream_t*) pipe); in eof_timer_cb()
H A Dtcp.c1434 uv_read_stop((uv_stream_t*) tcp); in uv__tcp_close()
/third_party/node/deps/uv/src/win/
H A Dstream.c94 int uv_read_stop(uv_stream_t* handle) { in uv_read_stop() function
H A Dpipe.c1774 uv_read_stop((uv_stream_t*) handle); in uv__pipe_read_eof()
1786 uv_read_stop((uv_stream_t*) handle); in uv__pipe_read_error()
2248 uv_read_stop((uv_stream_t*) pipe); in eof_timer_cb()
/third_party/node/test/cctest/
H A Dtest_inspector_socket.cc285 uv_read_stop(stream); in check_data_cb()
315 uv_read_stop(stream); in expect_nothing_on_client()
/third_party/node/src/
H A Dstream_wrap.cc219 return uv_read_stop(stream()); in ReadStop()
H A Dspawn_sync.cc283 uv_read_stop(uv_stream()); in OnRead()
/third_party/libuv/src/unix/
H A Dstream.c1460 int uv_read_stop(uv_stream_t* stream) { in uv_read_stop() function
1528 uv_read_stop(handle); in uv__stream_close()
/third_party/node/deps/uv/src/unix/
H A Dstream.c1527 int uv_read_stop(uv_stream_t* stream) { in uv_read_stop() function
1595 uv_read_stop(handle); in uv__stream_close()
/third_party/libuv/include/
H A Duv.h561 UV_EXTERN int uv_read_stop(uv_stream_t*);
/third_party/libuv/include/uv_ndk/
H A Duv.h509 UV_EXTERN int uv_read_stop(uv_stream_t*);
/third_party/node/deps/uv/include/
H A Duv.h517 UV_EXTERN int uv_read_stop(uv_stream_t*);

Completed in 30 milliseconds

12