Home | History | Annotate | Download | only in httplive

Lines Matching defs:pathStart

511         const char *pathStart = strchr(protocolEnd, '/');
513 if (pathStart != NULL) {
514 out->setTo(baseURL, pathStart - baseURL);