Searched defs:ldap_compare_ext (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dcompare.c167 int ldap_compare_ext(LDAP *ld, char *dn, char *attr, struct berval *bvalue, function
241 if ( (retcode = ldap_compare_ext( ld, dn, attr, bvalue, serverctrls, clientctrls, &msgid )) != LDAP_SUCCESS )
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dcompare.c60 if ( ldap_compare_ext( ld, dn, attr, &bv, NULL, NULL, &msgid )
70 ldap_compare_ext( LDAP *ld, const char *dn, const char *attr, function
88 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_compare_ext\n", 0, 0, 0 );
170 if (( err = ldap_compare_ext( ld, dn, attr, bvalue, serverctrls,

Completed in 15 milliseconds