Lines Matching defs:mdbox_purge_context
33 struct mdbox_purge_context {
168 mdbox_purge_want_altpath(struct mdbox_purge_context *ctx,
186 mdbox_purge_save_msg(struct mdbox_purge_context *ctx, struct dbox_file *file,
238 mdbox_file_purge_check_refcounts(struct mdbox_purge_context *ctx,
273 mdbox_purge_attachments(struct mdbox_purge_context *ctx,
290 mdbox_file_purge(struct mdbox_purge_context *ctx, struct dbox_file *file,
465 static struct mdbox_purge_context *
468 struct mdbox_purge_context *ctx;
472 ctx = p_new(pool, struct mdbox_purge_context, 1);
482 static void mdbox_purge_free(struct mdbox_purge_context **_ctx)
484 struct mdbox_purge_context *ctx = *_ctx;
494 static int mdbox_purge_get_primary_files(struct mdbox_purge_context *ctx)
567 static int mdbox_altmove_add_files(struct mdbox_purge_context *ctx)
650 struct mdbox_purge_context *ctx;