OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_kids
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
bconfig.c
68
struct ConfigFile *
c_kids
;
member in struct:ConfigFile
4054
if ( cfn->
c_kids
) {
4055
for (cf2=cfn->
c_kids
; cf2 && cf2->c_sibs; cf2=cf2->c_sibs) ;
4058
cfn->
c_kids
= cf;
4067
else cfn->
c_kids
= NULL;
5179
cfn->c_sibs = cfo->
c_kids
;
5180
cfo->
c_kids
= cfn;
5275
cfo->
c_kids
= cfn->c_sibs;
7284
!cf->c_om_head && !cf->c_syn_head && !cf->
c_kids
) continue;
7319
} else if ( e && cf->
c_kids
) {
[
all
...]
/src/external/bsd/openldap/dist/servers/lloadd/
config.c
108
struct ConfigFile *
c_kids
;
member in struct:ConfigFile
1998
if ( cfn->
c_kids
) {
1999
for ( cf2 = cfn->
c_kids
; cf2 && cf2->c_sibs; cf2 = cf2->c_sibs )
2003
cfn->
c_kids
= cf;
2015
cfn->
c_kids
= NULL;
Completed in 91 milliseconds
Indexes created Sat Aug 29 00:25:01 UTC 2026