Searched refs:hostandpath (Results 1 – 1 of 1) sorted by relevance
846 std::string hostandpath = input.substr(2); // 2:Intercept from 2 subscripts in AnalysisNoDefaultProtocol() local847 if (hostandpath.empty()) { in AnalysisNoDefaultProtocol()853 if (hostandpath.find('/') != std::string::npos) { in AnalysisNoDefaultProtocol()854 i = hostandpath.find('/'); in AnalysisNoDefaultProtocol()855 strHost = hostandpath.substr(0, i); in AnalysisNoDefaultProtocol()856 std::string strPath = hostandpath.substr(i + 1); in AnalysisNoDefaultProtocol()877 strHost = hostandpath; in AnalysisNoDefaultProtocol()