Home
last modified time | relevance | path

Searched refs:si_logbase (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c160 struct berval si_logbase; member
2256 assert( !BER_BVISNULL( &si->si_logbase ) ); in syncprov_play_accesslog()
2264 db = select_backend( &si->si_logbase, 0 ); in syncprov_play_accesslog()
2268 op->o_log_prefix, si->si_logbase.bv_val ); in syncprov_play_accesslog()
2275 rc = be_entry_get_rw( &fop, &si->si_logbase, NULL, ad_minCSN, 0, &e ); in syncprov_play_accesslog()
2298 fop.o_req_ndn = fop.o_req_dn = si->si_logbase; in syncprov_play_accesslog()
2308 op->o_log_prefix, fop.ors_filterstr.bv_val, si->si_logbase.bv_val ); in syncprov_play_accesslog()
3289 if ( !BER_BVISNULL( &si->si_logbase ) ) { in syncprov_op_search()
3649 if ( BER_BVISEMPTY( &si->si_logbase ) ) { in sp_cf_gen()
3652 value_add_one( &c->rvalue_vals, &si->si_logbase ); in sp_cf_gen()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c116 struct berval si_logbase; member
601 base = si->si_logbase.bv_val; in ldap_sync_search()
2788 op2.o_req_dn = si->si_logbase; in syncrepl_op_modify()
2789 op2.o_req_ndn = si->si_logbase; in syncrepl_op_modify()
5860 if ( sie->si_logbase.bv_val ) { in syncinfo_free()
5861 ch_free( sie->si_logbase.bv_val ); in syncinfo_free()
6274 if ( si->si_logbase.bv_val ) { in parse_syncrepl_line()
6275 ch_free( si->si_logbase.bv_val ); in parse_syncrepl_line()
6278 rc = dnNormalize( 0, NULL, NULL, &bv, &si->si_logbase, NULL ); in parse_syncrepl_line()
7225 if ( !BER_BVISNULL( &si->si_logbase ) ) { in syncrepl_unparse()
[all …]