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

/dovecot/src/imap/
H A Dmain.c121 time_t stop_timestamp = now - IMAP_DIE_IDLE_SECS; local
128 if (last_io <= stop_timestamp)
132 stop_msecs = (last_io - stop_timestamp) * 1000;
/dovecot/src/login-common/
H A Dlogin-proxy.c744 time_t stop_timestamp = now - LOGIN_PROXY_DIE_IDLE_SECS; local
751 if (last_io <= stop_timestamp)
755 stop_msecs = (last_io - stop_timestamp) * 1000;

Completed in 1052 milliseconds