OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USE_OPENLDAP
(Results
1 - 8
of
8
) sorted by null
/external/curl/lib/
curl_ldap.h
28
((defined(
USE_OPENLDAP
) && defined(USE_SSL)) || \
29
(!defined(
USE_OPENLDAP
) && defined(HAVE_LDAP_SSL)))
version.c
260
((defined(
USE_OPENLDAP
) && defined(USE_SSL)) || \
261
(!defined(
USE_OPENLDAP
) && defined(HAVE_LDAP_SSL)))
curl_config.h.cmake
949
#cmakedefine
USE_OPENLDAP
1
curl_config.h.in
971
#undef
USE_OPENLDAP
openldap.c
26
#if !defined(CURL_DISABLE_LDAP) && defined(
USE_OPENLDAP
)
29
* Notice that
USE_OPENLDAP
is only a source code selection switch. When
30
* libcurl is built with
USE_OPENLDAP
defined the libcurl source code that
34
* When
USE_OPENLDAP
is defined a recent version of the OpenLDAP library
36
* OpenLDAP library versions,
USE_OPENLDAP
shall not be defined.
763
#endif /* !CURL_DISABLE_LDAP &&
USE_OPENLDAP
*/
ldap.c
25
#if !defined(CURL_DISABLE_LDAP) && !defined(
USE_OPENLDAP
)
28
* Notice that
USE_OPENLDAP
is only a source code selection switch. When
29
* libcurl is built with
USE_OPENLDAP
defined the libcurl source code that
33
* When
USE_OPENLDAP
is defined a recent version of the OpenLDAP library
35
* OpenLDAP library versions,
USE_OPENLDAP
shall not be defined.
1089
#endif /* !CURL_DISABLE_LDAP && !
USE_OPENLDAP
*/
url.c
176
((defined(
USE_OPENLDAP
) && defined(USE_SSL)) || \
177
(!defined(
USE_OPENLDAP
) && defined(HAVE_LDAP_SSL)))
[
all
...]
/external/curl/
configure
942
USE_OPENLDAP
[
all
...]
Completed in 390 milliseconds