Home
last modified time | relevance | path

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

/external/curl/lib/
Dldap.c197 int ldap_ssl = 0; in Curl_ldap() local
232 ldap_ssl = 1; in Curl_ldap()
234 ldap_ssl ? "encrypted" : "cleartext"); in Curl_ldap()
267 if(ldap_ssl) { in Curl_ldap()
407 if(!ldap_ssl && rc != 0) { in Curl_ldap()
668 if(ldap_ssl) in Curl_ldap()
Dcurl_config.h.cmake356 /* Define to 1 if you have the ldap_ssl.h header file. */
/external/curl/
Dacinclude.m4563 dnl Check for compilable and valid ldap_ssl.h header
567 AC_CACHE_CHECK([for ldap_ssl.h], [curl_cv_header_ldap_ssl_h], [
590 #include <ldap_ssl.h>
603 [Define to 1 if you have the ldap_ssl.h header file.])
DCMakeLists.txt430 check_include_file_concat("ldap_ssl.h" HAVE_LDAP_SSL_H)