Home
last modified time | relevance | path

Searched refs:LDAP_COMPARE_FALSE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_err.c112 case LDAP_COMPARE_FALSE: in translate_ldap_error()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptool.h116 && (rc) != LDAP_COMPARE_FALSE )
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Derror.c38 { LDAP_COMPARE_FALSE, 0 },
109 { LDAP_COMPARE_FALSE, "Compare false" },
H A Dmemcache.c1159 nRes = LDAP_COMPARE_FALSE;
1165 nRes = LDAP_COMPARE_FALSE;
1168 nRes = LDAP_COMPARE_FALSE;
1172 nRes = LDAP_COMPARE_FALSE;
1178 nRes = LDAP_COMPARE_FALSE;
/illumos-gate/usr/src/head/
H A Dldap.h255 #define LDAP_COMPARE_FALSE 0x05 /* 5 */ macro