Searched refs:hasSubordinates (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Doperational.c39 int *hasSubordinates )
58 *hasSubordinates = LDAP_COMPARE_TRUE;
61 *hasSubordinates = LDAP_COMPARE_FALSE;
97 int hasSubordinates, rc; local
99 rc = wt_hasSubordinates( op, rs->sr_entry, &hasSubordinates );
101 *ap = slap_operational_hasSubordinate( hasSubordinates == LDAP_COMPARE_TRUE );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Doperational.c33 * sets *hasSubordinates to LDAP_COMPARE_TRUE/LDAP_COMPARE_FALSE
40 int *hasSubordinates )
64 *hasSubordinates = LDAP_COMPARE_TRUE;
68 *hasSubordinates = LDAP_COMPARE_FALSE;
113 int hasSubordinates, rc; local
115 rc = mdb_hasSubordinates( op, rs->sr_entry, &hasSubordinates );
117 *ap = slap_operational_hasSubordinate( hasSubordinates == LDAP_COMPARE_TRUE );
/netbsd-current/external/bsd/openldap/dist/tests/data/
H A Dslapd-repl-consumer-remote.conf65 # Need to strip hasSubordinates from internal searches otherwise
68 access to dn.subtree="dc=example,dc=com" attrs=hasSubordinates
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dcompare.c245 int rc, hasSubordinates = LDAP_SUCCESS; local
256 entry, &hasSubordinates );
266 if ( hasSubordinates == asserted ) {
H A Dfilterentry.c554 int hasSubordinates = 0; local
564 if ( op->o_bd->be_has_subordinates( op, e, &hasSubordinates ) !=
570 if ( hasSubordinates == LDAP_COMPARE_TRUE ) {
573 } else if ( hasSubordinates == LDAP_COMPARE_FALSE ) {
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dsearch.cpp797 int *hasSubordinates )
810 rc = ndb_has_children( &NA, hasSubordinates );
841 int hasSubordinates, rc; local
843 rc = ndb_has_subordinates( op, rs->sr_entry, &hasSubordinates );
845 *ap = slap_operational_hasSubordinate( hasSubordinates == LDAP_COMPARE_TRUE );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_utils.c484 int rc, hasSubordinates = 0; local
501 &hasSubordinates );
506 return ( rc == LDAP_SUCCESS && hasSubordinates == LDAP_COMPARE_TRUE );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dsearch.c974 * '(!(hasSubordinates=TRUE))' fails because
977 * Note however that hasSubordinates is boolean,
979 * '(hasSubordinates=FALSE)'
981 * A more robust search for hasSubordinates

Completed in 139 milliseconds