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. */
91 #if defined(USE_WIN32_LDAP)
99 #if defined(USE_WIN32_LDAP)
204 #if defined(USE_WIN32_LDAP) in Curl_ldap()
236 #if defined(USE_WIN32_LDAP) in Curl_ldap()
269 #ifdef USE_WIN32_LDAP in Curl_ldap()
402 #ifdef USE_WIN32_LDAP in Curl_ldap()
431 #if defined(USE_WIN32_LDAP) in Curl_ldap()
442 #if defined(USE_WIN32_LDAP) in Curl_ldap()
459 #if defined(USE_WIN32_LDAP) in Curl_ldap()
[all …]
Dconfig-win32.h683 #undef USE_WIN32_LDAP
687 #undef USE_WIN32_LDAP
691 #define USE_WIN32_LDAP 1 macro
694 #if defined(__WATCOMC__) && defined(USE_WIN32_LDAP)
701 #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
/external/curl/
DCMakeLists.txt327 option(USE_WIN32_LDAP "Use Windows LDAP implementation" ON) option
328 if(USE_WIN32_LDAP)
331 set(USE_WIN32_LDAP OFF) variable
341 if(CMAKE_USE_OPENLDAP AND USE_WIN32_LDAP)
342 message(FATAL_ERROR "Cannot use USE_WIN32_LDAP and CMAKE_USE_OPENLDAP at the same time")
346 if(USE_WIN32_LDAP)
Dconfigure.ac1033 AC_DEFINE(USE_WIN32_LDAP, 1, [Use Windows LDAP implementation]) definition