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

/dovecot/src/lib-index/
H A Dmail-index-transaction-private.h89 bool expunges_nonsorted:1; member in struct:mail_index_transaction
H A Dmail-index-transaction-finish.c23 if (!t->expunges_nonsorted)
27 t->expunges_nonsorted = FALSE;
H A Dmail-index-transaction.c58 if (t->expunges_nonsorted)
H A Dtest-mail-index-transaction-finish.c232 t->expunges_nonsorted = TRUE;
H A Dmail-index-transaction-update.c93 t->expunges_nonsorted = FALSE;
379 else if (!t->expunges_nonsorted) {
383 t->expunges_nonsorted = TRUE;
H A Dtest-mail-index-transaction-update.c565 test_assert(!t->expunges_nonsorted);
567 test_assert(t->expunges_nonsorted);

Completed in 20 milliseconds