Searched refs:get_dispatch_state (Results 1 – 4 of 4) sorted by relevance
134 if (downstream->get_dispatch_state() == DispatchState::ACTIVE) { in remove_and_get_blocked()
477 DispatchState get_dispatch_state() const;
2034 if (d->get_dispatch_state() == DispatchState::ACTIVE && in on_handler_delete()2044 if (downstream->get_dispatch_state() != DispatchState::ACTIVE) { in on_downstream_reset()
1088 DispatchState Downstream::get_dispatch_state() const { return dispatch_state_; } in get_dispatch_state() function in shrpx::Downstream