Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c4277 const char *fileName = NULL; in ftp_parse_url_path() local
4296 fileName = rawPath; /* this is a full file path */ in ftp_parse_url_path()
4326 fileName = slashPos + 1; /* rest is file name */ in ftp_parse_url_path()
4329 fileName = rawPath; /* file name only (or empty) */ in ftp_parse_url_path()
4374 fileName = curPos; /* the rest is the file name (or empty) */ in ftp_parse_url_path()
4379 if(fileName && *fileName) in ftp_parse_url_path()
4380 ftpc->file = strdup(fileName); in ftp_parse_url_path()

Completed in 13 milliseconds