buf_alloc 171 test/benchmark-ping-pongs.c if (uv_read_start(req->handle, buf_alloc, pinger_read_cb)) { buf_alloc 44 test/benchmark-pump.c static uv_buf_t buf_alloc(uv_handle_t*, size_t size); buf_alloc 278 test/benchmark-pump.c r = uv_read_start(stream, buf_alloc, read_cb); buf_alloc 286 test/dns-server.c r = uv_read_start((uv_stream_t*)handle, buf_alloc, after_read);