Home
last modified time | relevance | path

Searched refs:be_update_ndn (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dbackend.c488 if ( !BER_BVISNULL( &bd->be_update_ndn ) ) { in backend_destroy_one()
489 ch_free( bd->be_update_ndn.bv_val ); in backend_destroy_one()
797 if ( BER_BVISEMPTY( ndn ) || BER_BVISEMPTY( &be->be_update_ndn ) ) { in be_isupdate_dn()
801 return dn_match( &be->be_update_ndn, ndn ); in be_isupdate_dn()
H A Dadd.c308 int update = !BER_BVISEMPTY( &op->o_bd->be_update_ndn ); in fe_op_add()
H A Dbconfig.c4112 if (!BER_BVISEMPTY(&c->be->be_update_ndn)) { in config_updatedn()
4113 value_add_one(&c->rvalue_vals, &c->be->be_update_ndn); in config_updatedn()
4114 value_add_one(&c->rvalue_nvals, &c->be->be_update_ndn); in config_updatedn()
4119 ch_free( c->be->be_update_ndn.bv_val ); in config_updatedn()
4120 BER_BVZERO( &c->be->be_update_ndn ); in config_updatedn()
4132 if ( !BER_BVISNULL( &c->be->be_update_ndn ) ) { in config_updatedn()
4133 ber_memfree_x( c->be->be_update_ndn.bv_val, NULL ); in config_updatedn()
4135 c->be->be_update_ndn = c->value_ndn; in config_updatedn()
H A Dmodify.c295 int update = !BER_BVISEMPTY( &op->o_bd->be_update_ndn ); in fe_op_modify()
H A Dslap.h1993 struct berval be_update_ndn; /* allowed to make changes (in replicas) */ member
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_utils.c3446 return be->be_update_ndn.bv_val; in slapi_x_be_get_updatedn()