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

/dovecot/src/lib-index/
H A Dmail-transaction-log-private.h150 uint64_t modseq, uoff_t *next_offset_r);
H A Dmail-transaction-log-file.c1261 uoff_t *next_offset_r)
1281 *next_offset_r = file->sync_offset;
1302 uint64_t modseq, uoff_t *next_offset_r)
1310 *next_offset_r = file->sync_offset;
1314 *next_offset_r = file->hdr.hdr_size;
1325 *next_offset_r = cache->offset;
1334 &cur_modseq, next_offset_r)) <= 0)
1348 next_offset_r);
1366 *next_offset_r = cur_offset;
1258 get_modseq_next_offset_at(struct mail_transaction_log_file *file, uint64_t modseq, bool use_highest, uoff_t *cur_offset, uint64_t *cur_modseq, uoff_t *next_offset_r) argument
1300 mail_transaction_log_file_get_modseq_next_offset( struct mail_transaction_log_file *file, uint64_t modseq, uoff_t *next_offset_r) argument
/dovecot/src/lib-storage/index/mbox/
H A Dmbox-mail.c238 mbox_mail_get_next_offset(struct index_mail *mail, uoff_t *next_offset_r) argument
247 *next_offset_r = (uoff_t)-1;
270 next_offset_r) <= 0)
280 *next_offset_r = mbox->mbox_hdr.sync_size - trailer_size;

Completed in 2434 milliseconds