Searched refs:protsep (Results 1 – 1 of 1) sorted by relevance
261 char *protsep; in concat_url() local270 protsep = strstr(base, "//"); in concat_url()271 if(!protsep) in concat_url()272 protsep = base; in concat_url()274 protsep += 2; /* pass the slashes */ in concat_url()281 pathsep = strchr(protsep, '?'); in concat_url()290 pathsep = strrchr(protsep, '/'); in concat_url()297 pathsep = strchr(protsep, '/'); in concat_url()299 protsep = pathsep + 1; in concat_url()301 protsep = NULL; in concat_url()[all …]