Home
last modified time | relevance | path

Searched refs:CURL_DISABLE_FTP (Results 1 – 15 of 15) sorted by relevance

/external/curl/lib/
Dftplistparser.h26 #ifndef CURL_DISABLE_FTP
Dversion.c194 #ifndef CURL_DISABLE_FTP
197 #if defined(USE_SSL) && !defined(CURL_DISABLE_FTP)
Dpingpong.h27 #if !defined(CURL_DISABLE_IMAP) || !defined(CURL_DISABLE_FTP) || \
Dcurl_setup.h157 # ifndef CURL_DISABLE_FTP
158 # define CURL_DISABLE_FTP macro
Dftp.h27 #ifndef CURL_DISABLE_FTP
Dconfig-vxworks.h48 #define CURL_DISABLE_FTP 1 macro
Dkrb5.c37 #if defined(HAVE_GSSAPI) && !defined(CURL_DISABLE_FTP)
Dsecurity.c46 #ifndef CURL_DISABLE_FTP
Dftplistparser.c40 #ifndef CURL_DISABLE_FTP
Dcurl_config.h.cmake25 #cmakedefine CURL_DISABLE_FTP 1
Durl.c168 #ifndef CURL_DISABLE_FTP
172 #if defined(USE_SSL) && !defined(CURL_DISABLE_FTP)
Dftp.c25 #ifndef CURL_DISABLE_FTP
/external/curl/
DCMakeLists.txt120 option(CURL_DISABLE_FTP "disables FTP" OFF) option
121 mark_as_advanced(CURL_DISABLE_FTP)
152 set(CURL_DISABLE_FTP ON) variable
1093 _add_if("FTP" NOT CURL_DISABLE_FTP)
1094 _add_if("FTPS" NOT CURL_DISABLE_FTP AND SSL_ENABLED)
Dconfigure.ac380 AC_DEFINE(CURL_DISABLE_FTP, 1, [to disable FTP]) definition
381 AC_SUBST(CURL_DISABLE_FTP, [1]) subst
3714 if test "x$CURL_DISABLE_FTP" != "x1"; then
/external/curl/docs/
DINSTALL412 CURL_DISABLE_FTP disables FTP