Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dh2load.h147 bool has_base_uri() const;
Dh2load.cc155 bool Config::has_base_uri() const { return (!this->base_uri.empty()); } in has_base_uri() function in h2load::Config
1934 if (!config.has_base_uri()) { in parse_uris()