Searched refs:sync_changes (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-sync-private.h | 127 struct index_sync_changes_context *sync_changes; member in struct:mbox_sync_context
|
H A D | mbox-sync.c | 191 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 D | maildir-sync-index.c | 27 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