Lines Matching defs:log
10 #include "mail-transaction-log-private.h"
152 rotating the log. We don't care if we skip some non-synced
154 if (mail_transaction_log_rotate(t->view->index->log, TRUE) < 0)
162 file = t->view->index->log->head;
178 struct mail_transaction_log *log = t->view->index->log;
192 if (mail_transaction_log_append_begin(log->index, trans_flags, &ctx) < 0)
204 mail_transaction_log_get_head(log, &log_seq1, &log_offset1);
207 mail_transaction_log_get_head(log, &log_seq2, &log_offset2);
211 i_assert(expected_highest_modseq == log->head->sync_highest_modseq);
217 i_unlink_if_exists(log->index->filepath);
245 mail_transaction_log_get_head(index->log, &result_r->log_file_seq,