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

/dovecot/src/plugins/quota/
H A Dquota-imapc.c35 struct timeval last_refresh; member in struct:imapc_quota_root
377 if (root->last_refresh.tv_sec == ioloop_timeval.tv_sec &&
378 root->last_refresh.tv_usec == ioloop_timeval.tv_usec)
399 /* set the last_refresh only after the refresh, because it changes
401 root->last_refresh = ioloop_timeval;

Completed in 8 milliseconds