Searched refs:pvt_sync_ctx (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-storage/index/
H A Dindex-transaction.c30 struct index_mailbox_sync_pvt_context *pvt_sync_ctx = NULL; local
63 if (index_mailbox_sync_pvt_init(t->box, TRUE, &pvt_sync_ctx) < 0)
84 if (pvt_sync_ctx != NULL) {
85 if (index_mailbox_sync_pvt_newmails(pvt_sync_ctx, t) < 0) {
89 index_mailbox_sync_pvt_deinit(&pvt_sync_ctx);

Completed in 213 milliseconds