Home
last modified time | relevance | path

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

12

/third_party/curl/lib/
Dfileinfo.c24 #ifndef CURL_DISABLE_FTP
Dftplistparser.h26 #ifndef CURL_DISABLE_FTP
Dwildcard.h27 #ifndef CURL_DISABLE_FTP
Dwildcard.c25 #ifndef CURL_DISABLE_FTP
Dftp.h27 #ifndef CURL_DISABLE_FTP
Dcurl_range.c30 #if !defined(CURL_DISABLE_FTP) || !defined(CURL_DISABLE_FILE)
Dpingpong.h27 #if !defined(CURL_DISABLE_IMAP) || !defined(CURL_DISABLE_FTP) || \
Dconfig-vxworks.h48 #define CURL_DISABLE_FTP 1 macro
Dcurl_setup.h172 # ifndef CURL_DISABLE_FTP
173 # define CURL_DISABLE_FTP macro
Dversion.c310 #ifndef CURL_DISABLE_FTP
313 #if defined(USE_SSL) && !defined(CURL_DISABLE_FTP)
Dcurl_config_liteos_m.h32 #define CURL_DISABLE_FTP 1 macro
Dcurl_config_liteos_a.h32 #define CURL_DISABLE_FTP 1 macro
Durldata.h502 #ifndef CURL_DISABLE_FTP
1736 #ifndef CURL_DISABLE_FTP
1811 #ifndef CURL_DISABLE_FTP
1948 #ifndef CURL_DISABLE_FTP
Dparsedate.c103 #if !defined(CURL_DISABLE_PARSEDATE) || !defined(CURL_DISABLE_FTP) || \
Dcurl_fnmatch.c24 #ifndef CURL_DISABLE_FTP
Durl.c185 #ifndef CURL_DISABLE_FTP
189 #if defined(USE_SSL) && !defined(CURL_DISABLE_FTP)
520 #ifndef CURL_DISABLE_FTP in Curl_init_userdefined()
1353 #ifndef CURL_DISABLE_FTP in ConnectionExists()
1761 #ifndef CURL_DISABLE_FTP in allocate_conn()
Dsetopt.c1192 #ifndef CURL_DISABLE_FTP in Curl_vsetopt()
2539 #if !defined(CURL_DISABLE_FTP) || defined(USE_SSH) in Curl_vsetopt()
2738 #ifndef CURL_DISABLE_FTP in Curl_vsetopt()
Dkrb5.c37 #if defined(HAVE_GSSAPI) && !defined(CURL_DISABLE_FTP)
Dmulti.c2037 #ifndef CURL_DISABLE_FTP
2189 #ifndef CURL_DISABLE_FTP
2420 #ifndef CURL_DISABLE_FTP
Dftplistparser.c40 #ifndef CURL_DISABLE_FTP
/third_party/curl/docs/
DCURL-DISABLE.md31 ## CURL_DISABLE_FTP section in Code defines to disable features and protocols
/third_party/curl/tests/unit/
Dunit1307.c35 #ifndef CURL_DISABLE_FTP
/third_party/curl/
DCMakeLists.txt161 option(CURL_DISABLE_FTP "disables FTP" OFF) option
162 mark_as_advanced(CURL_DISABLE_FTP)
200 set(CURL_DISABLE_FTP ON) variable
1401 _add_if("FTP" NOT CURL_DISABLE_FTP)
1402 _add_if("FTPS" NOT CURL_DISABLE_FTP AND SSL_ENABLED)
/third_party/curl/src/
Dtool_setopt.c813 #ifdef CURL_DISABLE_FTP in tool_setopt_skip()
/third_party/curl/lib/vtls/
Dgskit.c1200 #ifndef CURL_DISABLE_FTP in gskit_shutdown()

12