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

/dovecot/src/plugins/expire/
H A Dexpire-plugin.c69 struct expire_transaction_context *xt; local
72 xt = i_new(struct expire_transaction_context, 1);
74 MODULE_CONTEXT_SET(t, expire_storage_module, xt);
217 struct expire_transaction_context *xt = EXPIRE_CONTEXT_REQUIRE(t); local
223 if (xt->first_expunged) {
226 if (new_stamp == 0 && xt->saves) {
240 i_free(xt);
246 if (xt->first_expunged || xt->saves) T_BEGIN {
252 if (xt
289 struct expire_transaction_context *xt = EXPIRE_CONTEXT_REQUIRE(t); local
299 struct expire_transaction_context *xt = local
329 struct expire_transaction_context *xt = local
340 struct expire_transaction_context *xt = local
[all...]

Completed in 33 milliseconds