Lines Matching refs:sync_ctx
51 struct maildir_index_sync_context *sync_ctx;
740 if (maildir_sync_index_begin(mbox, NULL, &ctx->sync_ctx) < 0)
743 maildir_sync_get_keywords_sync_ctx(ctx->sync_ctx);
749 if (maildir_sync_index(ctx->sync_ctx, TRUE) < 0)
902 i_assert(ctx->sync_ctx != NULL);
903 maildir_sync_set_new_msgs_count(ctx->sync_ctx,
1024 maildir_sync_index_rollback(&ctx->sync_ctx);
1026 (void)maildir_sync_index_commit(&ctx->sync_ctx);
1076 if (ctx->sync_ctx != NULL)
1077 maildir_sync_index_rollback(&ctx->sync_ctx);