HomeSort by: relevance | last modified time | path
    Searched refs:hasSubordinates (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
operational.c 39 int *hasSubordinates )
57 *hasSubordinates = LDAP_COMPARE_TRUE;
60 *hasSubordinates = LDAP_COMPARE_FALSE;
95 int hasSubordinates, rc;
97 rc = wt_hasSubordinates( op, rs->sr_entry, &hasSubordinates );
99 *ap = slap_operational_hasSubordinate( hasSubordinates == LDAP_COMPARE_TRUE );
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
operational.c 33 * 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;
115 rc = mdb_hasSubordinates( op, rs->sr_entry, &hasSubordinates );
117 *ap = slap_operational_hasSubordinate( hasSubordinates == LDAP_COMPARE_TRUE );
  /src/external/bsd/openldap/dist/tests/data/
slapd-repl-consumer-remote.conf 63 # Need to strip hasSubordinates from internal searches otherwise
66 access to dn.subtree="dc=example,dc=com" attrs=hasSubordinates
  /src/external/bsd/openldap/dist/servers/slapd/
compare.c 245 int rc, hasSubordinates = LDAP_SUCCESS;
256 entry, &hasSubordinates );
266 if ( hasSubordinates == asserted ) {
filterentry.c 554 int hasSubordinates = 0;
564 if ( op->o_bd->be_has_subordinates( op, e, &hasSubordinates ) !=
570 if ( hasSubordinates == LDAP_COMPARE_TRUE ) {
573 } else if ( hasSubordinates == LDAP_COMPARE_FALSE ) {
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_utils.c 488 int rc, hasSubordinates = 0;
505 &hasSubordinates );
510 return ( rc == LDAP_SUCCESS && hasSubordinates == LDAP_COMPARE_TRUE );
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
search.c 1044 * '(!(hasSubordinates=TRUE))' fails because
1047 * Note however that hasSubordinates is boolean,
1049 * '(hasSubordinates=FALSE)'
1051 * A more robust search for hasSubordinates

Completed in 18 milliseconds