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.h158 # ifndef CURL_DISABLE_TFTP
159 # define CURL_DISABLE_TFTP macro
Dconfig-vxworks.h69 #define CURL_DISABLE_TFTP 1 macro
Dcurl_config.h95 #define CURL_DISABLE_TFTP 1 macro
Dversion.c289 #ifndef CURL_DISABLE_TFTP
Dtftp.c25 #ifndef CURL_DISABLE_TFTP
Dsetopt.c294 #ifndef CURL_DISABLE_TFTP in Curl_vsetopt()
Dcurl_config.h.cmake64 #cmakedefine CURL_DISABLE_TFTP 1
Dcurl_config.h.in94 #undef CURL_DISABLE_TFTP
Durl.c186 #ifndef CURL_DISABLE_TFTP
/external/tensorflow/third_party/
Dcurl.BUILD470 "# define CURL_DISABLE_TFTP 1",
525 "# define CURL_DISABLE_TFTP 1",
/external/curl/
DCMakeLists.txt143 option(CURL_DISABLE_TFTP "disables TFTP" OFF) option
144 mark_as_advanced(CURL_DISABLE_TFTP)
171 set(CURL_DISABLE_TFTP ON) variable
1230 _add_if("TFTP" NOT CURL_DISABLE_TFTP)
Dconfigure.ac549 AC_DEFINE(CURL_DISABLE_TFTP, 1, [to disable TFTP]) definition
550 AC_SUBST(CURL_DISABLE_TFTP, [1]) subst
4628 if test "x$CURL_DISABLE_TFTP" != "x1"; then
Dconfigure19360 CURL_DISABLE_TFTP=1
42727 if test "x$CURL_DISABLE_TFTP" != "x1"; then
/external/curl/src/
Dtool_setopt.c817 #ifdef CURL_DISABLE_TFTP in tool_setopt_skip()
/external/curl/docs/
DINSTALL.md207 - `CURL_DISABLE_TFTP` disables TFTP