Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_worker.cc616 auto wcidx = in match_downstream_addr_group_host() local
618 if (wcidx == -1) { in match_downstream_addr_group_host()
624 auto &wc = wildcard_patterns[wcidx]; in match_downstream_addr_group_host()
Dshrpx_tls.cc1524 auto wcidx = rev_wildcard_router_.match(rev_suffix); in add_cert() local
1526 assert(wcidx != -1); in add_cert()
1528 wpat = &wildcard_patterns_[wcidx]; in add_cert()
1582 auto wcidx = in lookup() local
1584 if (wcidx == -1) { in lookup()
1597 auto &wpat = wildcard_patterns_[wcidx]; in lookup()