OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cr_list
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
component.c
180
ci_temp = &dup_cr->
cr_list
;
181
ci_curr = cr->
cr_list
;
191
dup_cr->cr_curr = dup_cr->
cr_list
;
564
ComponentId**
cr_list
;
local
580
cr_list
= &ca_comp_ref->
cr_list
;
585
rc = get_componentId( op, cav,
cr_list
, text );
587
if ( count == 0 ) ca_comp_ref->cr_curr = ca_comp_ref->
cr_list
;
588
cr_list
= &(*
cr_list
)->ci_next
[
all
...]
cr.c
38
static LDAP_STAILQ_HEAD(CRList, ContentRule)
cr_list
39
= LDAP_STAILQ_HEAD_INITIALIZER(
cr_list
);
111
while( !LDAP_STAILQ_EMPTY(&
cr_list
) ) {
112
c = LDAP_STAILQ_FIRST(&
cr_list
);
113
LDAP_STAILQ_REMOVE_HEAD(&
cr_list
, scr_next);
172
LDAP_STAILQ_INSERT_TAIL(&
cr_list
, scr, scr_next);
425
start = LDAP_STAILQ_FIRST( &
cr_list
);
483
LDAP_STAILQ_FOREACH(cr, &
cr_list
, scr_next) {
proto-slap.h
574
ComponentReference**
cr_list
));
slap.h
3167
ComponentId *
cr_list
;
member in struct:ComponentReference
/src/external/bsd/openldap/dist/servers/slapd/back-mdb/
index.c
489
ComponentReference *
cr_list
= NULL;
515
cr_list
= ai->ai_cr;
516
if ( attr_converter &&
cr_list
) {
522
for( cr =
cr_list
; cr ; cr = cr->cr_next ) {
filterindex.c
339
ComponentReference*
cr_list
, *cr;
local
349
cr_list
= ai->ai_cr;
356
for ( cr =
cr_list
; cr ; cr = cr->cr_next ) {
Completed in 34 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026