Searched refs:slashPos (Results 1 – 1 of 1) sorted by relevance
147 const char *slashPos = strchr(&url[7], '/'); in ParseURL() local149 if (slashPos == NULL) { in ParseURL()153 host->setTo(&url[7], slashPos - &url[7]); in ParseURL()154 path->setTo(slashPos); in ParseURL()