Searched refs:orb_edn (Results 1 – 9 of 9) sorted by relevance
393 } else if ( !BER_BVISNULL( &op->orb_edn ) ) { in fe_op_bind()394 free( op->orb_edn.bv_val ); in fe_op_bind()395 BER_BVZERO( &op->orb_edn ); in fe_op_bind()525 if( !BER_BVISEMPTY( &op->orb_edn ) ) { in fe_op_bind_success()526 op->o_conn->c_dn = op->orb_edn; in fe_op_bind_success()
1792 ber_dupbv(&op->o_conn->c_dn, &op->orb_edn); in connection_bind_cb()1793 if( !BER_BVISEMPTY( &op->orb_edn ) ) { in connection_bind_cb()1797 op->o_tmpfree( op->orb_edn.bv_val, op->o_tmpmemctx ); in connection_bind_cb()1798 BER_BVZERO( &op->orb_edn ); in connection_bind_cb()
1689 ber_dupbv_x( &op->orb_edn, &op->o_conn->c_sasl_dn, op->o_tmpmemctx ); in slap_sasl_bind()1764 op->orb_edn = ctx->sc_external_id; in slap_sasl_bind()
887 ber_dupbv( &op->orb_edn, &op->o_bd->be_rootdn ); in be_rootdn_bind()
2671 #define orb_edn oq_bind.rb_edn macro
4770 ber_dupbv( &op->orb_edn, be_root_dn( op->o_bd )); in config_back_bind()
184 if ( !BER_BVISEMPTY( &op->orb_edn ) ) { in authzid_response()185 edn = op->orb_edn; in authzid_response()
265 BER_BVZERO( &op->orb_edn ); in slapi_op_bind_callback()
598 *((char **)value) = pb->pb_op->orb_edn.bv_val; in pblock_get()