Searched refs:fileName (Results 1 – 1 of 1) sorted by relevance
4119 const char *fileName = NULL; in ftp_parse_url_path() local4138 fileName = rawPath; /* this is a full file path */ in ftp_parse_url_path()4168 fileName = slashPos + 1; /* rest is filename */ in ftp_parse_url_path()4171 fileName = rawPath; /* filename only (or empty) */ in ftp_parse_url_path()4216 fileName = curPos; /* the rest is the filename (or empty) */ in ftp_parse_url_path()4221 if(fileName && *fileName) in ftp_parse_url_path()4222 ftpc->file = strdup(fileName); in ftp_parse_url_path()
Completed in 15 milliseconds