OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:andf
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/overlays/
dynlist.c
1265
Filter *
andf
= NULL, *dnf, *urif, *orf = NULL;
local
1292
if ( !
andf
&& n->f_choice == SLAPD_FILTER_COMPUTED ) {
1293
andf
= n;
1294
andf
->f_next = NULL;
1298
andf
= op->o_tmpalloc( sizeof(Filter), op->o_tmpmemctx );
1299
*
andf
= *n;
1302
orf->f_list =
andf
;
1304
andf
= op->o_tmpalloc( sizeof(Filter), op->o_tmpmemctx );
1305
andf
->f_next = orf->f_list;
1306
orf->f_list =
andf
;
[
all
...]
Completed in 72 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026