Lines Matching refs:from_offset
366 if (mails[idx].from_offset +
368 sync_ctx->dest_first_mail = mails[idx].from_offset == 0;
373 mails[idx].from_offset += first_mail_expunge_extra;
412 if (mbox_sync_seek(sync_ctx, mails[idx].from_offset) < 0)
447 i_assert(mails[idx].from_offset >= expunged_space);
448 if (mbox_move(sync_ctx, mails[idx].from_offset - expunged_space,
449 mails[idx].from_offset,
450 mails[idx].offset - mails[idx].from_offset) < 0)
476 i_assert(dest_offset >= mails[idx].from_offset - expunged_space);
525 start_offset = mails[0].from_offset;
604 mails[idx].from_offset += move_diff;
608 i_assert(mails[idx].from_offset == start_offset);