Home
last modified time | relevance | path

Searched refs:orb_edn (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dbind.c393 } 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()
Dconnection.c1792 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()
Dsasl.c1689 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()
Dbackend.c887 ber_dupbv( &op->orb_edn, &op->o_bd->be_rootdn ); in be_rootdn_bind()
Dslap.h2671 #define orb_edn oq_bind.rb_edn macro
Dbconfig.c4770 ber_dupbv( &op->orb_edn, be_root_dn( op->o_bd )); in config_back_bind()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/
Dslapi_overlay.c265 BER_BVZERO( &op->orb_edn ); in slapi_op_bind_callback()
Dslapi_pblock.c598 *((char **)value) = pb->pb_op->orb_edn.bv_val; in pblock_get()