HomeSort by relevance Sort by last modified time
    Searched refs:ftp_filemethod (Results 1 - 6 of 6) sorted by null

  /external/curl/src/
tool_cfgable.h 184 int ftp_filemethod; member in struct:OperationConfig
tool_getparam.c 826 config->ftp_filemethod = ftpfilemethod(config, nextarg);
    [all...]
tool_operate.c     [all...]
  /external/curl/lib/
ftp.c     [all...]
urldata.h 1581 curl_ftpfile ftp_filemethod; \/* how to get to a file when FTP is used *\/ member in struct:UserDefined
    [all...]
url.c 535 set->ftp_filemethod = FTPFILE_MULTICWD;
866 data->set.ftp_filemethod = (curl_ftpfile)va_arg(param, long);
    [all...]

Completed in 853 milliseconds