Home | History | Annotate | Download | only in back-ldap

Lines Matching refs:sr_ref

443 				rs->sr_ref = op->o_tmpalloc( ( cnt + 1 ) * sizeof( struct berval ),
447 ber_str2bv( references[ cnt ], 0, 0, &rs->sr_ref[ cnt ] );
449 BER_BVZERO( &rs->sr_ref[ cnt ] );
467 op->o_tmpfree( rs->sr_ref, op->o_tmpmemctx );
468 rs->sr_ref = NULL;
542 rs->sr_ref = op->o_tmpalloc( ( cnt + 1 ) * sizeof( struct berval ),
547 ber_str2bv( references[ cnt ], 0, 0, &rs->sr_ref[ cnt ] );
549 BER_BVZERO( &rs->sr_ref[ cnt ] );
654 if ( rs->sr_ref ) {
655 op->o_tmpfree( rs->sr_ref, op->o_tmpmemctx );
656 rs->sr_ref = NULL;