Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.h98 } curl_ftpfile; typedef
Durldata.h1581 curl_ftpfile ftp_filemethod; /* how to get to a file when FTP is used */
Durl.c866 data->set.ftp_filemethod = (curl_ftpfile)va_arg(param, long); in Curl_setopt()