Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c173 struct berval si_lastCookieSent; member
1095 ber_bvreplace( &si->si_lastCookieSent, &si->si_syncCookie.octet_str ); in do_syncrep1()
6888 if ( !BER_BVISEMPTY( &si->si_lastCookieSent ) && in syncrepl_monitor_update()
6889 !bvmatch( &a->a_vals[0], &si->si_lastCookieSent )) in syncrepl_monitor_update()
6890 ber_bvreplace( &a->a_vals[0], &si->si_lastCookieSent ); in syncrepl_monitor_update()
6996 ch_free( si->si_lastCookieSent.bv_val ); in syncrepl_monitor_del()