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

/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-storage.c218 int dbox_mailbox_check_existence(struct mailbox *box, time_t *path_ctime_r) argument
224 *path_ctime_r = (time_t)-1;
246 *path_ctime_r = st.st_ctime;

Completed in 9 milliseconds