Home
last modified time | relevance | path

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

/external/curl/lib/
Dftplistparser.h26 #ifndef CURL_DISABLE_FTP
Dversion.c236 #ifndef CURL_DISABLE_FTP
239 #if defined(USE_SSL) && !defined(CURL_DISABLE_FTP)
Dpingpong.h27 #if !defined(CURL_DISABLE_IMAP) || !defined(CURL_DISABLE_FTP) || \
Dftp.h27 #ifndef CURL_DISABLE_FTP
Dcurl_setup.h157 # ifndef CURL_DISABLE_FTP
158 # define CURL_DISABLE_FTP macro
Dcurl_range.c30 #if !defined(CURL_DISABLE_FTP) || !defined(CURL_DISABLE_FILE)
Dconfig-vxworks.h48 #define CURL_DISABLE_FTP 1 macro
Dcurl_config.h32 #define CURL_DISABLE_FTP 1 macro
Dcurl_fnmatch.c24 #ifndef CURL_DISABLE_FTP
Dkrb5.c37 #if defined(HAVE_GSSAPI) && !defined(CURL_DISABLE_FTP)
Dsecurity.c46 #ifndef CURL_DISABLE_FTP
Dftplistparser.c40 #ifndef CURL_DISABLE_FTP
Durl.c157 #ifndef CURL_DISABLE_FTP
161 #if defined(USE_SSL) && !defined(CURL_DISABLE_FTP)
Dcurl_config.h.in31 #undef CURL_DISABLE_FTP
Dcurl_config.h.cmake28 #cmakedefine CURL_DISABLE_FTP 1
Dftp.c25 #ifndef CURL_DISABLE_FTP
/external/curl/tests/unit/
Dunit1307.c35 #ifndef CURL_DISABLE_FTP
/external/curl/
DCMakeLists.txt138 option(CURL_DISABLE_FTP "disables FTP" OFF) option
139 mark_as_advanced(CURL_DISABLE_FTP)
170 set(CURL_DISABLE_FTP ON) variable
1219 _add_if("FTP" NOT CURL_DISABLE_FTP)
1220 _add_if("FTPS" NOT CURL_DISABLE_FTP AND SSL_ENABLED)
Dconfigure.ac398 AC_DEFINE(CURL_DISABLE_FTP, 1, [to disable FTP]) definition
399 AC_SUBST(CURL_DISABLE_FTP, [1]) subst
4270 if test "x$CURL_DISABLE_FTP" != "x1"; then
Dconfigure19066 CURL_DISABLE_FTP=1
41132 if test "x$CURL_DISABLE_FTP" != "x1"; then
/external/curl/docs/
DINSTALL.md190 - `CURL_DISABLE_FTP` disables FTP