Searched refs:ftp_filemethod (Results 1 – 7 of 7) sorted by relevance
242 int ftp_filemethod; member
1510 config->ftp_filemethod = ftpfilemethod(config, nextarg); in getparameter()
1572 (long)config->ftp_filemethod); in config2setopts()
805 DEBUGASSERT((data->set.ftp_filemethod != FTPFILE_NOCWD) || in ftp_state_cwd()1382 if((data->set.ftp_filemethod == FTPFILE_NOCWD) && ftp->path) { in ftp_state_list()3255 if((data->set.ftp_filemethod == FTPFILE_NOCWD) && (rawPath[0] == '/')) in ftp_done()3261 if(data->set.ftp_filemethod == FTPFILE_NOCWD) in ftp_done()3794 if(data->set.ftp_filemethod == FTPFILE_NOCWD) in init_wc_data()3795 data->set.ftp_filemethod = FTPFILE_MULTICWD; in init_wc_data()4134 switch(data->set.ftp_filemethod) { in ftp_parse_url_path()4236 if((data->set.ftp_filemethod == FTPFILE_NOCWD) && (rawPath[0] == '/')) in ftp_parse_url_path()4242 if(data->set.ftp_filemethod == FTPFILE_NOCWD) in ftp_parse_url_path()
1678 unsigned char ftp_filemethod; /* how to get to a file: curl_ftpfile */ member
763 data->set.ftp_filemethod = (unsigned char)arg; in setopt_long()
380 set->ftp_filemethod = FTPFILE_MULTICWD; in Curl_init_userdefined()
Completed in 52 milliseconds