Searched refs:max_file_offset (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/lib-index/ |
H A D | mail-transaction-log-view-private.h | 11 uoff_t min_file_offset, max_file_offset; member in struct:mail_transaction_log_view
|
H A D | mail-transaction-log-view.c | 80 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 D | mail-transaction-log.h | 241 uint32_t max_file_seq, uoff_t max_file_offset,
|
/dovecot/src/lib-storage/ |
H A D | test-mailbox-get.c | 42 uint32_t max_file_seq ATTR_UNUSED, uoff_t max_file_offset ATTR_UNUSED,
|
Completed in 24 milliseconds