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

/dovecot/src/lib-storage/list/
H A Dmailbox-list-index-notify.c48 struct timeout *to_wait, *to_notify; member in struct:mailbox_list_notify_index
187 timeout_remove(&inotify->to_notify);
864 timeout_remove(&inotify->to_notify);
872 if (inotify->to_notify != NULL) {
882 inotify->to_notify =
892 if (inotify->to_notify != NULL && inotify->inbox_event_pending) {
901 if (inotify->inbox_event_pending && inotify->to_notify == NULL) {
904 inotify->to_notify =
931 timeout_remove(&inotify->to_notify);
957 if (inotify->to_notify
[all...]
/dovecot/src/login-common/
H A Dlogin-proxy.c52 struct timeout *to, *to_notify; member in struct:login_proxy
378 timeout_remove(&proxy->to_notify);
659 proxy->to_notify =
/dovecot/src/lib-storage/
H A Dmail-storage-private.h413 struct timeout *to_notify, *to_notify_delay; member in struct:mailbox

Completed in 20 milliseconds