Home
last modified time | relevance | path

Searched refs:find_host_entry (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_downstream_queue.cc61 DownstreamQueue::find_host_entry(const StringRef &host) { in find_host_entry() function in shrpx::DownstreamQueue
87 auto &ent = find_host_entry(make_host_key(downstream)); in mark_active()
94 auto &ent = find_host_entry(make_host_key(downstream)); in mark_blocked()
132 auto &ent = find_host_entry(host); in remove_and_get_blocked()
Dshrpx_downstream_queue.h98 HostEntry &find_host_entry(const StringRef &host);