| syncprov.c | 148 BerVarray ctxcsn; member in struct:syncprov_accesslog_deletes 1924 * newer than cookieCSN (srs->sr_state.ctxcsn) 1929 cmp = ber_bvcmp( &csn[0], &srs->sr_state.ctxcsn[i] ); 1941 * not newer than snapshot ctxcsn (uuid_progress->ctxcsn) 1946 cmp = ber_bvcmp( &csn[0], &uuid_progress->ctxcsn[i] ); 1994 slap_compose_sync_cookie( op, &cookie, srs->sr_state.ctxcsn, 2016 BerVarray ctxcsn, int numcsns, int *sids, 2105 ndel = ber_bvcmp( &se->se_csn, &srs->sr_state.ctxcsn[k] ); 2116 ndel = ber_bvcmp( &se->se_csn, &ctxcsn[k] ) 3134 BerVarray ctxcsn; local [all...] |