OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 15:26:31 UTC 2026