Searched defs:notify (Results 1 - 8 of 8) sorted by relevance
/dovecot/src/lib-storage/ |
H A D | mailbox-list-notify.c | 5 #include "mailbox-list-notify.h" 18 struct mailbox_list_notify *notify = *_notify; local 22 notify->list->v.notify_deinit(notify); 25 int mailbox_list_notify_next(struct mailbox_list_notify *notify, argument 28 return notify->list->v.notify_next(notify, rec_r); 32 void mailbox_list_notify_wait(struct mailbox_list_notify *notify, argument 35 notify->list->v.notify_wait(notify, callbac 38 mailbox_list_notify_flush(struct mailbox_list_notify *notify) argument [all...] |
H A D | mailbox-watch.c | 32 bool notify = FALSE; local 38 notify = TRUE; 42 if (notify) 78 * because we don't know what happens with [di]notify 118 /* add all the notify IOs to a new ioloop. */ 146 *reason_r = "Couldn't extra notify fd";
|
/dovecot/src/master/ |
H A D | service-process-notify.c | 9 #include "service-process-notify.h" 24 struct service_process_notify *notify; local 26 notify = i_new(struct service_process_notify, 1); 27 notify->fd = fd; 28 notify->write_callback = write_callback; 30 i_array_init(¬ify->processes, 64); 31 notify->process_queue = aqueue_init(¬ify->processes.arr); 32 return notify; 35 static void service_process_notify_reset(struct service_process_notify *notify) argument 55 notify_flush(struct service_process_notify *notify) argument 76 struct service_process_notify *notify = *_notify; local 87 service_process_notify_add(struct service_process_notify *notify, struct service_process *process) argument [all...] |
/dovecot/src/lib-smtp/ |
H A D | smtp-params.h | 67 enum smtp_param_rcpt_notify notify; member in struct:smtp_params_rcpt
|
/dovecot/src/imap/ |
H A D | imap-notify.h | 35 struct mailbox_list_notify *notify; member in struct:imap_notify_namespace
|
/dovecot/src/plugins/virtual/ |
H A D | virtual-storage.h | 107 /* notify context */ 108 struct mailbox_list_notify *notify; member in struct:virtual_backend_box
|
/dovecot/src/lib-storage/list/ |
H A D | mailbox-list-index-notify.c | 9 #include "mailbox-list-notify.h" 10 #include "mailbox-list-notify-tree.h" 36 struct mailbox_list_notify notify; member in struct:mailbox_list_notify_index 112 inotify->inbox = mailbox_alloc(inotify->notify.list, "INBOX", 138 inotify->notify.list = list; 139 inotify->notify.mask = mask; 170 *notify_r = &inotify->notify; 174 void mailbox_list_index_notify_deinit(struct mailbox_list_notify *notify) argument 177 (struct mailbox_list_notify_index *)notify; 212 INDEX_LIST_CONTEXT_REQUIRE(inotify->notify 281 struct mailbox_list_notify *notify = &inotify->notify; local 313 struct mailbox_list_notify *notify = &inotify->notify; local 828 mailbox_list_index_notify_next(struct mailbox_list_notify *notify, const struct mailbox_list_notify_rec **rec_r) argument 916 mailbox_list_index_notify_wait(struct mailbox_list_notify *notify, void (*callback)(void *context), void *context) argument 952 mailbox_list_index_notify_flush(struct mailbox_list_notify *notify) argument [all...] |
/dovecot/src/imap-hibernate/ |
H A D | imap-client.c | 353 /* we received DONE+IDLE, so the client simply wanted to notify 583 struct imap_client_notify *notify; local 590 array_foreach_modifiable(&client->notifys, notify) { 591 io_remove(¬ify->io); 592 i_close_fd(¬ify->fd); 638 struct imap_client_notify *notify; local 640 notify = array_append_space(&client->notifys); 641 notify->fd = fd; 646 struct imap_client_notify *notify; local 663 array_foreach_modifiable(&client->notifys, notify) { [all...] |
Completed in 12 milliseconds