Searched refs:CURL_DISABLE_LDAP (Results 1 – 25 of 25) sorted by relevance
/external/curl/lib/ |
D | curl_ldap.h | 26 #ifndef CURL_DISABLE_LDAP
|
D | config-mac.h | 68 #define CURL_DISABLE_LDAP 1 macro
|
D | config-plan9.h | 32 #define CURL_DISABLE_LDAP 1 macro
|
D | config-riscos.h | 211 #define CURL_DISABLE_LDAP macro
|
D | config-os400.h | 250 #undef CURL_DISABLE_LDAP
|
D | curl_config.h | 89 #define CURL_DISABLE_LDAP 1 macro
|
D | base64.c | 30 !defined(CURL_DISABLE_LDAP) || \
|
D | curl_setup.h | 224 # ifndef CURL_DISABLE_LDAP 225 # define CURL_DISABLE_LDAP macro
|
D | config-win32.h | 519 #define CURL_DISABLE_LDAP 1 macro
|
D | version.c | 343 #ifndef CURL_DISABLE_LDAP
|
D | curl_sasl.c | 40 (!defined(CURL_DISABLE_LDAP) && defined(USE_OPENLDAP))
|
D | ldap.c | 27 #if !defined(CURL_DISABLE_LDAP) && !defined(USE_OPENLDAP)
|
D | openldap.c | 28 #if !defined(CURL_DISABLE_LDAP) && defined(USE_OPENLDAP)
|
D | curl_config.h.cmake | 98 #cmakedefine CURL_DISABLE_LDAP 1
|
D | url.c | 1505 #if !defined(CURL_DISABLE_LDAP) && \ in Curl_getn_scheme_handler() 1593 #ifndef CURL_DISABLE_LDAP in Curl_getn_scheme_handler()
|
D | curl_config.h.in | 88 #undef CURL_DISABLE_LDAP
|
/external/curl/lib/vauth/ |
D | oauth2.c | 31 (!defined(CURL_DISABLE_LDAP) && defined(USE_OPENLDAP))
|
D | cleartext.c | 32 (!defined(CURL_DISABLE_LDAP) && defined(USE_OPENLDAP))
|
/external/curl/packages/OS400/ |
D | os400sys.c | 51 #ifndef CURL_DISABLE_LDAP 512 #ifndef CURL_DISABLE_LDAP
|
/external/curl/ |
D | CMakeLists.txt | 402 option(CURL_DISABLE_LDAP "Disable LDAP" OFF) option 403 mark_as_advanced(CURL_DISABLE_LDAP) 404 option(CURL_DISABLE_LDAPS "Disable LDAPS" ${CURL_DISABLE_LDAP}) 470 set(CURL_DISABLE_LDAP ON) variable 1173 if(NOT CURL_DISABLE_LDAP) 1224 message(STATUS "LDAP not found. CURL_DISABLE_LDAP set ON") 1225 set(CURL_DISABLE_LDAP ON CACHE BOOL "" FORCE) variable 1232 if(CURL_DISABLE_LDAP) 2079 curl_add_if("LDAP" NOT CURL_DISABLE_LDAP) 2080 # CURL_DISABLE_LDAP implies CURL_DISABLE_LDAPS
|
D | configure.ac | 759 AC_DEFINE(CURL_DISABLE_LDAP, 1, [to disable LDAP]) definition 760 CURL_DISABLE_LDAP=1 783 if test "x$CURL_DISABLE_LDAP" = "x1"; then 794 if test "x$CURL_DISABLE_LDAP" = "x1"; then 1601 if test x$CURL_DISABLE_LDAP != x1; then 1621 AC_DEFINE(CURL_DISABLE_LDAP, 1, [to disable LDAP]) definition 1622 CURL_DISABLE_LDAP=1 1636 AC_DEFINE(CURL_DISABLE_LDAP, 1, [to disable LDAP]) definition 1637 CURL_DISABLE_LDAP=1 1645 if test x$CURL_DISABLE_LDAP != x1; then [all …]
|
/external/tink/cc/integration/awskms/third_party/ |
D | curl.BUILD.bazel | 375 "# define CURL_DISABLE_LDAP 1", 431 "# define CURL_DISABLE_LDAP 1",
|
/external/federated-compute/third_party/ |
D | curl.BUILD.bzl | 377 "# define CURL_DISABLE_LDAP 1", 433 "# define CURL_DISABLE_LDAP 1",
|
/external/tensorflow/third_party/ |
D | curl.BUILD | 558 "# define CURL_DISABLE_LDAP 1", 614 "# define CURL_DISABLE_LDAP 1",
|
/external/curl/packages/vms/ |
D | build_vms.com | 615 $! cc_defs = cc_defs + ", CURL_DISABLE_LDAP=1"
|