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

/dovecot/src/lib-index/
H A Dmail-transaction-log-view-private.h24 uoff_t prev_file_offset; member in struct:mail_transaction_log_view
H A Dmail-transaction-log-view.c124 if (file != NULL && min_file_offset == file->hdr.prev_file_offset) {
134 if (file != NULL && max_file_offset == file->hdr.prev_file_offset) {
276 can verify that prev_file_offset matches how far it actually managed
330 view->prev_file_offset = view->cur_offset;
393 view->prev_file_offset = view->cur_offset;
438 view->prev_file_offset = 0;
448 *file_offset_r = view->prev_file_offset;
757 /* prev_file_offset should point to beginning of previous log record.
765 view->prev_file_offset = view->cur_offset;
771 view->prev_file_offset
[all...]
H A Dmail-index-write.c138 i_assert(file->hdr.prev_file_offset == hdr->log_file_head_offset);
H A Dmail-transaction-log.h32 uint32_t prev_file_offset; member in struct:mail_transaction_log_header
H A Dtest-mail-transaction-log-view.c76 file->hdr.prev_file_offset = (uint32_t)-1;
H A Dmail-transaction-log.c274 file->hdr.prev_file_offset = 0;
605 log->head->hdr.prev_file_offset == file_offset;
H A Dmail-transaction-log-file.c251 hdr->prev_file_offset = index->map->hdr.log_file_head_offset;
766 file->hdr.prev_file_offset = 0;
1523 file->next->hdr.prev_file_offset != file->sync_offset) {
1527 file->log->head->hdr.prev_file_offset, file->filepath);
1616 file->next->hdr.prev_file_offset != max_offset) {
/dovecot/src/doveadm/
H A Ddoveadm-dump-log.c40 printf("prev file = %u/%u\n", hdr.prev_file_seq, hdr.prev_file_offset);

Completed in 22 milliseconds