Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_trc.h87 #ifndef CURL_DISABLE_FTP
110 #ifndef CURL_DISABLE_FTP
160 #ifndef CURL_DISABLE_FTP
208 #ifndef CURL_DISABLE_FTP
H A Dfileinfo.c26 #ifndef CURL_DISABLE_FTP
H A Dftplistparser.h28 #ifndef CURL_DISABLE_FTP
H A Durldata.h125 #if !defined(CURL_DISABLE_FTP) || defined(USE_SSH) || \
529 #ifndef CURL_DISABLE_FTP
921 #ifndef CURL_DISABLE_FTP
1437 #ifndef CURL_DISABLE_FTP
1663 #ifndef CURL_DISABLE_FTP
1669 #if !defined(CURL_DISABLE_FTP) || defined(USE_SSH)
1705 #ifndef CURL_DISABLE_FTP
1784 #ifndef CURL_DISABLE_FTP
1941 #ifndef CURL_DISABLE_FTP
H A Dftp.h31 #ifndef CURL_DISABLE_FTP
H A Dcurl_range.c32 #if !defined(CURL_DISABLE_FTP) || !defined(CURL_DISABLE_FILE)
H A Dpingpong.h29 #if !defined(CURL_DISABLE_IMAP) || !defined(CURL_DISABLE_FTP) || \
H A Dcurl_trc.c206 #ifndef CURL_DISABLE_FTP
273 #ifndef CURL_DISABLE_FTP
H A Dversion.c311 #ifndef CURL_DISABLE_FTP
314 #if defined(USE_SSL) && !defined(CURL_DISABLE_FTP)
H A Dcurl_setup.h222 # ifndef CURL_DISABLE_FTP
223 # define CURL_DISABLE_FTP macro
H A Dcurl_fnmatch.c26 #ifndef CURL_DISABLE_FTP
H A Dparsedate.c105 #if !defined(CURL_DISABLE_PARSEDATE) || !defined(CURL_DISABLE_FTP) || \
H A Dsetopt.c1282 #ifndef CURL_DISABLE_FTP in Curl_vsetopt()
1358 #if !defined(CURL_DISABLE_FTP) || defined(USE_SSH) in Curl_vsetopt()
1524 #ifndef CURL_DISABLE_FTP in Curl_vsetopt()
2647 #if !defined(CURL_DISABLE_FTP) || defined(USE_SSH) in Curl_vsetopt()
2875 #ifndef CURL_DISABLE_FTP in Curl_vsetopt()
H A Durl.c375 #ifndef CURL_DISABLE_FTP in Curl_init_userdefined()
459 #ifndef CURL_DISABLE_FTP in Curl_init_userdefined()
1059 #ifndef CURL_DISABLE_FTP in url_match_conn()
1363 #ifndef CURL_DISABLE_FTP in allocate_conn()
1478 #if defined(USE_SSL) && !defined(CURL_DISABLE_FTP) in Curl_getn_scheme_handler()
1598 #ifndef CURL_DISABLE_FTP in Curl_getn_scheme_handler()
H A Dkrb5.c39 #if defined(HAVE_GSSAPI) && !defined(CURL_DISABLE_FTP)
H A Dftplistparser.c42 #ifndef CURL_DISABLE_FTP
H A Dmulti.c2139 #ifndef CURL_DISABLE_FTP
2290 #ifndef CURL_DISABLE_FTP
2507 #ifndef CURL_DISABLE_FTP
H A Dtransfer.c646 #ifndef CURL_DISABLE_FTP in Curl_pretransfer()
H A Dcurl_config.h.cmake74 #cmakedefine CURL_DISABLE_FTP 1
H A Dftp.c27 #ifndef CURL_DISABLE_FTP
/curl/tests/unit/
H A Dunit1307.c37 #ifndef CURL_DISABLE_FTP
/curl/
H A DCMakeLists.txt295 option(CURL_DISABLE_FTP "Disable FTP" OFF) option
296 mark_as_advanced(CURL_DISABLE_FTP)
372 set(CURL_DISABLE_FTP ON) variable
1826 _add_if("FTP" NOT CURL_DISABLE_FTP)
1827 _add_if("FTPS" NOT CURL_DISABLE_FTP AND _ssl_enabled)
H A Dconfigure.ac694 AC_DEFINE(CURL_DISABLE_FTP, 1, [to disable FTP])
695 AC_SUBST(CURL_DISABLE_FTP, [1])
5234 if test "x$CURL_DISABLE_FTP" != "x1"; then

Completed in 90 milliseconds