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

/dovecot/src/imap-hibernate/
H A Dimap-client.c84 static struct timeout *to_unhibernate; variable in typeref:struct:timeout
251 if (to_unhibernate == NULL) {
252 to_unhibernate = timeout_add_short(IMAP_UNHIBERNATE_RETRY_MSECS,
699 timeout_remove(&to_unhibernate);
715 timeout_remove(&to_unhibernate);

Completed in 12 milliseconds