Searched refs:be_syncinfo (Results 1 – 4 of 4) sorted by relevance
466 if ( bd->be_syncinfo ) { in backend_destroy_one()467 syncinfo_free( bd->be_syncinfo, 1 ); in backend_destroy_one()
7143 if ( c->be->be_syncinfo ) { in add_syncrepl()7146 si->si_cookieState = c->be->be_syncinfo->si_cookieState; in add_syncrepl()7149 for ( sip = c->be->be_syncinfo; sip->si_next; sip = sip->si_next ); in add_syncrepl()7157 c->be->be_syncinfo = si; in add_syncrepl()7364 if ( c->be->be_syncinfo ) { in syncrepl_config()7368 for ( si = c->be->be_syncinfo; si; si=si->si_next ) { in syncrepl_config()7377 if ( c->be->be_syncinfo ) { in syncrepl_config()7381 for ( sip = &c->be->be_syncinfo, i=0; *sip; i++ ) { in syncrepl_config()7431 if ( !c->be->be_syncinfo ) { in syncrepl_config()
1997 struct syncinfo_s *be_syncinfo; /* For syncrepl */ member
4198 if(!SLAP_SHADOW(c->be) && !c->be->be_syncinfo) { in config_updateref()