Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_cfgable.h238 int ftp_filemethod; member
Dtool_getparam.c1326 config->ftp_filemethod = ftpfilemethod(config, nextarg); in getparameter()
Dtool_operate.c2217 (long)config->ftp_filemethod); in single_transfer()
/third_party/curl/lib/
Dftp.c857 DEBUGASSERT((data->set.ftp_filemethod != FTPFILE_NOCWD) || in ftp_state_cwd()
1428 if((data->set.ftp_filemethod == FTPFILE_NOCWD) && ftp->path) { in ftp_state_list()
3301 if((data->set.ftp_filemethod == FTPFILE_NOCWD) && (rawPath[0] == '/')) in ftp_done()
3307 if(data->set.ftp_filemethod == FTPFILE_NOCWD) in ftp_done()
3834 if(data->set.ftp_filemethod == FTPFILE_NOCWD) in init_wc_data()
3835 data->set.ftp_filemethod = FTPFILE_MULTICWD; in init_wc_data()
4153 switch(data->set.ftp_filemethod) { in ftp_parse_url_path()
4257 if((data->set.ftp_filemethod == FTPFILE_NOCWD) && (rawPath[0] == '/')) in ftp_parse_url_path()
4263 if(data->set.ftp_filemethod == FTPFILE_NOCWD) in ftp_parse_url_path()
Durldata.h1747 unsigned char ftp_filemethod; /* how to get to a file: curl_ftpfile */ member
Dsetopt.c1273 data->set.ftp_filemethod = (unsigned char)(curl_ftpfile)arg; in Curl_vsetopt()
Durl.c508 set->ftp_filemethod = FTPFILE_MULTICWD; in Curl_init_userdefined()