Lines Matching defs:host
61 DownstreamQueue::find_host_entry(const StringRef &host) {
62 auto itr = host_entries_.find(host);
64 auto key = ImmutableString{std::begin(host), std::end(host)};
78 StringRef DownstreamQueue::make_host_key(const StringRef &host) const {
79 return unified_host_ ? StringRef{} : host;
103 bool DownstreamQueue::can_activate(const StringRef &host) const {
104 auto itr = host_entries_.find(make_host_key(host));
115 const StringRef &host) {
117 host_entries.erase(host);
131 auto host = make_host_key(downstream);
132 auto &ent = find_host_entry(host);
145 if (remove_host_entry_if_empty(ent, host_entries_, host)) {
166 remove_host_entry_if_empty(ent, host_entries_, host);