Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_downstream_queue.cc134 if (downstream->get_dispatch_state() == DispatchState::ACTIVE) { in remove_and_get_blocked()
Dshrpx_downstream.h477 DispatchState get_dispatch_state() const;
Dshrpx_http2_upstream.cc2034 if (d->get_dispatch_state() == DispatchState::ACTIVE && in on_handler_delete()
2044 if (downstream->get_dispatch_state() != DispatchState::ACTIVE) { in on_downstream_reset()
Dshrpx_downstream.cc1088 DispatchState Downstream::get_dispatch_state() const { return dispatch_state_; } in get_dispatch_state() function in shrpx::Downstream