Searched refs:protocolStart (Results 1 – 2 of 2) sorted by relevance
98 iter_t protocolStart = url.cbegin(); in ParseCertsPath() local99 iter_t protocolEnd = std::find(protocolStart, urlEnd, ':'); in ParseCertsPath()100 std::string protocol = std::string(protocolStart, protocolEnd); in ParseCertsPath()
604 iter_t protocolStart = url.cbegin(); in ParseCertsPath() local605 iter_t protocolEnd = std::find(protocolStart, urlEnd, ':'); in ParseCertsPath()606 std::string protocol = std::string(protocolStart, protocolEnd); in ParseCertsPath()