Searched defs:CURL_DISABLE_LDAPS (Results 1 – 7 of 7) sorted by relevance
/third_party/curl/ |
D | configure.ac | 689 AC_DEFINE(CURL_DISABLE_LDAPS, 1, [to disable LDAPS]) definition 690 AC_SUBST(CURL_DISABLE_LDAPS, [1]) subst 694 AC_DEFINE(CURL_DISABLE_LDAPS, 1, [to disable LDAPS]) definition 695 AC_SUBST(CURL_DISABLE_LDAPS, [1]) subst 705 AC_DEFINE(CURL_DISABLE_LDAPS, 1, [to disable LDAPS]) definition 706 AC_SUBST(CURL_DISABLE_LDAPS, [1]) subst 1569 AC_DEFINE(CURL_DISABLE_LDAPS, 1, [to disable LDAPS]) definition 1570 AC_SUBST(CURL_DISABLE_LDAPS, [1])]) subst 1582 AC_DEFINE(CURL_DISABLE_LDAPS, 1, [to disable LDAPS]) definition 1583 AC_SUBST(CURL_DISABLE_LDAPS, [1]) subst [all …]
|
D | CMakeLists.txt | 220 option(CURL_DISABLE_LDAPS "disables LDAPS" OFF) option 270 set(CURL_DISABLE_LDAPS ON) variable 836 set(CURL_DISABLE_LDAPS ON CACHE BOOL "" FORCE) variable
|
/third_party/curl/customized/include/ |
D | curl_config_standard.h | 56 #define CURL_DISABLE_LDAPS 1 macro
|
D | curl_config_liteos_m.h | 50 #define CURL_DISABLE_LDAPS 1 macro
|
D | curl_config_liteos_a.h | 50 #define CURL_DISABLE_LDAPS 1 macro
|
D | curl_config_standard_http3.h | 56 #define CURL_DISABLE_LDAPS 1 macro
|
/third_party/curl/lib/ |
D | curl_setup.h | 188 # define CURL_DISABLE_LDAPS macro
|