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

/dovecot/src/plugins/quota-clone/
H A Dquota-clone-plugin.c43 struct quota_clone_mailbox *qbox = QUOTA_CLONE_CONTEXT(box); local
59 qbox->quota_changed = FALSE;
110 qbox->quota_changed = FALSE;
115 struct quota_clone_mailbox *qbox = QUOTA_CLONE_CONTEXT(box); local
119 timeout_remove(&qbox->to_quota_flush);
123 } else if (qbox->quota_changed) {
132 struct quota_clone_mailbox *qbox = QUOTA_CLONE_CONTEXT(box); local
134 qbox->quota_changed = TRUE;
135 if (qbox->to_quota_flush == NULL) {
136 qbox
143 struct quota_clone_mailbox *qbox = local
153 struct quota_clone_mailbox *qbox = local
164 struct quota_clone_mailbox *qbox = QUOTA_CLONE_CONTEXT(box); local
175 struct quota_clone_mailbox *qbox = QUOTA_CLONE_CONTEXT(box); local
187 struct quota_clone_mailbox *qbox; local
[all...]
/dovecot/src/plugins/quota/
H A Dquota-storage.c78 struct quota_mailbox *qbox = QUOTA_CONTEXT_REQUIRE(_mail->box); local
99 if (!array_is_created(&qbox->expunge_uids)) {
100 i_array_init(&qbox->expunge_uids, 64);
101 i_array_init(&qbox->expunge_sizes, 64);
103 array_append(&qbox->expunge_uids, &_mail->uid, 1);
104 array_append(&qbox->expunge_sizes, &size, 1);
109 qbox->sync_transaction_expunge = TRUE;
111 qbox->sync_transaction_expunge = FALSE;
122 struct quota_mailbox *qbox = QUOTA_CONTEXT_REQUIRE(box); local
143 if (qbox
153 struct quota_mailbox *qbox = QUOTA_CONTEXT_REQUIRE(box); local
169 struct quota_mailbox *qbox = QUOTA_CONTEXT_REQUIRE(ctx->box); local
186 struct quota_mailbox *qbox = QUOTA_CONTEXT_REQUIRE(ctx->box); local
197 struct quota_mailbox *qbox = QUOTA_CONTEXT(_mail->box); local
286 struct quota_mailbox *qbox = QUOTA_CONTEXT_REQUIRE(t->box); local
318 struct quota_mailbox *qbox = QUOTA_CONTEXT_REQUIRE(t->box); local
373 struct quota_mailbox *qbox = QUOTA_CONTEXT_REQUIRE(ctx->transaction->box); local
383 quota_mailbox_sync_cleanup(struct quota_mailbox *qbox) argument
397 quota_mailbox_sync_commit(struct quota_mailbox *qbox) argument
408 struct quota_mailbox *qbox = QUOTA_CONTEXT_REQUIRE(box); local
514 struct quota_mailbox *qbox = QUOTA_CONTEXT_REQUIRE(ctx->box); local
539 struct quota_mailbox *qbox = QUOTA_CONTEXT_REQUIRE(box); local
558 struct quota_mailbox *qbox = QUOTA_CONTEXT_REQUIRE(box); local
573 struct quota_mailbox *qbox; local
[all...]

Completed in 8 milliseconds