Home
last modified time | relevance | path

Searched refs:ldap_ssl (Results 1 – 4 of 4) sorted by relevance

/curl/lib/
H A Dldap.c315 int ldap_ssl = 0; in ldap_do() local
347 ldap_ssl = 1; in ldap_do()
349 ldap_ssl ? "encrypted" : "cleartext"); in ldap_do()
372 if(ldap_ssl) { in ldap_do()
520 if(!ldap_ssl && rc) { in ldap_do()
750 if(ldap_ssl) in ldap_do()
H A Dcurl_config.h.cmake356 /* Define to 1 if you have the ldap_ssl.h header file. */
/curl/
H A Dacinclude.m4327 dnl Check for compilable and valid ldap_ssl.h header
331 AC_CACHE_CHECK([for ldap_ssl.h], [curl_cv_header_ldap_ssl_h], [
354 #include <ldap_ssl.h>
367 [Define to 1 if you have the ldap_ssl.h header file.])
H A DCMakeLists.txt859 check_include_file("ldap_ssl.h" HAVE_LDAP_SSL_H)

Completed in 87 milliseconds