Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_tls.cc2013 auto wcidx = rev_wildcard_router_.match(rev_suffix); in add_cert() local
2015 assert(wcidx != -1); in add_cert()
2017 wpat = &wildcard_patterns_[wcidx]; in add_cert()
2071 auto wcidx = in lookup() local
2073 if (wcidx == -1) { in lookup()
2086 auto &wpat = wildcard_patterns_[wcidx]; in lookup()
Dshrpx_worker.cc1203 auto wcidx = in match_downstream_addr_group_host() local
1205 if (wcidx == -1) { in match_downstream_addr_group_host()
1211 auto &wc = wildcard_patterns[wcidx]; in match_downstream_addr_group_host()