HomeSort by: relevance | last modified time | path
    Searched defs:tscope (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/overlays/
pcache.c 1455 int depth = 0, tscope; local
1473 tscope = query->scope;
1488 for ( tscope = 0 ; tscope <= LDAP_SCOPE_CHILDREN; tscope++ ) {
1491 if ( tscope == LDAP_SCOPE_BASE && depth ) continue;
1492 if ( tscope == LDAP_SCOPE_ONE && depth != 1) continue;
1493 if ( tscope == LDAP_SCOPE_CHILDREN && !depth ) continue;
1496 if ( tscope == LDAP_SCOPE_BASE )
1497 tscope = LDAP_SCOPE_ONE
    [all...]

Completed in 54 milliseconds