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

/dovecot/src/plugins/quota/
H A Dquota-count.c11 struct timeval cache_timeval; member in struct:count_quota_root
210 if (root->cache_timeval.tv_usec == ioloop_timeval.tv_usec &&
211 root->cache_timeval.tv_sec == ioloop_timeval.tv_sec &&
223 root->cache_timeval = ioloop_timeval;
374 croot->cache_timeval.tv_sec = 0;

Completed in 20 milliseconds