Home
last modified time | relevance | path

Searched refs:last_temp_file_scan (Results 1 – 6 of 6) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/
H A Dindex-storage.c931 uint32_t last_temp_file_scan = ioloop_time; in index_mailbox_update_last_temp_file_scan() local
936 offsetof(struct mail_index_header, last_temp_file_scan), in index_mailbox_update_last_temp_file_scan()
937 &last_temp_file_scan, sizeof(last_temp_file_scan), TRUE); in index_mailbox_update_last_temp_file_scan()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-index/
H A Dmail-index-map-hdr.c316 map->hdr.last_temp_file_scan = 0; in mail_index_map_check_header()
H A Dmail-index.h158 uint32_t last_temp_file_scan; member
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/dbox-common/
H A Ddbox-storage.c277 hdr->last_temp_file_scan, path_ctime)) { in dbox_mailbox_open()
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/
H A Ddoveadm-dump-index.c150 …"last temp file scan ...... = %u (%s)\n", hdr->last_temp_file_scan, unixdate2str(hdr->last_temp_fi… in dump_hdr()
/dports/mail/dovecot/dovecot-2.3.17/
H A DChangeLog69221 dbox: Use mail_index_header.last_temp_file_scan instead of directory's atime
69232 lib-index, lib-storage: Add mail_index_header.last_temp_file_scan