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

/dovecot/src/plugins/snarf/
H A Dsnarf-plugin.c107 struct snarf_mailbox *sbox = SNARF_CONTEXT_REQUIRE(box); local
109 (void)snarf(sbox->snarf_box, box);
111 (void)mailbox_close(sbox->snarf_box);
112 return sbox->module_ctx.super.sync_init(box, flags);
117 struct snarf_mailbox *sbox = SNARF_CONTEXT_REQUIRE(box); local
119 mailbox_free(&sbox->snarf_box);
120 sbox->module_ctx.super.free(box);
148 struct snarf_mailbox *sbox; local
160 sbox = p_new(box->pool, struct snarf_mailbox, 1);
161 sbox
[all...]
/dovecot/src/plugins/old-stats/
H A Dstats-plugin.c155 struct stats_mailbox *sbox = STATS_CONTEXT_REQUIRE(box); local
159 trans = sbox->module_ctx.super.transaction_begin(box, flags, reason);
193 struct stats_mailbox *sbox = STATS_CONTEXT_REQUIRE(ctx->box); local
197 return sbox->module_ctx.super.transaction_commit(ctx, changes_r);
204 struct stats_mailbox *sbox = STATS_CONTEXT_REQUIRE(ctx->box); local
208 sbox->module_ctx.super.transaction_rollback(ctx);
214 struct stats_mailbox *sbox = STATS_CONTEXT_REQUIRE(ctx->transaction->box); local
219 ret = sbox->module_ctx.super.
266 struct stats_mailbox *sbox; local
274 sbox
[all...]

Completed in 7 milliseconds