HomeSort by: relevance | last modified time | path
    Searched refs:f_ava (Results 1 - 20 of 20) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
ava.c 121 f->f_ava = aa;
152 f->f_ava = aa;
filter.c 161 assert( f.f_ava != NULL );
179 assert( f.f_ava != NULL );
188 assert( f.f_ava != NULL );
231 assert( f.f_ava != NULL );
555 ava_free( op, f->f_ava, 1 );
918 n->f_ava = ava_dup( f->f_ava, memctx );
filterentry.c 93 rc = test_ava_filter( op, e, f->f_ava, LDAP_FILTER_EQUALITY );
103 rc = test_ava_filter( op, e, f->f_ava, LDAP_FILTER_GE );
108 rc = test_ava_filter( op, e, f->f_ava, LDAP_FILTER_LE );
118 rc = test_ava_filter( op, e, f->f_ava, LDAP_FILTER_APPROX );
syncrepl.c 2972 lf[1].f_ava = aa;
2977 lf[2].f_ava = aa+1;
4167 f.f_ava = &ava;
4764 uf.f_ava = &eq;
4815 f->f_ava = &mmaa;
slap.h 1078 #define f_ava f_un.f_un_ava macro
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
filterindex.c 152 if ( is_aliased_attribute && ( aa = is_aliased_attribute ( f->f_ava->aa_desc ) ) ) {
153 rc = ava_comp_candidates ( op, rtxn, f->f_ava, aa, ids, tmp, stack );
158 rc = equality_candidates( op, rtxn, f->f_ava, ids, tmp );
164 rc = approx_candidates( op, rtxn, f->f_ava, ids, tmp );
175 if( f->f_ava->aa_desc->ad_type->sat_ordering &&
176 ( f->f_ava->aa_desc->ad_type->sat_ordering->smr_usage & SLAP_MR_ORDERED_INDEX ) )
177 rc = inequality_candidates( op, rtxn, f->f_ava, ids, tmp, LDAP_FILTER_GE );
179 rc = presence_candidates( op, rtxn, f->f_ava->aa_desc, ids );
185 if( f->f_ava->aa_desc->ad_type->sat_ordering &&
186 ( f->f_ava->aa_desc->ad_type->sat_ordering->smr_usage & SLAP_MR_ORDERED_INDEX )
    [all...]
search.c 157 af.f_ava = &aa_alias;
1386 rf.f_ava = &aa_ref;
1401 sf.f_ava = &aa_subentry;
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
nestgroup.c 416 mf.f_ava = &mava;
445 nf->f_ava = op->o_tmpcalloc( 1, sizeof( AttributeAssertion ), op->o_tmpmemctx );
456 f->f_ava = mbr_f[i].nf_f->f_ava;
560 nf->f_ava = op->o_tmpcalloc( 1, sizeof( AttributeAssertion ), op->o_tmpmemctx );
571 f->f_ava = mof_f[i].nf_f->f_ava;
597 mf.f_ava = &mava;
dynlist.c 203 df[n].df_a = f->f_ava;
1314 dnf->f_ava = op->o_tmpcalloc( 1, sizeof(AttributeAssertion), op->o_tmpmemctx );
1372 dnf->f_ava = op->o_tmpcalloc( 1, sizeof(AttributeAssertion), op->o_tmpmemctx );
1442 n->f_ava = ava_dup( f->f_ava, op->o_tmpmemctx );
2021 f[2].f_ava = &ava[0];
2025 f[3].f_ava = &ava[1];
2034 f[1].f_ava = ava;
pcache.c 1346 mrule = fs->f_ava->aa_desc->ad_type->sat_equality;
1352 mrule = fs->f_ava->aa_desc->ad_type->sat_ordering;
1359 rc = value_match(&ret, fs->f_ava->aa_desc, mrule,
1361 &(fi->f_ava->aa_value),
1362 &(fs->f_ava->aa_value), &text);
1819 filter.f_ava = &ava;
2130 f.f_ava = &ava;
2257 f.f_ava = &ava;
3467 filter.f_ava = &ava;
4728 f2.f_ava = &ava
    [all...]
translucent.c 1015 *nava = *f->f_ava;
1016 n->f_ava = nava;
1109 op->o_tmpfree( f->f_ava, op->o_tmpmemctx );
syncprov.c 712 cf.f_ava = &eq;
1814 mf.f_ava = &eq;
3522 fava->f_ava = op->o_tmpalloc( sizeof(AttributeAssertion), op->o_tmpmemctx );
3523 fava->f_ava->aa_desc = slap_schema.si_ad_entryCSN;
3525 fava->f_ava->aa_cf = NULL;
3527 ber_dupbv_x( &fava->f_ava->aa_value, &mincsn, op->o_tmpmemctx );
memberof.c 590 mf.f_ava = &mava;
1875 mo->mo_groupFilter.f_ava = &mo->mo_groupAVA;
accesslog.c 717 f.f_ava = &ava;
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
filterindex.c 652 rc = equality_candidates( op, wc, f->f_ava, ids, tmp );
657 rc = approx_candidates( op, wc, f->f_ava, ids, tmp );
668 rc = presence_candidates( op, wc, f->f_ava->aa_desc, ids );
675 rc = presence_candidates( op, wc, f->f_ava->aa_desc, ids );
search.c 161 rf.f_ava = &aa_ref;
184 sf.f_ava = &aa_subentry;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/adremap/
adremap.c 439 fr[1].f_ava = &aa[0];
445 fr[2].f_ava = &aa[1];
492 f->f_ava = op->o_tmpcalloc(1, sizeof(AttributeAssertion), op->o_tmpmemctx);
499 f->f_ava = op->o_tmpcalloc(1, sizeof(AttributeAssertion), op->o_tmpmemctx);
513 f->f_ava = op->o_tmpcalloc(1, sizeof(AttributeAssertion), op->o_tmpmemctx);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
datamorph.c 521 transformation_info *t, needle = { .attr = f->f_ava->aa_desc };
528 op, t, &f->f_ava->aa_value, &new_val );
529 ch_free( f->f_ava->aa_value.bv_val );
535 f->f_ava->aa_value = new_val;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
rbac.c 1898 ad = f->f_ava->aa_desc;
1902 sessid = &f->f_ava->aa_value;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
autogroup.c 1547 result = ( f->f_ava->aa_desc == memberof_ad &&
1548 ber_bvcmp( &f->f_ava->aa_value, dn ) == 0 );

Completed in 166 milliseconds