Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cfgable.h183 int ftp_filemethod; member
Dtool_getparam.c825 config->ftp_filemethod = ftpfilemethod(config, nextarg); in getparameter()
Dtool_operate.c1242 my_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long)config->ftp_filemethod); in operate_do()
/external/curl/lib/
Dftp.c1497 if((data->set.ftp_filemethod == FTPFILE_NOCWD) && in ftp_state_list()
3300 if(dlen && (data->set.ftp_filemethod != FTPFILE_NOCWD)) { in ftp_done()
3884 if(conn->data->set.ftp_filemethod == FTPFILE_NOCWD) in init_wc_data()
3885 conn->data->set.ftp_filemethod = FTPFILE_MULTICWD; in init_wc_data()
4240 switch(data->set.ftp_filemethod) { in ftp_parse_url_path()
Durldata.h1529 curl_ftpfile ftp_filemethod; /* how to get to a file when FTP is used */ member
Durl.c528 set->ftp_filemethod = FTPFILE_MULTICWD; in Curl_init_userdefined()
864 data->set.ftp_filemethod = (curl_ftpfile)va_arg(param, long); in Curl_setopt()