OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:index_substr_any_step
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
schema_init.c
211
unsigned int
index_substr_any_step
= SLAP_INDEX_SUBSTR_ANY_STEP_DEFAULT;
variable
1076
nkeys += 1 + (sa->sa_initial.bv_len - index_substr_if_maxlen) /
index_substr_any_step
;
1099
nkeys += 1 + (sa->sa_final.bv_len - index_substr_if_maxlen) /
index_substr_any_step
;
1137
for ( j=index_substr_if_maxlen-1; j <= value->bv_len - index_substr_any_len; j+=
index_substr_any_step
)
1161
j +=
index_substr_any_step
)
1193
for ( j=0; j <= value->bv_len - index_substr_if_maxlen; j+=
index_substr_any_step
)
proto-slap.h
2087
LDAP_SLAPD_V (unsigned int)
index_substr_any_step
;
bconfig.c
441
{ "
index_substr_any_step
", "step", 2, 2, 0, ARG_UINT|ARG_NONZERO,
442
&
index_substr_any_step
, "( OLcfgGlAt:23 NAME 'olcIndexSubstrAnyStep' "
Completed in 75 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026