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

/dovecot/src/plugins/expire/
H A Dexpire-plugin.c67 struct expire_mailbox *xpr_box = EXPIRE_CONTEXT_REQUIRE(box); local
71 t = xpr_box->module_ctx.super.transaction_begin(box, flags, reason);
102 struct expire_mailbox *xpr_box = EXPIRE_CONTEXT_REQUIRE(box); local
104 if (xpr_box->expire_ext_id != (uint32_t)-1)
105 return xpr_box->expire_ext_id;
107 xpr_box->expire_ext_id =
110 return xpr_box->expire_ext_id;
216 struct expire_mailbox *xpr_box = EXPIRE_CONTEXT_REQUIRE(t->box); local
239 if (xpr_box->module_ctx.super.transaction_commit(t, changes_r) < 0) {
288 struct expire_mailbox *xpr_box local
311 struct expire_mailbox *xpr_box = EXPIRE_CONTEXT(_mail->box); local
331 struct expire_mailbox *xpr_box = EXPIRE_CONTEXT_REQUIRE(ctx->transaction->box); local
342 struct expire_mailbox *xpr_box = EXPIRE_CONTEXT_REQUIRE(ctx->transaction->box); local
351 struct expire_mailbox *xpr_box; local
[all...]

Completed in 584 milliseconds