Lines Matching refs:read_cb
78 stream->read_cb = NULL;
970 stream->read_cb(stream, UV_EOF, buf);
1097 * tcp->read_cb is NULL or not?
1099 while (stream->read_cb
1108 stream->read_cb(stream, UV_ENOBUFS, &buf);
1145 stream->read_cb(stream, 0, &buf);
1154 stream->read_cb(stream, UV__ERR(errno), &buf);
1173 stream->read_cb(stream, err, &buf);
1193 stream->read_cb(stream, err, &buf);
1201 stream->read_cb(stream, nread, &buf);
1273 return; /* read_cb closed stream. */
1277 * flag is set, uv__read() called read_cb with err=UV_EOF and we don't
1290 return; /* read_cb closed stream. */
1503 uv_read_cb read_cb) {
1516 stream->read_cb = read_cb;
1536 stream->read_cb = NULL;