Home
last modified time | relevance | path

Searched refs:next_downstream (Results 1 - 3 of 3) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_downstream_queue.cc159 auto next_downstream = link->downstream; in remove_and_get_blocked() local
160 auto link2 = next_downstream->detach_blocked_link(); in remove_and_get_blocked()
168 return next_downstream; in remove_and_get_blocked()
H A Dshrpx_http2_upstream.cc1636 auto next_downstream = downstream_queue_.remove_and_get_blocked(downstream); in remove_downstream() local
1638 if (next_downstream) { in remove_downstream()
1639 initiate_downstream(next_downstream); in remove_downstream()
H A Dshrpx_http3_upstream.cc2785 auto next_downstream = downstream_queue_.remove_and_get_blocked(downstream); in remove_downstream() local
2787 if (next_downstream) { in remove_downstream()
2788 initiate_downstream(next_downstream); in remove_downstream()

Completed in 7 milliseconds