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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dsyncrepl.c5358 if ( c->be->be_syncinfo ) {
5361 si->si_cookieState = c->be->be_syncinfo->si_cookieState;
5364 for ( sip = c->be->be_syncinfo; sip->si_next; sip = sip->si_next );
5371 c->be->be_syncinfo = si;
5565 if ( c->be->be_syncinfo ) {
5569 for ( si = c->be->be_syncinfo; si; si=si->si_next ) {
5578 if ( c->be->be_syncinfo ) {
5582 for ( sip = &c->be->be_syncinfo, i=0; *sip; i++ ) {
5633 if ( !c->be->be_syncinfo ) {
H A Dbackend.c448 if ( bd->be_syncinfo ) {
449 syncinfo_free( bd->be_syncinfo, 1 );
H A Dslap.h1981 struct syncinfo_s *be_syncinfo; /* For syncrepl */ member in struct:BackendDB
H A Dbconfig.c3742 if(!SLAP_SHADOW(c->be) && !c->be->be_syncinfo) {

Completed in 130 milliseconds