• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/

Lines Matching defs:op

182 	Operation	*op,
195 if ( an == NULL && op->o_bd->be_extra_anlist == NULL ) {
206 if ( op->o_bd->be_extra_anlist ) {
207 for ( ; !BER_BVISNULL( &op->o_bd->be_extra_anlist[x].an_name ); x++ )
212 *anp = op->o_tmpcalloc( ( i + x + 1 ), sizeof( AttributeName ),
213 op->o_tmpmemctx );
335 if ( op->o_bd->be_extra_anlist != NULL ) {
337 for ( x = 0; !BER_BVISNULL( &op->o_bd->be_extra_anlist[x].an_name ); x++ ) {
339 if ( op->o_bd->be_extra_anlist[x].an_desc &&
340 ad_inlist( op->o_bd->be_extra_anlist[x].an_desc, *anp ) )
345 (*anp)[j] = op->o_bd->be_extra_anlist[x];
511 Operation *op,
542 ber_dupbv_x( fstr, &ber_bvnone, op->o_tmpmemctx );
557 &f->f_av_value, &vtmp, RWM_MAP, op->o_tmpmemctx ) )
563 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
568 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
574 &f->f_av_value, &vtmp, RWM_MAP, op->o_tmpmemctx ) )
580 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
585 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
591 &f->f_av_value, &vtmp, RWM_MAP, op->o_tmpmemctx ) )
597 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
602 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
608 &f->f_av_value, &vtmp, RWM_MAP, op->o_tmpmemctx ) )
614 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
619 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
625 NULL, NULL, RWM_MAP, op->o_tmpmemctx ) )
633 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 128, op->o_tmpmemctx );
641 filter_escape_value_x( &f->f_sub_initial, &vtmp, op->o_tmpmemctx );
644 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1,
645 op->o_tmpmemctx );
651 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
658 op->o_tmpmemctx );
661 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1,
662 op->o_tmpmemctx );
667 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
674 filter_escape_value_x( &f->f_sub_final, &vtmp, op->o_tmpmemctx );
677 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1,
678 op->o_tmpmemctx );
684 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
692 NULL, NULL, RWM_MAP, op->o_tmpmemctx ) )
698 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
708 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 128, op->o_tmpmemctx );
719 rc = rwm_int_filter_map_rewrite( op, dc, p, &vtmp );
725 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1,
726 op->o_tmpmemctx );
731 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
740 &f->f_mr_value, &vtmp, RWM_MAP, op->o_tmpmemctx ) )
747 filter_escape_value_x( &f->f_mr_value, &vtmp, op->o_tmpmemctx );
755 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
763 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
769 filter_free_x( op, f, 0 );
799 ber_dupbv_x( fstr, tmp, op->o_tmpmemctx );
803 ber_dupbv_x( fstr, &ber_bvunknown, op->o_tmpmemctx );
812 Operation *op,
821 rc = rwm_int_filter_map_rewrite( op, dc, f, fstr );
848 ber_bvreplace_x( &ftmp, fstr, op->o_tmpmemctx );
860 op->o_tmpfree( ftmp.bv_val, op->o_tmpmemctx );
869 op->o_tmpfree( ftmp.bv_val, op->o_tmpmemctx );
886 Operation *op,
892 slap_overinst *on = (slap_overinst *) op->o_bd->bd_info;
908 dc.conn = op->o_conn;
1045 Operation *op,
1051 slap_overinst *on = (slap_overinst *) op->o_bd->bd_info;
1076 dc.conn = op->o_conn;