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

  /src/external/bsd/openldap/dist/servers/slapd/
ldapsync.c 105 struct sync_cookie *cookie,
250 struct sync_cookie *ck,
272 struct sync_cookie *cookie,
437 struct sync_cookie *cookie,
452 struct sync_cookie *cookie
480 struct sync_cookie *
482 struct sync_cookie *dst,
483 struct sync_cookie *src
486 struct sync_cookie *new;
500 new = ( struct sync_cookie * )
    [all...]
main.c 248 struct sync_cookie *scp = NULL;
249 struct sync_cookie *scp_entry = NULL;
376 scp = (struct sync_cookie *) ch_calloc( 1,
377 sizeof( struct sync_cookie ));
proto-slap.h 1178 struct sync_cookie *, int free_cookie ));
1186 struct sync_cookie *ck, int, int, struct berval * ));
1188 struct sync_cookie *, void *memctx ));
1190 struct sync_cookie *, void *memctx ));
1192 struct sync_cookie * ));
1193 LDAP_SLAPD_F (struct sync_cookie *) slap_dup_sync_cookie LDAP_P((
1194 struct sync_cookie *, struct sync_cookie * ));
syncrepl.c 151 struct sync_cookie si_syncCookie;
200 static void syncrepl_del_nonpresent( Operation *, syncinfo_t *, BerVarray, struct sync_cookie *, int );
212 struct sync_cookie *, int save );
795 merge_state( syncinfo_t *si, struct sync_cookie *sc1, struct sync_cookie *sc2 )
892 struct sync_cookie sc1, sc2;
1005 (struct sync_cookie *)&si->si_cookieState->cs_vals );
1029 struct sync_cookie *sc = NULL;
1127 LDAP_STAILQ_REMOVE( &slap_sync_cookie, sc, sync_cookie, sc_next );
1221 compare_csns( struct sync_cookie *sc1, struct sync_cookie *sc2, int *which
    [all...]
slap.h 1785 struct sync_cookie { struct
1793 LDAP_STAILQ_ENTRY(sync_cookie) sc_next;
1796 LDAP_STAILQ_HEAD( slap_sync_cookie_s, sync_cookie );
  /src/external/bsd/openldap/dist/clients/tools/
ldapsearch.c 250 static struct berval sync_cookie = { 0, NULL }; variable in typeref:struct:berval
602 ber_str2bv( cookiep, 0, 0, &sync_cookie );
617 ber_str2bv( cookiep, 0, 0, &sync_cookie );
1235 if ( sync_cookie.bv_len == 0 ) {
1239 &sync_cookie );
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c 103 struct sync_cookie sr_state;
1753 slap_insert_csn_sids( (struct sync_cookie *)sl,
2438 slap_insert_csn_sids( (struct sync_cookie *)&si->si_ctxcsn,
2522 slap_insert_csn_sids((struct sync_cookie *)&(si->si_ctxcsn),
2719 struct sync_cookie *scook =
accesslog.c 670 slap_insert_csn_sids( (struct sync_cookie *)&li->li_mincsn, i,
1994 slap_insert_csn_sids( (struct sync_cookie *)&li->li_mincsn, i,

Completed in 41 milliseconds