Searched refs:stream_active (Results 1 – 2 of 2) sorted by relevance
/third_party/nghttp2/lib/ |
D | nghttp2_stream.c | 121 static int stream_active(nghttp2_stream *stream) { in stream_active() function 130 return stream_active(stream) || !nghttp2_pq_empty(&stream->obq); in stream_subtree_active() 328 if (stream_active(stream)) { in ensure_inactive() 354 stream, stream->stream_id, stream_active(stream), in check_queued() 358 if (!stream_active(stream)) { in check_queued() 378 if (stream_active(stream) || !nghttp2_pq_empty(&stream->obq)) { in check_queued() 383 stream, stream->stream_id, stream_active(stream), in check_queued() 929 if (stream_active(stream)) { in nghttp2_stream_next_outbound_item()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_stream.c | 121 static int stream_active(nghttp2_stream *stream) { in stream_active() function 130 return stream_active(stream) || !nghttp2_pq_empty(&stream->obq); in stream_subtree_active() 328 if (stream_active(stream)) { in ensure_inactive() 354 stream, stream->stream_id, stream_active(stream), in check_queued() 358 if (!stream_active(stream)) { in check_queued() 378 if (stream_active(stream) || !nghttp2_pq_empty(&stream->obq)) { in check_queued() 383 stream, stream->stream_id, stream_active(stream), in check_queued() 929 if (stream_active(stream)) { in nghttp2_stream_next_outbound_item()
|