Home
last modified time | relevance | path

Searched refs:LDAP_SCOPE_CHILDREN (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ndb/
Dsearch.cpp614 op->ors_scope == LDAP_SCOPE_CHILDREN ) in ndb_back_search()
660 case LDAP_SCOPE_CHILDREN: in ndb_back_search()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dpcache.c1484 … for ( tscope = 0 ; tscope <= LDAP_SCOPE_CHILDREN; tscope++ ) { in query_containment()
1489 … if ( tscope == LDAP_SCOPE_CHILDREN && !depth ) continue; in query_containment()
1502 … if ( tscope == LDAP_SCOPE_CHILDREN && !depth ) continue; in query_containment()
1504 case LDAP_SCOPE_CHILDREN: in query_containment()
/netbsd/src/external/bsd/openldap/dist/include/
Dldap.h605 #define LDAP_SCOPE_CHILDREN LDAP_SCOPE_SUBORDINATE macro