Searched refs:be_has_subordinates (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-relay/
H A Dop.c318 if ( bd && bd->be_has_subordinates ) {
320 rc = bd->be_has_subordinates( op, e, hasSubs );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dcompare.c234 && op->o_bd->be_has_subordinates )
246 rc = rs->sr_err = op->o_bd->be_has_subordinates( op,
H A Dfilterentry.c547 && op && op->o_bd && op->o_bd->be_has_subordinates )
559 if ( op->o_bd->be_has_subordinates( op, e, &hasSubordinates ) !=
832 if ( op && op->o_bd && op->o_bd->be_has_subordinates ) {
H A Dslap.h1825 #define be_has_subordinates bd_info->bi_has_subordinates macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_utils.c481 if ( be == NULL || be->be_has_subordinates == 0 ) {
495 rc = be->be_has_subordinates( pb->pb_op, (Entry *) e,

Completed in 186 milliseconds