Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dinternal.h78 uv_read_cb read_cb);
127 uv_read_cb read_cb);
159 uv_read_cb read_cb);
H A Dstream.c72 uv_read_cb read_cb) { in uv__read_start()
H A Dtty.c349 uv_read_cb read_cb; in uv_tty_set_mode()
1008 uv_read_cb read_cb) { in uv__tty_read_start()
H A Dtcp.c708 uv_read_cb read_cb) { in uv__tcp_read_start()
H A Dpipe.c1445 uv_read_cb read_cb) { in uv__pipe_read_start()
/libuv/test/
H A Dtest-tcp-read-stop.c57 (uv_read_cb) fail_cb)); in connect_cb()
H A Dtest-pipe-getsockname.c321 (uv_read_cb) abort); in TEST_IMPL()
334 (uv_read_cb) abort); in TEST_IMPL()
H A Dtest-tcp-bind-error.c288 (uv_read_cb) abort); in TEST_IMPL()
H A Dtest-ipc.c417 static int run_ipc_test(const char* helper, uv_read_cb read_cb) { in run_ipc_test()
/libuv/docs/src/
H A Dstream.rst35 .. c:type:: void (*uv_read_cb)(uv_stream_t* stream, ssize_t nread, const uv_buf_t* buf)
136 .. c:function:: int uv_read_start(uv_stream_t* stream, uv_alloc_cb alloc_cb, uv_read_cb read_cb)
138 Read data from an incoming stream. The :c:type:`uv_read_cb` callback will
149 Stop reading data from the stream. The :c:type:`uv_read_cb` callback will
H A Dhandle.rst61 :c:type:`uv_read_cb` callback.
64 :c:type:`uv_udp_recv_cb` or the :c:type:`uv_read_cb` callback.
/libuv/src/
H A Duv-common.h149 uv_read_cb read_cb);
H A Duv-common.c897 uv_read_cb read_cb) { in uv_read_start()
/libuv/include/
H A Duv.h326 typedef void (*uv_read_cb)(uv_stream_t* stream, typedef
524 uv_read_cb read_cb; \
547 uv_read_cb read_cb);
/libuv/docs/src/guide/
H A Dfilesystem.rst179 int uv_read_start(uv_stream_t*, uv_alloc_cb alloc_cb, uv_read_cb read_cb);
/libuv/src/unix/
H A Dstream.c1441 uv_read_cb read_cb) { in uv__read_start()
/libuv/
H A DChangeLog4055 * doc: uv_read_start and uv_read_cb clarifications (Ben Trask)

Completed in 135 milliseconds