Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cfgable.h217 int ftp_filemethod; member
Dtool_getparam.c938 config->ftp_filemethod = ftpfilemethod(config, nextarg); in getparameter()
Dtool_operate.c1380 my_setopt(curl, CURLOPT_FTP_FILEMETHOD, (long)config->ftp_filemethod); in operate_do()
/external/curl/lib/
Dftp.c887 if((conn->data->set.ftp_filemethod == FTPFILE_NOCWD) && !ftpc->cwdcount) in ftp_state_cwd()
1461 if((data->set.ftp_filemethod == FTPFILE_NOCWD) && in ftp_state_list()
3202 ftpc->prevmethod = data->set.ftp_filemethod; in ftp_done()
3203 if(dlen && (data->set.ftp_filemethod != FTPFILE_NOCWD)) { in ftp_done()
3748 if(conn->data->set.ftp_filemethod == FTPFILE_NOCWD) in init_wc_data()
3749 conn->data->set.ftp_filemethod = FTPFILE_MULTICWD; in init_wc_data()
4114 switch(data->set.ftp_filemethod) { in ftp_parse_url_path()
4276 (ftpc->prevmethod == data->set.ftp_filemethod)) { in ftp_parse_url_path()
Durldata.h1612 curl_ftpfile ftp_filemethod; /* how to get to a file when FTP is used */ member
Dsetopt.c342 data->set.ftp_filemethod = (curl_ftpfile)arg; in vsetopt()
Durl.c446 set->ftp_filemethod = FTPFILE_MULTICWD; in Curl_init_userdefined()