Home | History | Annotate | Download | only in httplive

Lines Matching refs:protocolEnd

501         char *protocolEnd = strstr(baseURL, "//") + 2;
502 char *pathStart = strchr(protocolEnd, '/');