Lines Matching refs:read_cb
88 stream->read_cb = NULL;
937 stream->read_cb(stream, UV_EOF, buf);
1039 * tcp->read_cb is NULL or not?
1041 while (stream->read_cb
1050 stream->read_cb(stream, UV_ENOBUFS, &buf);
1087 stream->read_cb(stream, 0, &buf);
1096 stream->read_cb(stream, UV__ERR(errno), &buf);
1115 stream->read_cb(stream, err, &buf);
1135 stream->read_cb(stream, err, &buf);
1143 stream->read_cb(stream, nread, &buf);
1206 return; /* read_cb closed stream. */
1210 * flag is set, uv__read() called read_cb with err=UV_EOF and we don't
1223 return; /* read_cb closed stream. */
1436 uv_read_cb read_cb) {
1449 stream->read_cb = read_cb;
1469 stream->read_cb = NULL;