Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c1384 const char *slashPos = NULL; in ftp_state_list() local
1390 slashPos = strrchr(rawPath, '/'); in ftp_state_list()
1391 if(slashPos) { in ftp_state_list()
1394 size_t n = slashPos - rawPath; in ftp_state_list()
4118 const char *slashPos = NULL; in ftp_parse_url_path() local
4148 slashPos = strrchr(rawPath, '/'); in ftp_parse_url_path()
4149 if(slashPos) { in ftp_parse_url_path()
4151 size_t dirlen = slashPos - rawPath; in ftp_parse_url_path()
4194 while((slashPos = strchr(curPos, '/'))) { in ftp_parse_url_path()
4195 size_t compLen = slashPos - curPos; in ftp_parse_url_path()
[all …]

Completed in 12 milliseconds