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

/dovecot/src/lib-index/
H A Dmail-cache.c862 uint32_t first_new_seq, message_count; local
869 (uint32_t)-1, &first_new_seq,
874 return first_new_seq;
H A Dmail-index-transaction-private.h51 uint32_t first_new_seq, last_new_seq; member in struct:mail_index_transaction
H A Dmail-cache-compress.c176 uint32_t message_count, seq, first_new_seq, ext_offset; local
249 first_new_seq = mail_cache_get_first_new_seq(view);
259 ctx.new_msg = seq >= first_new_seq;
H A Dmail-cache-transaction.c40 uint32_t first_new_seq; member in struct:mail_cache_transaction_ctx
830 if (ctx->first_new_seq == 0) {
831 ctx->first_new_seq =
834 if (seq < ctx->first_new_seq)

Completed in 17 milliseconds