OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LDAP_VERSION_MIN
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
apitest.c
69
#ifdef
LDAP_VERSION_MIN
70
printf(" Protocol Min: %d\n", (int)
LDAP_VERSION_MIN
);
options.c
933
if (vers <
LDAP_VERSION_MIN
|| vers > LDAP_VERSION_MAX) {
/src/external/bsd/openldap/dist/servers/slapd/
bind.c
186
if ( version <
LDAP_VERSION_MIN
|| version > LDAP_VERSION_MAX ) {
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winldap.d
43
LDAP_VERSION_MIN
= LDAP_VERSION2,
/src/external/bsd/openldap/dist/include/
ldap.h
43
#define
LDAP_VERSION_MIN
LDAP_VERSION2
/src/external/bsd/openldap/dist/servers/slapd/back-ldap/
config.c
1896
if ( c->value_int != 0 && ( c->value_int <
LDAP_VERSION_MIN
|| c->value_int > LDAP_VERSION_MAX ) ) {
/src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
config.c
2473
if ( c->value_int != 0 && ( c->value_int <
LDAP_VERSION_MIN
|| c->value_int > LDAP_VERSION_MAX ) ) {
/src/external/bsd/openldap/dist/servers/slapd/back-meta/
config.c
2880
if ( c->value_int != 0 && ( c->value_int <
LDAP_VERSION_MIN
|| c->value_int > LDAP_VERSION_MAX ) ) {
Completed in 25 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026