Searched refs:f_ava (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dava.c100 f->f_ava = aa;
131 f->f_ava = aa;
H A Dfilter.c149 assert( f.f_ava != NULL );
167 assert( f.f_ava != NULL );
176 assert( f.f_ava != NULL );
219 assert( f.f_ava != NULL );
531 ava_free( op, f->f_ava, 1 );
895 n->f_ava = mf->bmf_calloc( 1, sizeof(AttributeAssertion), memctx );
896 *n->f_ava = *f->f_ava;
H A Dfilterentry.c88 rc = test_ava_filter( op, e, f->f_ava, LDAP_FILTER_EQUALITY );
98 rc = test_ava_filter( op, e, f->f_ava, LDAP_FILTER_GE );
103 rc = test_ava_filter( op, e, f->f_ava, LDAP_FILTER_LE );
113 rc = test_ava_filter( op, e, f->f_ava, LDAP_FILTER_APPROX );
H A Didattracl.c500 filter.f_ava = &ava;
H A Dsyncrepl.c2813 f.f_ava = &ava;
3375 uf.f_ava = &eq;
3421 f->f_ava = &mmaa;
H A Dslap.h1080 #define f_ava f_un.f_un_ava macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dfilterindex.c148 if ( is_aliased_attribute && ( aa = is_aliased_attribute ( f->f_ava->aa_desc ) ) ) {
149 rc = ava_comp_candidates ( op, rtxn, f->f_ava, aa, ids, tmp, stack );
154 rc = equality_candidates( op, rtxn, f->f_ava, ids, tmp );
160 rc = approx_candidates( op, rtxn, f->f_ava, ids, tmp );
171 if( f->f_ava->aa_desc->ad_type->sat_ordering &&
172 ( f->f_ava->aa_desc->ad_type->sat_ordering->smr_usage & SLAP_MR_ORDERED_INDEX ) )
173 rc = inequality_candidates( op, rtxn, f->f_ava, ids, tmp, LDAP_FILTER_GE );
175 rc = presence_candidates( op, rtxn, f->f_ava->aa_desc, ids );
181 if( f->f_ava->aa_desc->ad_type->sat_ordering &&
182 ( f->f_ava
[all...]
H A Dsearch.c178 af.f_ava = &aa_alias;
1217 rf.f_ava = &aa_ref;
1240 sf.f_ava = &aa_subentry;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dnestedgroup.c147 filter.f_ava = &ava;
H A Dpcache.c1329 mrule = fs->f_ava->aa_desc->ad_type->sat_equality;
1335 mrule = fs->f_ava->aa_desc->ad_type->sat_ordering;
1342 rc = value_match(&ret, fs->f_ava->aa_desc, mrule,
1344 &(fi->f_ava->aa_value),
1345 &(fs->f_ava->aa_value), &text);
1800 filter.f_ava = &ava;
2111 f.f_ava = &ava;
2238 f.f_ava = &ava;
3446 filter.f_ava = &ava;
4667 f2.f_ava
[all...]
H A Dtranslucent.c990 n->f_ava = f->f_ava;
H A Dsyncprov.c632 cf.f_ava = &eq;
1726 mf.f_ava = &eq;
2734 fava->f_ava = op->o_tmpalloc( sizeof(AttributeAssertion), op->o_tmpmemctx );
2735 fava->f_ava->aa_desc = slap_schema.si_ad_entryCSN;
2737 fava->f_ava->aa_cf = NULL;
2739 ber_dupbv_x( &fava->f_ava->aa_value, &mincsn, op->o_tmpmemctx );
H A Daccesslog.c641 f.f_ava = &ava;
H A Dmemberof.c1720 mo->mo_groupFilter.f_ava = &mo->mo_groupAVA;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/autogroup/
H A Dautogroup.c1335 result = ( f->f_ava->aa_desc == memberof_ad &&
1336 ber_bvcmp( &f->f_ava->aa_value, dn ) == 0 );

Completed in 138 milliseconds