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

/dovecot/src/lib-storage/index/
H A Dindex-storage.c112 if (now < ibox->next_lock_notify || secs_left < 15)
117 ibox->next_lock_notify = now + LOCK_NOTIFY_INTERVAL;
148 ibox->next_lock_notify = time(NULL) + LOCK_NOTIFY_INTERVAL;
398 ibox->next_lock_notify = time(NULL) + LOCK_NOTIFY_INTERVAL;
H A Dindex-storage.h34 time_t next_lock_notify; /* temporary */ member in struct:index_mailbox_context

Completed in 181 milliseconds