Searched refs:protocolEnd (Results 1 – 1 of 1) sorted by relevance
510 const char *protocolEnd = strstr(baseURL, "//") + 2; in MakeURL() local511 const char *pathStart = strchr(protocolEnd, '/'); in MakeURL()