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

/dovecot/src/lib-index/
H A Dtest-mail-transaction-log-file.c344 uint64_t modseq_at; local
355 test_assert(mail_transaction_log_file_get_highest_modseq_at(file, modseq_next_offset[modseq], &modseq_at, &error) == 0);
356 test_assert(modseq_at == modseq);
357 test_assert(mail_transaction_log_file_get_highest_modseq_at(file, modseq_alt_next_offset[modseq], &modseq_at, &error) == 0);
358 test_assert(modseq_at == modseq);
363 test_assert(mail_transaction_log_file_get_highest_modseq_at(file, modseq_next_offset[modseq], &modseq_at, &error) == 0);
364 test_assert(modseq_at == modseq);

Completed in 18 milliseconds