Home
last modified time | relevance | path

Searched refs:USE_WIN32_LDAP (Results 1 – 8 of 8) sorted by relevance

/external/curl/lib/
Dldap.c38 #ifdef USE_WIN32_LDAP /* Use Windows LDAP implementation. */
92 #if defined(USE_WIN32_LDAP)
100 #if defined(USE_WIN32_LDAP)
205 #if defined(USE_WIN32_LDAP) in Curl_ldap()
237 #if defined(USE_WIN32_LDAP) in Curl_ldap()
270 #ifdef USE_WIN32_LDAP in Curl_ldap()
403 #ifdef USE_WIN32_LDAP in Curl_ldap()
432 #if defined(USE_WIN32_LDAP) in Curl_ldap()
443 #if defined(USE_WIN32_LDAP) in Curl_ldap()
460 #if defined(USE_WIN32_LDAP) in Curl_ldap()
[all …]
Dconfig-win32.h681 #undef USE_WIN32_LDAP
685 #undef USE_WIN32_LDAP
689 #define USE_WIN32_LDAP 1 macro
692 #if defined(__WATCOMC__) && defined(USE_WIN32_LDAP)
699 #if defined(__POCC__) && defined(USE_WIN32_LDAP)
Dcurl_multibyte.h27 defined(USE_WIN32_LDAP)) && defined(UNICODE))
40 defined(USE_WIN32_LDAP)
Dcurl_multibyte.c26 defined(USE_WIN32_LDAP)) && defined(UNICODE))
Dconfig-win32ce.h412 #define USE_WIN32_LDAP 1 macro
Dcurl_config.h.cmake56 #cmakedefine USE_WIN32_LDAP 1
/external/curl/
DCMakeLists.txt329 option(USE_WIN32_LDAP "Use Windows LDAP implementation" ON) option
330 if(USE_WIN32_LDAP)
333 set(USE_WIN32_LDAP OFF) variable
343 if(CMAKE_USE_OPENLDAP AND USE_WIN32_LDAP)
344 message(FATAL_ERROR "Cannot use USE_WIN32_LDAP and CMAKE_USE_OPENLDAP at the same time")
348 if(NOT USE_WIN32_LDAP)
Dconfigure.ac1041 AC_DEFINE(USE_WIN32_LDAP, 1, [Use Windows LDAP implementation]) definition