Home
last modified time | relevance | path

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

/external/curl/lib/
Dldap.c38 #ifdef USE_WIN32_LDAP /* Use Windows LDAP implementation. */
81 #if defined(USE_WIN32_LDAP)
89 #if defined(USE_WIN32_LDAP)
122 #if defined(USE_WIN32_LDAP) && defined(ldap_err2string)
183 #if defined(USE_WIN32_LDAP)
278 #if defined(USE_WIN32_LDAP) in Curl_ldap()
308 #if defined(USE_WIN32_LDAP) in Curl_ldap()
331 #ifdef USE_WIN32_LDAP in Curl_ldap()
464 #ifdef USE_WIN32_LDAP in Curl_ldap()
468 #ifdef USE_WIN32_LDAP in Curl_ldap()
[all …]
Dconfig-win32.h693 #undef USE_WIN32_LDAP
697 #undef USE_WIN32_LDAP
702 #define USE_WIN32_LDAP 1 macro
705 #if defined(__WATCOMC__) && defined(USE_WIN32_LDAP)
712 #if defined(__POCC__) && defined(USE_WIN32_LDAP)
Dcurl_multibyte.h27 defined(USE_WIN32_LDAP)) && defined(UNICODE))
40 defined(USE_WIN32_LDAP)
Dcurl_multibyte.c28 defined(USE_WIN32_LDAP)) && defined(UNICODE))
Dconfig-win32ce.h412 #define USE_WIN32_LDAP 1 macro
Dcurl_config.h.cmake77 #cmakedefine USE_WIN32_LDAP 1
Dcurl_config.h.in1041 #undef USE_WIN32_LDAP
/external/curl/
DCMakeLists.txt391 option(USE_WIN32_LDAP "Use Windows LDAP implementation" ON) option
392 if(USE_WIN32_LDAP)
395 set(USE_WIN32_LDAP OFF) variable
405 if(CMAKE_USE_OPENLDAP AND USE_WIN32_LDAP)
406 message(FATAL_ERROR "Cannot use USE_WIN32_LDAP and CMAKE_USE_OPENLDAP at the same time")
410 if(USE_WIN32_LDAP)
Dconfigure.ac1174 AC_DEFINE(USE_WIN32_LDAP, 1, [Use Windows LDAP implementation]) definition