Home
last modified time | relevance | path

Searched refs:CURL_DISABLE_FTP (Results 1 – 24 of 24) 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) || \
532 #ifndef CURL_DISABLE_FTP
923 #ifndef CURL_DISABLE_FTP
1451 #ifndef CURL_DISABLE_FTP
1677 #ifndef CURL_DISABLE_FTP
1683 #if !defined(CURL_DISABLE_FTP) || defined(USE_SSH)
1719 #ifndef CURL_DISABLE_FTP
1798 #ifndef CURL_DISABLE_FTP
1953 #ifndef CURL_DISABLE_FTP
H A Dcurl_range.c32 #if !defined(CURL_DISABLE_FTP) || !defined(CURL_DISABLE_FILE)
H A Dftp.h31 #ifndef CURL_DISABLE_FTP
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.c330 #ifndef CURL_DISABLE_FTP
333 #if defined(USE_SSL) && !defined(CURL_DISABLE_FTP)
H A Dcurl_setup.h230 # ifndef CURL_DISABLE_FTP
231 # define CURL_DISABLE_FTP macro
H A Dcurl_fnmatch.c26 #ifndef CURL_DISABLE_FTP
H A Dsetopt.c756 #ifndef CURL_DISABLE_FTP in setopt_long()
811 #if !defined(CURL_DISABLE_FTP) || defined(USE_SSH) in setopt_long()
1152 #if !defined(CURL_DISABLE_FTP) || defined(USE_SSH) in setopt_long()
1448 #if !defined(CURL_DISABLE_FTP) || defined(USE_SSH) in setopt_slist()
2083 #ifndef CURL_DISABLE_FTP in setopt_cptr()
2521 #ifndef CURL_DISABLE_FTP in setopt_cptr()
2840 #ifndef CURL_DISABLE_FTP in setopt_func()
H A Dparsedate.c105 #if !defined(CURL_DISABLE_PARSEDATE) || !defined(CURL_DISABLE_FTP) || \
H A Durl.c376 #ifndef CURL_DISABLE_FTP in Curl_init_userdefined()
460 #ifndef CURL_DISABLE_FTP in Curl_init_userdefined()
1061 #ifndef CURL_DISABLE_FTP in url_match_conn()
1362 #ifndef CURL_DISABLE_FTP in allocate_conn()
1477 #if defined(USE_SSL) && !defined(CURL_DISABLE_FTP) in Curl_getn_scheme_handler()
1597 #ifndef CURL_DISABLE_FTP in Curl_getn_scheme_handler()
H A Dkrb5.c39 #if defined(HAVE_GSSAPI) && !defined(CURL_DISABLE_FTP)
H A Dtransfer.c644 #ifndef CURL_DISABLE_FTP in Curl_pretransfer()
H A Dftplistparser.c42 #ifndef CURL_DISABLE_FTP
H A Dmulti.c2317 #ifndef CURL_DISABLE_FTP
2826 #ifndef CURL_DISABLE_FTP
2860 #ifndef CURL_DISABLE_FTP
H A Dcurl_config.h.cmake74 #cmakedefine CURL_DISABLE_FTP 1
H A Dcf-socket.c2028 #ifndef CURL_DISABLE_FTP in cf_tcp_accept_timeleft()
H A Dftp.c27 #ifndef CURL_DISABLE_FTP
/curl/tests/unit/
H A Dunit1307.c37 #ifndef CURL_DISABLE_FTP
/curl/
H A DCMakeLists.txt319 option(CURL_DISABLE_FTP "Disable FTP" OFF) option
320 mark_as_advanced(CURL_DISABLE_FTP)
400 set(CURL_DISABLE_FTP ON) variable
1932 _add_if("FTP" NOT CURL_DISABLE_FTP)
1933 _add_if("FTPS" NOT CURL_DISABLE_FTP AND _ssl_enabled)
H A Dconfigure.ac707 AC_DEFINE(CURL_DISABLE_FTP, 1, [to disable FTP])
708 AC_SUBST(CURL_DISABLE_FTP, [1])
5339 if test "x$CURL_DISABLE_FTP" != "x1"; then

Completed in 173 milliseconds