Searched defs:mdbox_purge_context (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-purge.c33 struct mdbox_purge_context { struct
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 **_ct
[all...]

Completed in 117 milliseconds