Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c110 BackendDB *si_wbe; member
975 si->si_syncCookie.sid = ( SLAP_MULTIPROVIDER( si->si_be ) || si->si_be != si->si_wbe ) ? in do_syncrep1()
2024 if ( !si->si_wbe ) { in do_syncrepl()
2028 si->si_wbe = top_be; in do_syncrepl()
2030 si->si_wbe = be; in do_syncrepl()
2032 si->si_wbe = be; in do_syncrepl()
2034 if ( SLAP_SYNC_SUBENTRY( si->si_wbe )) { in do_syncrepl()
2035 build_new_dn( &si->si_contextdn, &si->si_wbe->be_nsuffix[0], in do_syncrepl()
2038 si->si_contextdn = si->si_wbe->be_nsuffix[0]; in do_syncrepl()
2055 op->o_bd = si->si_wbe; in do_syncrepl()
[all …]