Home | History | Annotate | Download | only in overlays

Lines Matching refs:nf

275 				nestgroup_filterinst_t *nf = *nfp;
277 nf = op->o_tmprealloc( nf, (n + 1) * sizeof(nestgroup_filterinst_t), op->o_tmpmemctx );
278 nf[n].nf_f = f;
279 nf[n].nf_new = NULL;
280 nf[n++].nf_e = NULL;
281 *nfp = nf;
434 Filter *f, *nf;
444 nf = f;
445 nf->f_ava = op->o_tmpcalloc( 1, sizeof( AttributeAssertion ), op->o_tmpmemctx );
446 nf->f_choice = LDAP_FILTER_EQUALITY;
447 nf->f_av_desc = ad;
448 nf->f_av_value = dp->dp_ndn;
450 f->f_next = nf;
550 Filter *f, *nf;
559 nf = f;
560 nf->f_ava = op->o_tmpcalloc( 1, sizeof( AttributeAssertion ), op->o_tmpmemctx );
561 nf->f_choice = LDAP_FILTER_EQUALITY;
562 nf->f_av_desc = ad;
563 nf->f_av_value = dp->dp_ndn;
565 f->f_next = nf;