Searched refs:stream_active (Results 1 – 1 of 1) sorted by relevance
127 static int stream_active(nghttp2_stream *stream) in stream_active() function138 return stream_active(stream) || !nghttp2_pq_empty(&stream->obq); in stream_subtree_active()346 if (stream_active(stream)) { in ensure_inactive()374 stream, stream->stream_id, stream_active(stream), in check_queued()378 if (!stream_active(stream)) { in check_queued()398 if (stream_active(stream) || !nghttp2_pq_empty(&stream->obq)) { in check_queued()403 stream, stream->stream_id, stream_active(stream), in check_queued()982 if (stream_active(stream)) { in nghttp2_stream_next_outbound_item()
Completed in 4 milliseconds