Home
last modified time | relevance | path

Searched refs:stream_active (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_stream.c127 static int stream_active(nghttp2_stream *stream) in stream_active() function
138 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 5 milliseconds