Searched refs:get_downstreams (Results 1 – 3 of 3) sorted by relevance
97 Downstream *get_downstreams() const;
171 Downstream *DownstreamQueue::get_downstreams() const { in get_downstreams() function in shrpx::DownstreamQueue
1632 if (downstream_queue_.get_downstreams() == nullptr) { in remove_downstream()2033 for (auto d = downstream_queue_.get_downstreams(); d; d = d->dlnext) { in on_handler_delete()