Home
last modified time | relevance | path

Searched refs:CURL_DISABLE_TFTP (Results 1 – 16 of 16) sorted by relevance

/external/curl/lib/
Dtftp.h24 #ifndef CURL_DISABLE_TFTP
Dcurl_setup.h161 # ifndef CURL_DISABLE_TFTP
162 # define CURL_DISABLE_TFTP macro
Dconfig-vxworks.h69 #define CURL_DISABLE_TFTP 1 macro
Dcurl_config.h104 #define CURL_DISABLE_TFTP 1 macro
Dversion.c334 #ifndef CURL_DISABLE_TFTP
Dtftp.c25 #ifndef CURL_DISABLE_TFTP
Dcurl_config.h.cmake88 #cmakedefine CURL_DISABLE_TFTP 1
Dcurl_config.h.in103 #undef CURL_DISABLE_TFTP
Dsetopt.c330 #ifndef CURL_DISABLE_TFTP in Curl_vsetopt()
Durl.c224 #ifndef CURL_DISABLE_TFTP
/external/curl/docs/
DCURL-DISABLE.md118 ## CURL_DISABLE_TFTP section in Code defines to disable features and protocols
/external/tensorflow/third_party/
Dcurl.BUILD473 "# define CURL_DISABLE_TFTP 1",
528 "# define CURL_DISABLE_TFTP 1",
/external/curl/
DCMakeLists.txt171 option(CURL_DISABLE_TFTP "disables TFTP" OFF) option
172 mark_as_advanced(CURL_DISABLE_TFTP)
208 set(CURL_DISABLE_TFTP ON) variable
1403 _add_if("TFTP" NOT CURL_DISABLE_TFTP)
Dconfigure.ac551 AC_DEFINE(CURL_DISABLE_TFTP, 1, [to disable TFTP]) definition
552 AC_SUBST(CURL_DISABLE_TFTP, [1]) subst
5082 if test "x$CURL_DISABLE_TFTP" != "x1"; then
Dconfigure20335 CURL_DISABLE_TFTP=1
44844 if test "x$CURL_DISABLE_TFTP" != "x1"; then
/external/curl/src/
Dtool_setopt.c849 #ifdef CURL_DISABLE_TFTP in tool_setopt_skip()