Lines Matching defs:ctx
26 struct mail_cache_sync_context *ctx;
29 ctx = *context;
32 ctx = *context;
34 return ctx;
38 struct mail_cache_sync_context *ctx)
42 if (ctx == NULL)
45 mail_cache_expunge_count(cache, ctx->expunge_count);
47 i_free(ctx);
54 struct mail_cache_sync_context *ctx = *sync_context;
58 mail_cache_handler_deinit(sync_ctx, ctx);
66 ctx = mail_cache_handler_init(sync_context);
67 ctx->expunge_count++;