Searched refs:uv_read_stop (Results 1 – 19 of 19) sorted by relevance
48 ASSERT_OK(uv_read_stop((uv_stream_t*) &tcp_handle)); in timer_cb()
40 uv_read_stop(handle); in read_cb()
72 ASSERT_OK(uv_read_stop(stream)); in on_read1()
324 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()
105 r = uv_read_stop(handle); in read_cb()
97 ASSERT_OK(uv_read_stop((uv_stream_t*) p)); in read_cb()
77 uv_read_stop((uv_stream_t*) &client); in on_client_timeout()
93 ASSERT_OK(uv_read_stop(stream)); in read_cb()
188 uv_read_stop(pipe); in on_pipe_read()
336 r = uv_read_stop((uv_stream_t*) &tty_in); in TEST_IMPL()
143 uv_read_stop(tcp); in on_read_once()
49 by calling :c:func:`uv_read_stop` or :c:func:`uv_close`. Trying to read140 :c:func:`uv_read_stop` is called.147 .. c:function:: int uv_read_stop(uv_stream_t*)
94 int uv_read_stop(uv_stream_t* handle) { in uv_read_stop() function
1872 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()
1446 uv_read_stop((uv_stream_t*) tcp); in uv__tcp_close()
180 int uv_read_stop(uv_stream_t*);186 called once, until ``uv_read_stop()`` is called.
1465 int uv_read_stop(uv_stream_t* stream) { in uv_read_stop() function1533 uv_read_stop(handle); in uv__stream_close()
549 UV_EXTERN int uv_read_stop(uv_stream_t*);
1238 * 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