Home
last modified time | relevance | path

Searched refs:match_host (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dhttp2.cc633 const StringRef &match_host, in rewrite_location_uri() argument
641 if (!util::starts_with(std::begin(match_host), std::end(match_host), in rewrite_location_uri()
643 (match_host.size() != field->len && match_host[field->len] != ':')) { in rewrite_location_uri()
Dhttp2.h288 const StringRef &match_host,
Dhttp2_test.cc261 const std::string &match_host, in check_rewrite_location_uri() argument
268 balloc, StringRef{uri}, u, StringRef{match_host}, in check_rewrite_location_uri()