Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dbackend.c466 if ( bd->be_syncinfo ) { in backend_destroy_one()
467 syncinfo_free( bd->be_syncinfo, 1 ); in backend_destroy_one()
H A Dsyncrepl.c7143 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()
H A Dslap.h1997 struct syncinfo_s *be_syncinfo; /* For syncrepl */ member
H A Dbconfig.c4198 if(!SLAP_SHADOW(c->be) && !c->be->be_syncinfo) { in config_updateref()