Searched refs:sync_changes (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-storage/index/mbox/
H A Dmbox-sync-private.h127 struct index_sync_changes_context *sync_changes; member in struct:mbox_sync_context
H A Dmbox-sync.c191 index_sync_changes_read(sync_ctx->sync_changes, uid, sync_expunge_r,
399 index_sync_changes_apply(sync_ctx->sync_changes,
937 index_sync_changes_delete_to(sync_ctx->sync_changes, next_uid);
938 if (index_sync_changes_have(sync_ctx->sync_changes))
947 uid = index_sync_changes_get_next_uid(sync_ctx->sync_changes);
1572 index_sync_changes_reset(sync_ctx->sync_changes);
1674 index_sync_changes_reset(sync_ctx->sync_changes);
1784 index_sync_changes_deinit(&sync_ctx->sync_changes);
1926 sync_ctx.sync_changes =
1938 index_sync_changes_get_next_uid(sync_ctx.sync_changes);
[all...]
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-sync-index.c27 struct index_sync_changes_context *sync_changes; member in struct:maildir_index_sync_context
128 index_sync_changes_apply(ctx->sync_changes, NULL,
240 ctx->sync_changes =
336 index_sync_changes_deinit(&ctx->sync_changes);
566 index_sync_changes_read(ctx->sync_changes, ctx->uid, &expunged,
586 if (index_sync_changes_have(ctx->sync_changes)) {

Completed in 18 milliseconds