Lines Matching refs:si_logbase
160 struct berval si_logbase;
2283 assert( !BER_BVISNULL( &si->si_logbase ) );
2285 db = select_backend( &si->si_logbase, 0 );
2289 op->o_log_prefix, si->si_logbase.bv_val );
2296 rc = be_entry_get_rw( &fop, &si->si_logbase, NULL, ad_minCSN, 0, &e );
2364 fop.o_req_ndn = fop.o_req_dn = si->si_logbase;
2374 si_logbase.bv_val );
3392 if ( !BER_BVISNULL( &si->si_logbase ) ) {
3792 if ( BER_BVISEMPTY( &si->si_logbase ) ) {
3795 value_add_one( &c->rvalue_vals, &si->si_logbase );
3796 value_add_one( &c->rvalue_nvals, &si->si_logbase );
3818 if ( !BER_BVISNULL( &si->si_logbase ) ) {
3819 ch_free( si->si_logbase.bv_val );
3820 BER_BVZERO( &si->si_logbase );
3869 if ( size && !BER_BVISNULL( &si->si_logbase ) ) {
3912 si->si_logbase = c->value_ndn;
4107 if ( !BER_BVISNULL( &si->si_logbase ) ) {
4108 BackendDB *db = select_backend( &si->si_logbase, 0 );
4112 si->si_logbase.bv_val );
4237 if ( si->si_logbase.bv_val )
4238 ch_free( si->si_logbase.bv_val );