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

/dovecot/src/plugins/quota/
H A Dquota-storage.c33 struct quota_transaction_context *expunge_qt; member in struct:quota_mailbox
390 if (qbox->expunge_qt != NULL && qbox->expunge_qt->tmp_mail != NULL) {
391 mail_free(&qbox->expunge_qt->tmp_mail);
400 if (qbox->expunge_qt != NULL)
401 (void)quota_transaction_commit(&qbox->expunge_qt);
429 if (qbox->expunge_qt == NULL) {
430 qbox->expunge_qt = quota_transaction_begin(box);
431 qbox->expunge_qt->sync_transaction =
434 if (qbox->expunge_qt
[all...]

Completed in 10 milliseconds