HomeSort by: relevance | last modified time | path
    Searched defs:ctxcsn (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
ldapsync.c 117 if ( cookie->ctxcsn ) {
118 ber_bvarray_free( cookie->ctxcsn );
119 cookie->ctxcsn = NULL;
258 ck->ctxcsn = ch_realloc( ck->ctxcsn,
260 BER_BVZERO( &ck->ctxcsn[ck->numcsns] );
263 ck->ctxcsn[i] = ck->ctxcsn[i-1];
267 ber_dupbv( &ck->ctxcsn[i], csn );
290 cookie->ctxcsn = NULL
457 struct berval ctxcsn = BER_BVNULL; local
    [all...]
slap.h 1786 BerVarray ctxcsn; member in struct:sync_cookie
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
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...]

Completed in 39 milliseconds