Home
last modified time | relevance | path

Searched refs:curPos (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dftp.c4177 const char *curPos = rawPath; in ftp_parse_url_path() local
4194 while((slashPos = strchr(curPos, '/'))) { in ftp_parse_url_path()
4195 size_t compLen = slashPos - curPos; in ftp_parse_url_path()
4205 char *comp = Curl_memdup0(curPos, compLen); in ftp_parse_url_path()
4212 curPos = slashPos + 1; in ftp_parse_url_path()
4216 fileName = curPos; /* the rest is the filename (or empty) */ in ftp_parse_url_path()

Completed in 11 milliseconds