Searched refs:obq (Results 1 – 3 of 3) sorted by relevance
70 nghttp2_pq_init(&stream->obq, stream_less, mem); in nghttp2_stream_init()112 nghttp2_pq_free(&stream->obq); in nghttp2_stream_free()231 nghttp2_pq_remove(&src->obq, &stream->pq_entry); in stream_obq_move()286 nghttp2_pq_remove(&dep_stream->obq, &stream->pq_entry); in nghttp2_stream_change_weight()312 nghttp2_pq_push(&dep_stream->obq, &stream->pq_entry); in nghttp2_stream_change_weight()352 if (!nghttp2_pq_empty(&stream->obq)) { in ensure_inactive()375 nghttp2_pq_size(&stream->obq)); in check_queued()404 nghttp2_pq_size(&stream->obq)); in check_queued()461 if (nghttp2_pq_empty(&stream->obq)) { in validate_tree()497 if (nghttp2_pq_empty(&stream->obq)) { in stream_update_dep_on_detach_item()[all …]
144 nghttp2_pq obq; member
6885 (!nghttp2_pq_empty(&session->root.obq) && in nghttp2_session_want_write()
Completed in 19 milliseconds