Searched refs:protsep (Results 1 – 1 of 1) sorted by relevance
273 char *protsep; in concat_url() local289 protsep = strstr(url_clone, "//"); in concat_url()290 if(!protsep) in concat_url()291 protsep = url_clone; in concat_url()293 protsep += 2; /* pass the slashes */ in concat_url()300 pathsep = strchr(protsep, '?'); in concat_url()309 pathsep = strrchr(protsep, '/'); in concat_url()316 pathsep = strchr(protsep, '/'); in concat_url()318 protsep = pathsep + 1; in concat_url()320 protsep = NULL; in concat_url()[all …]