Lines Matching refs:read_cb
349 uv_read_cb read_cb;
377 read_cb = tty->read_cb;
385 read_cb = NULL;
402 err = uv__tty_read_start(tty, alloc_cb, read_cb);
591 handle->read_cb((uv_stream_t*) handle,
713 handle->read_cb((uv_stream_t*)handle,
724 handle->read_cb((uv_stream_t*)handle,
745 handle->read_cb((uv_stream_t*) handle,
850 handle->read_cb((uv_stream_t*) handle,
901 handle->read_cb((uv_stream_t*) handle, UV_ENOBUFS, &buf);
911 handle->read_cb((uv_stream_t*) handle, buf_used, &buf);
932 handle->read_cb((uv_stream_t*) handle, buf_used, &buf);
967 handle->read_cb((uv_stream_t*) handle,
976 handle->read_cb((uv_stream_t*) handle, bytes, &buf);
1008 uv_read_cb read_cb) {
1017 handle->read_cb = read_cb;