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

/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-storage.c265 int dbox_mailbox_open(struct mailbox *box, time_t path_ctime) argument
278 hdr->last_temp_file_scan, path_ctime)) {
/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-storage.c172 time_t path_ctime; local
174 if (dbox_mailbox_check_existence(box, &path_ctime) < 0)
176 if (dbox_mailbox_open(box, path_ctime) < 0)
/dovecot/src/lib-storage/index/dbox-single/
H A Dsdbox-storage.c333 time_t path_ctime; local
335 if (dbox_mailbox_check_existence(box, &path_ctime) < 0)
341 if (dbox_mailbox_open(box, path_ctime) < 0)

Completed in 14 milliseconds