| refint.c | 80 BerValue newdn; member in struct:refint_q 520 struct berval newsub, newdn, olddn, oldndn; local 529 if ( BER_BVISEMPTY( &rq->newdn ) ) 535 build_new_dn( &newdn, &rq->newdn, &newsub, op->o_tmpmemctx ); 536 ber_bvarray_add_x( &na->new_vals, &newdn, op->o_tmpmemctx ); 540 build_new_dn( &newdn, &rq->newndn, &newsub, op->o_tmpmemctx ); 541 ber_bvarray_add_x( &na->new_nvals, &newdn, op->o_tmpmemctx ); 556 if ( !BER_BVISEMPTY( &rq->newdn ) ) { 557 ber_dupbv_x( &dn, &rq->newdn, op->o_tmpmemctx ) [all...] |