Lines Matching refs:op

184 	Operation	*op,
203 *anp = op->o_tmpalloc( ( i + 1 )* sizeof( AttributeName ),
204 op->o_tmpmemctx );
485 Operation *op,
516 ber_dupbv_x( fstr, &ber_bvnone, op->o_tmpmemctx );
528 &f->f_av_value, &vtmp, RWM_MAP, op->o_tmpmemctx ) )
534 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
539 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
545 &f->f_av_value, &vtmp, RWM_MAP, op->o_tmpmemctx ) )
551 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
556 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
562 &f->f_av_value, &vtmp, RWM_MAP, op->o_tmpmemctx ) )
568 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
573 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
579 &f->f_av_value, &vtmp, RWM_MAP, op->o_tmpmemctx ) )
585 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
590 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
596 NULL, NULL, RWM_MAP, op->o_tmpmemctx ) )
604 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 128, op->o_tmpmemctx );
612 filter_escape_value_x( &f->f_sub_initial, &vtmp, op->o_tmpmemctx );
615 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1,
616 op->o_tmpmemctx );
622 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
629 op->o_tmpmemctx );
632 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1,
633 op->o_tmpmemctx );
638 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
645 filter_escape_value_x( &f->f_sub_final, &vtmp, op->o_tmpmemctx );
648 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1,
649 op->o_tmpmemctx );
655 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
663 NULL, NULL, RWM_MAP, op->o_tmpmemctx ) )
669 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
679 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 128, op->o_tmpmemctx );
690 rc = rwm_int_filter_map_rewrite( op, dc, p, &vtmp );
696 fstr->bv_val = op->o_tmprealloc( fstr->bv_val, fstr->bv_len + 1,
697 op->o_tmpmemctx );
702 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
711 &f->f_mr_value, &vtmp, RWM_MAP, op->o_tmpmemctx ) )
718 filter_escape_value_x( &f->f_mr_value, &vtmp, op->o_tmpmemctx );
726 fstr->bv_val = op->o_tmpalloc( fstr->bv_len + 1, op->o_tmpmemctx );
734 op->o_tmpfree( vtmp.bv_val, op->o_tmpmemctx );
740 filter_free_x( op, f, 0 );
770 ber_dupbv_x( fstr, tmp, op->o_tmpmemctx );
774 ber_dupbv_x( fstr, &ber_bvunknown, op->o_tmpmemctx );
783 Operation *op,
792 rc = rwm_int_filter_map_rewrite( op, dc, f, fstr );
819 ber_bvreplace_x( &ftmp, fstr, op->o_tmpmemctx );
831 op->o_tmpfree( ftmp.bv_val, op->o_tmpmemctx );
840 op->o_tmpfree( ftmp.bv_val, op->o_tmpmemctx );
857 Operation *op,
863 slap_overinst *on = (slap_overinst *) op->o_bd->bd_info;
879 dc.conn = op->o_conn;
1016 Operation *op,
1022 slap_overinst *on = (slap_overinst *) op->o_bd->bd_info;
1047 dc.conn = op->o_conn;