Home
last modified time | relevance | path

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

/external/curl/lib/
Ddict.h27 #ifndef CURL_DISABLE_DICT
Dcurl_config.h29 #define CURL_DISABLE_DICT 1 macro
Dcurl_setup.h170 # ifndef CURL_DISABLE_DICT
171 # define CURL_DISABLE_DICT macro
Ddict.c27 #ifndef CURL_DISABLE_DICT
Dversion.c304 #ifndef CURL_DISABLE_DICT
Dcurl_config.h.cmake45 #cmakedefine CURL_DISABLE_DICT 1
Dcurl_config.h.in28 #undef CURL_DISABLE_DICT
Durl.c284 #ifndef CURL_DISABLE_DICT
/external/curl/docs/
DCURL-DISABLE.md15 ## `CURL_DISABLE_DICT`
/external/tensorflow/third_party/
Dcurl.BUILD554 "# define CURL_DISABLE_DICT 1",
610 "# define CURL_DISABLE_DICT 1",
/external/curl/
DCMakeLists.txt187 option(CURL_DISABLE_DICT "disables DICT" OFF) option
188 mark_as_advanced(CURL_DISABLE_DICT)
251 set(CURL_DISABLE_DICT ON) variable
1489 _add_if("DICT" NOT CURL_DISABLE_DICT)
Dconfigure.ac941 AC_DEFINE(CURL_DISABLE_DICT, 1, [to disable DICT]) definition
942 AC_SUBST(CURL_DISABLE_DICT, [1]) subst
4560 if test "x$CURL_DISABLE_DICT" != "x1"; then
Dconfigure22221 CURL_DISABLE_DICT=1
45526 if test "x$CURL_DISABLE_DICT" != "x1"; then