Home
last modified time | relevance | path

Searched refs:protsep (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/
H A Durlapi.c261 char *protsep; in concat_url() local
269 /* protsep points to the start of the host name */ in concat_url()
270 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 in concat_url()
[all...]

Completed in 1 milliseconds