Home | History | Annotate | Download | only in httplive

Lines Matching defs:pathStart

473         char *pathStart = strchr(protocolEnd, '/');
475 if (pathStart != NULL) {
476 out->setTo(baseURL, pathStart - baseURL);