Home
last modified time | relevance | path

Searched refs:DownstreamQueue (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_downstream_queue.cc34 DownstreamQueue::HostEntry::HostEntry(ImmutableString &&key) in HostEntry()
37 DownstreamQueue::DownstreamQueue(size_t conn_max_per_host, bool unified_host) in DownstreamQueue() function in shrpx::DownstreamQueue
43 DownstreamQueue::~DownstreamQueue() { in ~DownstreamQueue()
51 void DownstreamQueue::add_pending(std::unique_ptr<Downstream> downstream) { in add_pending()
56 void DownstreamQueue::mark_failure(Downstream *downstream) { in mark_failure()
60 DownstreamQueue::HostEntry &
61 DownstreamQueue::find_host_entry(const StringRef &host) { in find_host_entry()
78 StringRef DownstreamQueue
[all...]
H A Dshrpx_downstream_queue.h51 class DownstreamQueue { class
73 DownstreamQueue(size_t conn_max_per_host = 0, bool unified_host = true);
74 ~DownstreamQueue();
H A Dshrpx_http2_upstream.h134 DownstreamQueue downstream_queue_;
H A Dshrpx_http3_upstream.h170 DownstreamQueue downstream_queue_;

Completed in 2 milliseconds