Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.c4287 const char *fileName = NULL; in ftp_parse_url_path() local
4306 fileName = rawPath; /* this is a full file path */ in ftp_parse_url_path()
4336 fileName = slashPos + 1; /* rest is filename */ in ftp_parse_url_path()
4339 fileName = rawPath; /* filename only (or empty) */ in ftp_parse_url_path()
4384 fileName = curPos; /* the rest is the filename (or empty) */ in ftp_parse_url_path()
4389 if(fileName && *fileName) in ftp_parse_url_path()
4390 ftpc->file = strdup(fileName); in ftp_parse_url_path()

Completed in 28 milliseconds