Searched defs:mhdr (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-storage/index/mbox/
H A Dmbox-sync-list-index.c68 const struct mbox_index_header *mhdr = &mbox->mbox_hdr; local
86 new_rec.mtime = mhdr->sync_mtime;
87 new_rec.size = mhdr->sync_size & 0xffffffffU;
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-sync-index.c764 const struct maildir_index_header *mhdr = &mbox->maildir_hdr; local
786 if (mhdr->new_check_time <= mhdr->new_mtime + MAILDIR_SYNC_SECS ||
787 mhdr->cur_check_time <= mhdr->cur_mtime + MAILDIR_SYNC_SECS) {
790 new_rec.new_mtime = mhdr->new_mtime;
791 new_rec.cur_mtime = mhdr->cur_mtime;
H A Dmaildir-uidlist.c67 struct maildir_index_header *mhdr; member in struct:maildir_uidlist
269 uidlist->mhdr = &mbox->maildir_hdr;
370 struct maildir_index_header *mhdr = uidlist->mhdr; local
372 if (mhdr->uidlist_mtime == 0 && uidlist->version != UIDLIST_VERSION) {
378 mhdr->uidlist_mtime = st->st_mtime;
379 mhdr->uidlist_mtime_nsecs = ST_MTIME_NSEC(*st);
380 mhdr->uidlist_size = st->st_size;
977 const struct maildir_index_header *mhdr = uidlist->mhdr; local
[all...]

Completed in 31 milliseconds