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

/dovecot/src/lib-index/
H A Dmail-transaction-log-view-private.h11 uoff_t min_file_offset, max_file_offset; member in struct:mail_transaction_log_view
H A Dmail-transaction-log-view.c80 uint32_t max_file_seq, uoff_t max_file_offset,
115 max_file_offset = min_file_offset;
134 if (file != NULL && max_file_offset == file->hdr.prev_file_offset) {
142 max_file_offset = file->hdr.hdr_size;
147 if (min_file_seq == max_file_seq && min_file_offset > max_file_offset) {
151 ") > max_file_offset (%"PRIuUOFF_T")",
152 min_file_seq, min_file_offset, max_file_offset);
189 i_assert(max_file_offset == (uoff_t)-1);
228 if (min_file_offset > max_file_offset &&
231 max_file_offset
78 mail_transaction_log_view_set(struct mail_transaction_log_view *view, uint32_t min_file_seq, uoff_t min_file_offset, uint32_t max_file_seq, uoff_t max_file_offset, bool *reset_r, const char **reason_r) argument
[all...]
H A Dmail-transaction-log.h241 uint32_t max_file_seq, uoff_t max_file_offset,
/dovecot/src/lib-storage/
H A Dtest-mailbox-get.c42 uint32_t max_file_seq ATTR_UNUSED, uoff_t max_file_offset ATTR_UNUSED,

Completed in 24 milliseconds