Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dldapsync.c105 struct sync_cookie *cookie, in slap_sync_cookie_free()
250 struct sync_cookie *ck, in slap_insert_csn_sids()
272 struct sync_cookie *cookie, in slap_parse_sync_cookie()
437 struct sync_cookie *cookie, in slap_reparse_sync_cookie()
452 struct sync_cookie *cookie in slap_init_sync_cookie_ctxcsn()
480 struct sync_cookie *
482 struct sync_cookie *dst, in slap_dup_sync_cookie()
483 struct sync_cookie *src in slap_dup_sync_cookie()
486 struct sync_cookie *new; in slap_dup_sync_cookie()
500 new = ( struct sync_cookie * ) in slap_dup_sync_cookie()
[all …]
H A Dmain.c439 struct sync_cookie *scp = NULL; in ServiceMain()
440 struct sync_cookie *scp_entry = NULL; in ServiceMain()
554 scp = (struct sync_cookie *) ch_calloc( 1, in ServiceMain()
555 sizeof( struct sync_cookie )); in ServiceMain()
H A Dproto-slap.h1201 struct sync_cookie *, int free_cookie ));
1209 struct sync_cookie *ck, int, int, struct berval * ));
1211 struct sync_cookie *, void *memctx ));
1213 struct sync_cookie *, void *memctx ));
1215 struct sync_cookie * ));
1216 LDAP_SLAPD_F (struct sync_cookie *) slap_dup_sync_cookie LDAP_P((
1217 struct sync_cookie *, struct sync_cookie * ));
H A Dsyncrepl.c138 struct sync_cookie si_syncCookie;
186 static void syncrepl_del_nonpresent( Operation *, syncinfo_t *, BerVarray, struct sync_cookie *, in…
198 struct sync_cookie *, int save );
697 merge_state( syncinfo_t *si, struct sync_cookie *sc1, struct sync_cookie *sc2 ) in merge_state()
794 struct sync_cookie sc1, sc2; in merge_test()
907 (struct sync_cookie *)&si->si_cookieState->cs_vals ); in check_syncprov()
931 struct sync_cookie *sc = NULL; in do_syncrep1()
1030 LDAP_STAILQ_REMOVE( &slap_sync_cookie, sc, sync_cookie, sc_next ); in do_syncrep1()
1118 compare_csns( struct sync_cookie *sc1, struct sync_cookie *sc2, int *which ) in compare_csns()
1228 struct sync_cookie syncCookie = { NULL }; in do_syncrep2()
[all …]
H A Dslap.h1778 struct sync_cookie { struct
1786 LDAP_STAILQ_ENTRY(sync_cookie) sc_next; argument
1789 LDAP_STAILQ_HEAD( slap_sync_cookie_s, sync_cookie );
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c250 static struct berval sync_cookie = { 0, NULL }; variable
602 ber_str2bv( cookiep, 0, 0, &sync_cookie ); in handle_private_option()
617 ber_str2bv( cookiep, 0, 0, &sync_cookie ); in handle_private_option()
1237 if ( sync_cookie.bv_len == 0 ) { in main()
1241 &sync_cookie ); in main()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c103 struct sync_cookie sr_state;
1726 slap_insert_csn_sids( (struct sync_cookie *)sl, in syncprov_add_slog()
2371 slap_insert_csn_sids( (struct sync_cookie *)&si->si_ctxcsn, in syncprov_new_ctxcsn()
2455 slap_insert_csn_sids((struct sync_cookie *)&(si->si_ctxcsn), in syncprov_op_response()
2671 struct sync_cookie *scook = in syncprov_op_mod()
H A Daccesslog.c1967 slap_insert_csn_sids( (struct sync_cookie *)&li->li_mincsn, i, in accesslog_response()