Home
last modified time | relevance | path

Searched refs:CURL_DISABLE_DICT (Results 1 – 13 of 13) sorted by relevance

/external/curl/lib/
Ddict.h25 #ifndef CURL_DISABLE_DICT
Dcurl_setup.h173 # ifndef CURL_DISABLE_DICT
174 # define CURL_DISABLE_DICT macro
Dcurl_config.h26 #define CURL_DISABLE_DICT 1 macro
Ddict.c25 #ifndef CURL_DISABLE_DICT
Dversion.c262 #ifndef CURL_DISABLE_DICT
Dcurl_config.h.cmake43 #cmakedefine CURL_DISABLE_DICT 1
Dcurl_config.h.in25 #undef CURL_DISABLE_DICT
Durl.c264 #ifndef CURL_DISABLE_DICT
/external/curl/docs/
DCURL-DISABLE.md11 ## CURL_DISABLE_DICT section in Code defines to disable features and protocols
/external/tensorflow/third_party/
Dcurl.BUILD463 "# define CURL_DISABLE_DICT 1",
519 "# define CURL_DISABLE_DICT 1",
/external/curl/
DCMakeLists.txt167 option(CURL_DISABLE_DICT "disables DICT" OFF) option
168 mark_as_advanced(CURL_DISABLE_DICT)
195 set(CURL_DISABLE_DICT ON) variable
1402 _add_if("DICT" NOT CURL_DISABLE_DICT)
Dconfigure.ac521 AC_DEFINE(CURL_DISABLE_DICT, 1, [to disable DICT]) definition
522 AC_SUBST(CURL_DISABLE_DICT, [1]) subst
5079 if test "x$CURL_DISABLE_DICT" != "x1"; then
Dconfigure20287 CURL_DISABLE_DICT=1
44841 if test "x$CURL_DISABLE_DICT" != "x1"; then