Home
last modified time | relevance | path

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

/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-tcp-read-stop-start.c72 ASSERT_OK(uv_read_stop(stream)); in on_read1()
H A Dtest-pipe-getsockname.c324 r = uv_read_stop((uv_stream_t*)&pipe_client); in TEST_IMPL()
343 r = uv_read_stop((uv_stream_t*)&pipe_client); in TEST_IMPL()
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-after-read-timeout.c77 uv_read_stop((uv_stream_t*) &client); in on_client_timeout()
H A Dtest-tcp-close-accept.c93 ASSERT_OK(uv_read_stop(stream)); in read_cb()
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()
/libuv/docs/src/
H A Dstream.rst49 by calling :c:func:`uv_read_stop` or :c:func:`uv_close`. Trying to read
140 :c:func:`uv_read_stop` is called.
147 .. c:function:: int uv_read_stop(uv_stream_t*)
/libuv/src/win/
H A Dstream.c94 int uv_read_stop(uv_stream_t* handle) { in uv_read_stop() function
H A Dpipe.c1872 uv_read_stop((uv_stream_t*) handle); in uv__pipe_read_eof()
1884 uv_read_stop((uv_stream_t*) handle); in uv__pipe_read_error()
2396 uv_read_stop((uv_stream_t*) pipe); in eof_timer_cb()
H A Dtcp.c1446 uv_read_stop((uv_stream_t*) tcp); in uv__tcp_close()
/libuv/docs/src/guide/
H A Dfilesystem.rst180 int uv_read_stop(uv_stream_t*);
186 called once, until ``uv_read_stop()`` is called.
/libuv/src/unix/
H A Dstream.c1465 int uv_read_stop(uv_stream_t* stream) { in uv_read_stop() function
1533 uv_read_stop(handle); in uv__stream_close()
/libuv/include/
H A Duv.h549 UV_EXTERN int uv_read_stop(uv_stream_t*);
/libuv/
H A DChangeLog1238 * doc: uv_read_stop always succeeds (Simon Kissane)
4164 * doc: clarify uv_read_stop() is idempotent (Corbin Simpson)
4729 * unix: remove overzealous assert in uv_read_stop (Saúl Ibarra Corretgé)
4932 * windows: make uv_read_stop immediately stop reading (Jameson Nash)

Completed in 74 milliseconds