HomeSort by: relevance | last modified time | path
    Searched refs:ors_scope (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
dn2id.c 351 if( op->ors_scope == LDAP_SCOPE_CHILDREN ) {
375 if( op->ors_scope == LDAP_SCOPE_ONELEVEL && e->e_id != pid ){
426 if(op->ors_scope != LDAP_SCOPE_ONELEVEL &&
433 rc = wt_idlcache_get(wc, ndn, op->ors_scope, ids);
442 wt_idlcache_begin(wc, ndn, op->ors_scope);
446 wt_idlcache_set(wc, ndn, op->ors_scope, ids);
  /src/external/bsd/openldap/dist/servers/slapd/
search.c 78 &base, &op->ors_scope, &op->ors_deref, &op->ors_slimit,
96 switch( op->ors_scope ) {
127 base.bv_val, op->ors_scope, op->ors_deref,
240 sprintf(abuf, "scope=%d deref=%d", op->ors_scope, op->ors_deref);
303 if ( op->ors_scope == LDAP_SCOPE_BASE ) {
385 NULL, &op->o_req_dn, op->ors_scope );
416 NULL, &op->o_req_dn, op->ors_scope );
saslauthz.c 1772 &op.ors_scope, &op.ors_filter, &op.ors_filterstr, 0 );
1776 switch ( op.ors_scope ) {
1794 if ( d == 0 && op.ors_scope == LDAP_X_SCOPE_SUBTREE ) {
1810 switch ( op.ors_scope ) {
1877 op.ors_scope = LDAP_SCOPE_BASE;
1907 op.o_req_ndn.bv_val, op.ors_scope );
2035 &op.ors_scope, &op.ors_filter, &op.ors_filterstr, 1 );
2044 switch ( op.ors_scope ) {
2073 op.o_req_ndn.bv_val, op.ors_scope );
backglue.c 451 switch (op->ors_scope) {
468 scope0 = op->ors_scope;
523 op->ors_scope = LDAP_SCOPE_BASE;
530 op->ors_scope = LDAP_SCOPE_ONELEVEL;
714 op->ors_scope = scope0;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/allop/
allop.c 177 || op->ors_scope != LDAP_SCOPE_BASE )
195 if ( op->ors_scope == LDAP_SCOPE_BASE ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-passwd/
search.c 84 if( op->ors_scope != LDAP_SCOPE_ONELEVEL ) {
138 if ( op->ors_scope != LDAP_SCOPE_BASE ) {
217 if( op->ors_scope == LDAP_SCOPE_ONELEVEL ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-perl/
search.c 48 XPUSHs(sv_2mortal(newSViv( op->ors_scope )));
  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
rbacperm.c 175 op2.ors_scope = LDAP_SCOPE_BASE;
rbacsess.c 706 op2.ors_scope = LDAP_SCOPE_SUBTREE;
777 op2.ors_scope = LDAP_SCOPE_SUBTREE;
893 op2->ors_scope = LDAP_SCOPE_SUB;
rbacuser.c 413 op2.ors_scope = LDAP_SCOPE_SUBTREE;
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
search.c 335 int realscope = op->ors_scope;
369 switch ( op->ors_scope ) {
408 if ( op->ors_scope == LDAP_SCOPE_SUBORDINATE ) {
913 op->ors_scope );
  /src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
rdnval.c 121 op2.ors_scope = LDAP_SCOPE_ONELEVEL;
504 op->ors_scope = LDAP_SCOPE_SUBTREE;
pguid.c 311 op->ors_scope = LDAP_SCOPE_SUBORDINATE;
vernum.c 274 op->ors_scope = LDAP_SCOPE_SUBTREE;
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
search.c 2106 op->ors_scope );
2143 op->ors_scope,
2336 switch ( op->ors_scope ) {
2390 op->ors_scope != LDAP_SCOPE_BASE &&
2391 op->ors_scope != BACKSQL_SCOPE_BASE_LIKE &&
2429 op->ors_scope );
2642 if ( op->ors_scope == BACKSQL_SCOPE_BASE_LIKE ) {
2643 op->ors_scope = LDAP_SCOPE_BASE;
  /src/external/bsd/openldap/dist/servers/slapd/back-relay/
op.c 157 op->ors_scope : LDAP_SCOPE_DEFAULT );
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
filterindex.c 550 int sc = op->ors_scope;
551 op->ors_scope = scope;
554 op->ors_scope = sc;
search.c 219 if (op->ors_scope == LDAP_SCOPE_SUBTREE) {
244 if ( op->ors_scope == LDAP_SCOPE_ONELEVEL ) break;
490 isc.oscope = op->ors_scope;
663 if ( op->ors_scope == LDAP_SCOPE_ONELEVEL ) {
871 switch( op->ors_scope ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
chain.c 482 tmp_oq_search.rs_scope = op->ors_scope;
561 op->ors_scope = tmp_oq_search.rs_scope;
754 if ( op->ors_scope == LDAP_SCOPE_ONELEVEL )
757 tmp_oq_search.rs_scope = op->ors_scope;
834 op->ors_scope = tmp_oq_search.rs_scope;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/variant/
variant.c 593 op->o_req_ndn.bv_val, op->ors_scope );
596 if ( !dnIsSuffixScope( &vei->dn, &op->o_req_ndn, op->ors_scope ) )
629 if ( op->ors_scope == LDAP_SCOPE_BASE &&
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
conn.c 931 op2.ors_scope = LDAP_SCOPE_BASE;
960 ndn, op->o_tag == LDAP_REQ_SEARCH ? op->ors_scope : LDAP_SCOPE_BASE ) )
1500 op->o_tag == LDAP_REQ_SEARCH ? op->ors_scope : LDAP_SCOPE_SUBTREE ) )
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
retcode.c 254 op2.ors_scope = LDAP_SCOPE_BASE;
325 if ( op->ors_scope == LDAP_SCOPE_BASE ) {
355 && op->ors_scope != LDAP_SCOPE_BASE
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
nssov.h 340 op->ors_scope = cbp.mi->mi_scope; \
passwd.c 187 op2.ors_scope = mi->mi_scope;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/lastmod/
lastmod.c 296 if ( op->ors_scope != LDAP_SCOPE_BASE ) {
345 NULL, &op->o_req_dn, op->ors_scope );

Completed in 40 milliseconds

1 2 3