Lines Matching refs:queued
96 stream->queued = 0; in nghttp2_stream_init()
150 for (; dep_stream && !stream->queued; in stream_obq_push()
165 stream->queued = 1; in stream_obq_push()
181 if (!stream->queued) { in stream_obq_remove()
191 assert(stream->queued); in stream_obq_remove()
193 stream->queued = 0; in stream_obq_remove()
213 if (!stream->queued) { in stream_obq_move()
221 stream->queued = 0; in stream_obq_move()
229 assert(stream->queued); in nghttp2_stream_reschedule()
269 if (!stream->queued) { in nghttp2_stream_change_weight()
323 if (stream->queued) { in ensure_inactive()
348 int queued; in check_queued() local
350 if (stream->queued) { in check_queued()
360 queued = 0; in check_queued()
362 if (si->queued) { in check_queued()
363 ++queued; in check_queued()
366 if (queued == 0) { in check_queued()
435 assert(!stream->queued); in validate_tree()
618 if (si->queued) { in nghttp2_stream_dep_insert()
784 if (si->queued) { in nghttp2_stream_dep_remove()
798 if (stream->queued) { in nghttp2_stream_dep_remove()
848 if (si->queued) { in nghttp2_stream_dep_insert_subtree()
922 if (stream->queued) { in nghttp2_stream_dep_remove_subtree()