OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ldap_ssl
(Results
1 - 7
of
7
) sorted by null
/external/curl/lib/
ldap.c
53
# include <
ldap_ssl
.h>
198
int
ldap_ssl
= 0;
local
233
ldap_ssl
= 1;
235
ldap_ssl
? "encrypted" : "cleartext");
268
if(
ldap_ssl
) {
408
if(!
ldap_ssl
&& rc != 0) {
669
if(
ldap_ssl
)
config-symbian.h
291
/* Define to 1 if you have the
ldap_ssl
.h header file. */
config-vxworks.h
351
/* Define to 1 if you have the
ldap_ssl
.h header file. */
curl_config.h
386
/* Define to 1 if you have the
ldap_ssl
.h header file. */
curl_config.h.cmake
335
/* Define to 1 if you have the
ldap_ssl
.h header file. */
/external/curl/
acinclude.m4
559
dnl Check for compilable and valid
ldap_ssl
.h header
563
AC_CACHE_CHECK([for
ldap_ssl
.h], [ac_cv_header_ldap_ssl_h], [
586
#include <
ldap_ssl
.h>
599
[Define to 1 if you have the
ldap_ssl
.h header file.])
[
all
...]
CMakeLists.txt
429
check_include_file_concat("
ldap_ssl
.h" HAVE_LDAP_SSL_H)
[
all
...]
Completed in 409 milliseconds