HomeSort by: relevance | last modified time | path
    Searched refs:be_syncinfo (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
backend.c 460 if ( bd->be_syncinfo ) {
461 syncinfo_free( bd->be_syncinfo, 1 );
syncrepl.c 556 for ( sie = si->si_be->be_syncinfo; sie; sie = sie->si_next ) {
7368 if ( c->be->be_syncinfo ) {
7371 si->si_cookieState = c->be->be_syncinfo->si_cookieState;
7373 for ( i = 0, sip = &c->be->be_syncinfo;
7387 c->be->be_syncinfo = si;
7594 if ( c->be->be_syncinfo ) {
7598 for ( si = c->be->be_syncinfo; si; si=si->si_next ) {
7607 if ( c->be->be_syncinfo ) {
7611 for ( sip = &c->be->be_syncinfo, i=0; *sip; i++ ) {
7662 if ( !c->be->be_syncinfo ) {
    [all...]
slap.h 2012 struct syncinfo_s *be_syncinfo; /* For syncrepl */ member in struct:BackendDB
bconfig.c 4011 if(!SLAP_SHADOW(c->be) && !c->be->be_syncinfo) {

Completed in 57 milliseconds