OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dnf
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/overlays/
dynlist.c
1265
Filter *andf = NULL, *
dnf
, *urif, *orf = NULL;
local
1308
dnf
= op->o_tmpalloc( sizeof(Filter), op->o_tmpmemctx );
1310
andf->f_list =
dnf
;
1311
dnf
->f_next = urif;
1313
dnf
->f_choice = LDAP_FILTER_EQUALITY;
1314
dnf
->f_ava = op->o_tmpcalloc( 1, sizeof(AttributeAssertion), op->o_tmpmemctx );
1315
dnf
->f_av_desc = slap_schema.si_ad_entryDN;
1316
dnf
->f_av_value = nbase;
1318
dnf
->f_choice = LDAP_FILTER_EXT;
1319
dnf
->f_mra = op->o_tmpcalloc( 1, sizeof(MatchingRuleAssertion), op->o_tmpmemctx )
1349
Filter *
dnf
, *orf = NULL;
local
[
all
...]
dynlist.c
1265
Filter *andf = NULL, *
dnf
, *urif, *orf = NULL;
local
1308
dnf
= op->o_tmpalloc( sizeof(Filter), op->o_tmpmemctx );
1310
andf->f_list =
dnf
;
1311
dnf
->f_next = urif;
1313
dnf
->f_choice = LDAP_FILTER_EQUALITY;
1314
dnf
->f_ava = op->o_tmpcalloc( 1, sizeof(AttributeAssertion), op->o_tmpmemctx );
1315
dnf
->f_av_desc = slap_schema.si_ad_entryDN;
1316
dnf
->f_av_value = nbase;
1318
dnf
->f_choice = LDAP_FILTER_EXT;
1319
dnf
->f_mra = op->o_tmpcalloc( 1, sizeof(MatchingRuleAssertion), op->o_tmpmemctx )
1349
Filter *
dnf
, *orf = NULL;
local
[
all
...]
Completed in 90 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026