Home
last modified time | relevance | path

Searched refs:wildcard_it (Results 1 - 1 of 1) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_tls.cc1998 auto wildcard_it = std::find(std::begin(hostname), std::end(hostname), '*'); in add_cert() local
1999 if (wildcard_it != std::end(hostname) && in add_cert()
2000 wildcard_it + 1 != std::end(hostname)) { in add_cert()
2001 auto wildcard_prefix = StringRef{std::begin(hostname), wildcard_it}; in add_cert()
2002 auto wildcard_suffix = StringRef{wildcard_it + 1, std::end(hostname)}; in add_cert()

Completed in 4 milliseconds