Lines Matching refs:downstream
43 // Link entry in HostEntry.blocked and downstream because downstream
47 Downstream *downstream;
72 // conn_max_per_host == 0 means no limit for downstream connection.
75 // Add |downstream| to this queue. This is entry point for
77 void add_pending(std::unique_ptr<Downstream> downstream);
78 // Set |downstream| to failure state, which means that downstream
80 void mark_failure(Downstream *downstream);
81 // Set |downstream| to active state, which means that downstream
83 void mark_active(Downstream *downstream);
84 // Set |downstream| to blocked state, which means that download
86 void mark_blocked(Downstream *downstream);
87 // Returns true if we can make downstream connection to given
90 // Removes and frees |downstream| object. If |downstream| is in
95 Downstream *remove_and_get_blocked(Downstream *downstream,
100 StringRef make_host_key(Downstream *downstream) const;
109 // true if downstream host is treated as the same. Used for reverse