read_cb           572 include/uv.h     uv_read_cb read_cb;                                                         \
read_cb           618 include/uv.h       uv_read_cb read_cb);
read_cb           627 include/uv.h       uv_read2_cb read_cb);
read_cb           114 src/unix/stream.c   stream->read_cb = NULL;
read_cb           943 src/unix/stream.c   if (stream->read_cb != NULL)
read_cb           944 src/unix/stream.c     stream->read_cb(stream, status, buf);
read_cb           977 src/unix/stream.c   while ((stream->read_cb || stream->read2_cb)
read_cb           992 src/unix/stream.c     if (stream->read_cb) {
read_cb          1037 src/unix/stream.c       if (stream->read_cb) {
read_cb          1038 src/unix/stream.c         stream->read_cb(stream, nread, buf);
read_cb          1301 src/unix/stream.c                                  uv_read_cb read_cb,
read_cb          1327 src/unix/stream.c   stream->read_cb = read_cb;
read_cb          1339 src/unix/stream.c     uv_read_cb read_cb) {
read_cb          1340 src/unix/stream.c   return uv__read_start_common(stream, alloc_cb, read_cb, NULL);
read_cb          1345 src/unix/stream.c     uv_read2_cb read_cb) {
read_cb          1346 src/unix/stream.c   return uv__read_start_common(stream, alloc_cb, NULL, read_cb);
read_cb          1372 src/unix/stream.c   stream->read_cb = NULL;
read_cb           107 src/win/internal.h     uv_read_cb read_cb);
read_cb           149 src/win/internal.h     uv_read_cb read_cb);
read_cb           151 src/win/internal.h     uv_read2_cb read_cb);
read_cb           179 src/win/internal.h     uv_read_cb read_cb);
read_cb           955 src/win/pipe.c     uv_read_cb read_cb, uv_read2_cb read2_cb) {
read_cb           960 src/win/pipe.c   handle->read_cb = read_cb;
read_cb           974 src/win/pipe.c     uv_read_cb read_cb) {
read_cb           975 src/win/pipe.c   return uv_pipe_read_start_impl(handle, alloc_cb, read_cb, NULL);
read_cb           980 src/win/pipe.c     uv_read2_cb read_cb) {
read_cb           981 src/win/pipe.c   return uv_pipe_read_start_impl(handle, alloc_cb, NULL, read_cb);
read_cb          1301 src/win/pipe.c     handle->read_cb((uv_stream_t*) handle, UV_EOF, uv_null_buf_);
read_cb          1320 src/win/pipe.c     handle->read_cb((uv_stream_t*)handle, uv_translate_sys_error(error), buf);
read_cb          1436 src/win/pipe.c         } else if (handle->read_cb) {
read_cb          1437 src/win/pipe.c           handle->read_cb((uv_stream_t*) handle, UV_ENOBUFS, buf);
read_cb          1456 src/win/pipe.c           } else if (handle->read_cb) {
read_cb          1457 src/win/pipe.c             handle->read_cb((uv_stream_t*)handle, bytes, buf);
read_cb          1465 src/win/pipe.c           handle->read_cb((uv_stream_t*)handle, bytes, buf);
read_cb            69 src/win/stream.c     uv_read_cb read_cb) {
read_cb            83 src/win/stream.c       err = uv_tcp_read_start((uv_tcp_t*)handle, alloc_cb, read_cb);
read_cb            86 src/win/stream.c       err = uv_pipe_read_start((uv_pipe_t*)handle, alloc_cb, read_cb);
read_cb            89 src/win/stream.c       err = uv_tty_read_start((uv_tty_t*) handle, alloc_cb, read_cb);
read_cb           100 src/win/stream.c     uv_read2_cb read_cb) {
read_cb           114 src/win/stream.c       err = uv_pipe_read2_start((uv_pipe_t*)handle, alloc_cb, read_cb);
read_cb           439 src/win/tcp.c        handle->read_cb((uv_stream_t*) handle, UV_ENOBUFS, handle->read_buffer);
read_cb           651 src/win/tcp.c      uv_read_cb read_cb) {
read_cb           655 src/win/tcp.c    handle->read_cb = read_cb;
read_cb           917 src/win/tcp.c        handle->read_cb((uv_stream_t*)handle,
read_cb           926 src/win/tcp.c          handle->read_cb((uv_stream_t*)handle,
read_cb           943 src/win/tcp.c          handle->read_cb((uv_stream_t*)handle, UV_EOF, handle->read_buffer);
read_cb           952 src/win/tcp.c          handle->read_cb(handle, UV_ENOBUFS, buf);
read_cb           967 src/win/tcp.c            handle->read_cb((uv_stream_t*)handle, bytes, buf);
read_cb           977 src/win/tcp.c            handle->read_cb((uv_stream_t*)handle, UV_EOF, buf);
read_cb           984 src/win/tcp.c            handle->read_cb((uv_stream_t*)handle, 0, buf);
read_cb           996 src/win/tcp.c            handle->read_cb((uv_stream_t*)handle,
read_cb           170 src/win/tty.c    uv_read_cb read_cb;
read_cb           197 src/win/tty.c      read_cb = tty->read_cb;
read_cb           215 src/win/tty.c      err = uv_tty_read_start(tty, alloc_cb, read_cb);
read_cb           352 src/win/tty.c      handle->read_cb(handle, UV_ENOBUFS, handle->read_line_buffer);
read_cb           487 src/win/tty.c        handle->read_cb((uv_stream_t*)handle,
read_cb           498 src/win/tty.c      handle->read_cb((uv_stream_t*)handle,
read_cb           519 src/win/tty.c          handle->read_cb((uv_stream_t*) handle,
read_cb           639 src/win/tty.c            handle->read_cb((uv_stream_t*) handle,
read_cb           689 src/win/tty.c              handle->read_cb((uv_stream_t*) handle, UV_ENOBUFS, buf);
read_cb           699 src/win/tty.c            handle->read_cb((uv_stream_t*) handle, buf_used, buf);
read_cb           720 src/win/tty.c      handle->read_cb((uv_stream_t*) handle, buf_used, buf);
read_cb           756 src/win/tty.c        handle->read_cb((uv_stream_t*) handle,
read_cb           761 src/win/tty.c        handle->read_cb((uv_stream_t*) handle, 0, buf);
read_cb           768 src/win/tty.c      handle->read_cb((uv_stream_t*) handle, bytes, buf);
read_cb           798 src/win/tty.c      uv_read_cb read_cb) {
read_cb           807 src/win/tty.c    handle->read_cb = read_cb;
read_cb            80 test/benchmark-pound.c static void read_cb(uv_stream_t* stream, ssize_t nread, uv_buf_t buf);
read_cb           127 test/benchmark-pound.c   r = uv_read_start(&conn->stream, alloc_cb, read_cb);
read_cb           278 test/benchmark-pump.c   r = uv_read_start(stream, buf_alloc, read_cb);
read_cb            37 test/blackhole-server.c static void read_cb(uv_stream_t* stream, ssize_t nread, uv_buf_t buf);
read_cb            58 test/blackhole-server.c   r = uv_read_start((uv_stream_t*)&conn->handle, alloc_cb, read_cb);
read_cb           118 test/test-callback-stack.c   if (uv_read_start((uv_stream_t*)&client, alloc_cb, read_cb)) {
read_cb           145 test/test-delayed-accept.c   r = uv_read_start((uv_stream_t*)(req->handle), alloc_cb, read_cb);
read_cb           288 test/test-fs.c       read_cb);
read_cb           312 test/test-ipc.c static int run_ipc_test(const char* helper, uv_read2_cb read_cb) {
read_cb           317 test/test-ipc.c   uv_read2_start((uv_stream_t*)&channel, on_alloc, read_cb);
read_cb            63 test/test-osx-select.c   uv_read_start((uv_stream_t*) &tty, alloc_cb, read_cb);
read_cb            94 test/test-shutdown-eof.c   uv_read_start((uv_stream_t*)&tcp, alloc_cb, read_cb);
read_cb           142 test/test-tcp-open.c   r = uv_read_start(stream, alloc_cb, read_cb);
read_cb            83 test/test-tcp-shutdown-after-write.c   r = uv_read_start((uv_stream_t*)&conn, alloc_cb, read_cb);
read_cb            81 test/test-tcp-unexpected-read.c   ASSERT(0 == uv_read_start((uv_stream_t*) &peer_handle, alloc_cb, read_cb));
read_cb            32 test/test-tcp-write-to-half-open-connection.c static void read_cb(uv_stream_t* stream, ssize_t nread, uv_buf_t buf);
read_cb            57 test/test-tcp-write-to-half-open-connection.c   r = uv_read_start((uv_stream_t*)&tcp_peer, alloc_cb, read_cb);
read_cb           137 test/test-tcp-writealot.c   r = uv_read_start(stream, alloc_cb, read_cb);