Searched refs:SCHEME_SEPARATOR (Results 1 – 9 of 9) sorted by relevance
51 constexpr const char* SCHEME_SEPARATOR = "://"; variable278 … (skillUri.scheme.empty() && paramUriString.find(SCHEME_SEPARATOR) == std::string::npos)) && in MatchLinkFeature()375 skillUriString.append(skillUri.scheme).append(SCHEME_SEPARATOR).append(skillUri.host); in MatchUri()556 … (skillUri.scheme.empty() && uriString.find(SCHEME_SEPARATOR) == std::string::npos)) && in MatchMimeType()576 … (skillUri.scheme.empty() && uriString.find(SCHEME_SEPARATOR) == std::string::npos)) && in MatchMimeType()
52 static constexpr const char *SCHEME_SEPARATOR = "://"; variable
101 convertUri.replace(schemePos, PARAM_URI_SEPARATOR_LEN, SCHEME_SEPARATOR); in GetUriConfig()
42 const std::string SCHEME_SEPARATOR = "://"; variable122 reservedUriString.append(reservedUri.scheme).append(SCHEME_SEPARATOR).append(reservedUri.host); in isUriMatched()
33 const char SCHEME_SEPARATOR = ':'; variable424 cachedSsi_ = uriString_.find_first_of(SCHEME_SEPARATOR); in FindSchemeSeparator()
29 const std::string SCHEME_SEPARATOR = "://"; variable
195 const std::string SCHEME_SEPARATOR = "://"; variable210 const std::string URI_PATH_DUPLICATE_001 = SCHEME_001 + SCHEME_SEPARATOR +6200 want.SetUri(SCHEME_001 + SCHEME_SEPARATOR);6218 want.SetUri(SCHEME_002 + SCHEME_SEPARATOR);6320 std::string uri = SCHEME_001 + SCHEME_SEPARATOR;6341 uri = SCHEME_002 + SCHEME_SEPARATOR;6361 std::string uri = SCHEME_001 + SCHEME_SEPARATOR + HOST_001;6382 uri = SCHEME_001 + SCHEME_SEPARATOR + HOST_002;6387 uri = SCHEME_002 + SCHEME_SEPARATOR + HOST_001;6450 std::string uri = SCHEME_001 + SCHEME_SEPARATOR;[all …]
71 const std::string SCHEME_SEPARATOR = "://"; variable
72 const std::string SCHEME_SEPARATOR = "://"; variable