Lines Matching defs:sync_ctx
34 struct mdbox_sync_context *sync_ctx;
304 &ctx->sync_ctx) < 0) {
320 dbox_save_update_header_flags(&ctx->ctx, ctx->sync_ctx->sync_view,
324 hdr = mail_index_get_header(ctx->sync_ctx->sync_view);
357 mail_index_sync_set_reason(ctx->sync_ctx->index_sync_ctx, "copying");
359 mail_index_sync_set_reason(ctx->sync_ctx->index_sync_ctx, "saving");
374 mail_index_sync_set_commit_result(ctx->sync_ctx->index_sync_ctx,
378 if (mdbox_sync_finish(&ctx->sync_ctx, TRUE) == 0) {
419 if (ctx->sync_ctx != NULL)
420 (void)mdbox_sync_finish(&ctx->sync_ctx, FALSE);