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