uv_read_start 617 include/uv.h UV_EXTERN int uv_read_start(uv_stream_t*, uv_alloc_cb alloc_cb, uv_read_start 293 test/benchmark-multi-accept.c ASSERT(0 == uv_read_start((uv_stream_t*) storage, sv_alloc_cb, sv_read_cb)); uv_read_start 171 test/benchmark-ping-pongs.c if (uv_read_start(req->handle, buf_alloc, pinger_read_cb)) { uv_read_start 127 test/benchmark-pound.c r = uv_read_start(&conn->stream, alloc_cb, read_cb); uv_read_start 278 test/benchmark-pump.c r = uv_read_start(stream, buf_alloc, read_cb); uv_read_start 132 test/benchmark-spawn.c r = uv_read_start((uv_stream_t*) &out, on_alloc, on_read); uv_read_start 58 test/blackhole-server.c r = uv_read_start((uv_stream_t*)&conn->handle, alloc_cb, read_cb); uv_read_start 286 test/dns-server.c r = uv_read_start((uv_stream_t*)handle, buf_alloc, after_read); uv_read_start 173 test/echo-server.c r = uv_read_start(stream, echo_alloc, after_read); uv_read_start 118 test/test-callback-stack.c if (uv_read_start((uv_stream_t*)&client, alloc_cb, read_cb)) { uv_read_start 145 test/test-delayed-accept.c r = uv_read_start((uv_stream_t*)(req->handle), alloc_cb, read_cb); uv_read_start 140 test/test-getsockname.c r = uv_read_start((uv_stream_t*)handle, alloc, after_read); uv_read_start 305 test/test-ipc.c r = uv_read_start((uv_stream_t*)&tcp_connection, on_read_alloc, on_tcp_read); uv_read_start 462 test/test-ipc.c r = uv_read_start(req->handle, on_read_alloc, on_tcp_child_process_read); uv_read_start 520 test/test-ipc.c r = uv_read_start((uv_stream_t*)conn, on_read_alloc, on_tcp_child_process_read); uv_read_start 63 test/test-osx-select.c uv_read_start((uv_stream_t*) &tty, alloc_cb, read_cb); uv_read_start 141 test/test-ping-pong.c uv_read_start((uv_stream_t*)(req->handle), alloc_cb, pinger_read_cb); uv_read_start 94 test/test-shutdown-eof.c uv_read_start((uv_stream_t*)&tcp, alloc_cb, read_cb); uv_read_start 215 test/test-spawn.c r = uv_read_start((uv_stream_t*) &out, on_alloc, on_read); uv_read_start 312 test/test-spawn.c r = uv_read_start((uv_stream_t*) &out, on_alloc, on_read); uv_read_start 346 test/test-spawn.c r = uv_read_start((uv_stream_t*) &pipe, on_alloc, on_read); uv_read_start 432 test/test-spawn.c r = uv_read_start((uv_stream_t*) &out, on_alloc, on_read); uv_read_start 512 test/test-spawn.c r = uv_read_start((uv_stream_t*) &out, on_alloc, on_read); uv_read_start 515 test/test-spawn.c r = uv_read_start((uv_stream_t*) &err, on_alloc, on_read); uv_read_start 566 test/test-spawn.c r = uv_read_start((uv_stream_t*)&out, on_alloc, on_read); uv_read_start 647 test/test-spawn.c r = uv_read_start((uv_stream_t*) &out, on_alloc, on_read); uv_read_start 139 test/test-stdio-over-pipes.c r = uv_read_start((uv_stream_t*) &out, on_alloc, on_read); uv_read_start 239 test/test-stdio-over-pipes.c r = uv_read_start((uv_stream_t*)&stdin_pipe, on_read_alloc, uv_read_start 142 test/test-tcp-open.c r = uv_read_start(stream, alloc_cb, read_cb); uv_read_start 55 test/test-tcp-read-stop.c ASSERT(0 == uv_read_start((uv_stream_t*) &tcp_handle, uv_read_start 83 test/test-tcp-shutdown-after-write.c r = uv_read_start((uv_stream_t*)&conn, alloc_cb, read_cb); uv_read_start 81 test/test-tcp-unexpected-read.c ASSERT(0 == uv_read_start((uv_stream_t*) &peer_handle, alloc_cb, read_cb)); uv_read_start 57 test/test-tcp-write-to-half-open-connection.c r = uv_read_start((uv_stream_t*)&tcp_peer, alloc_cb, read_cb); uv_read_start 137 test/test-tcp-writealot.c r = uv_read_start(stream, alloc_cb, read_cb);