Searched refs:last_tv (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-filename.c12 static struct timeval last_tv = { 0, 0 }; local
16 if (timeval_cmp(&ioloop_timeval, &last_tv) > 0)
19 tv = last_tv;
25 last_tv = tv;

Completed in 19 milliseconds