Lines Matching refs:stream
31 #include "stream-inl.h"
597 assert(handle->stream.conn.write_reqs_pending == 0);
1208 handle->stream.serv.connection_cb = cb;
1229 handle->stream.serv.connection_cb = cb;
1643 handle->stream.conn.write_reqs_pending++;
1649 if (handle->stream.conn.write_reqs_pending == 0) {
1691 handle->stream.conn.write_reqs_pending++;
1724 handle->stream.conn.write_reqs_pending++;
2163 handle->stream.conn.write_reqs_pending--;
2167 assert(handle->stream.conn.write_reqs_pending > 0);
2171 if (handle->stream.conn.write_reqs_pending == 0 &&
2173 uv__pipe_shutdown(loop, handle, handle->stream.conn.shutdown_req);
2197 if (handle->stream.serv.connection_cb) {
2198 handle->stream.serv.connection_cb((uv_stream_t*)handle, 0);
2253 handle->stream.conn.shutdown_req = NULL;
2411 * just query the access flags and set the stream flags accordingly.