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

/dovecot/src/lib-index/
H A Dtest-mail-transaction-log-file.c269 uoff_t modseq_next_offset[max_modseq+1]; local
273 modseq_next_offset[1] = sizeof(struct mail_transaction_log_header);
283 modseq_next_offset[modseq] = file->sync_offset;
302 ((next_offset) == modseq_next_offset[modseq] || \
310 test_assert(next_offset == modseq_next_offset[1]);
315 test_assert(next_offset != modseq_next_offset[max_modseq]);
317 modseq_next_offset[max_modseq] = file->sync_offset;
347 test_assert(mail_transaction_log_file_get_highest_modseq_at(file, modseq_next_offset[1], &modseq, &error) == 0);
355 test_assert(mail_transaction_log_file_get_highest_modseq_at(file, modseq_next_offset[modseq], &modseq_at, &error) == 0);
363 test_assert(mail_transaction_log_file_get_highest_modseq_at(file, modseq_next_offset[modse
[all...]

Completed in 10 milliseconds