Lines Matching defs:notify
5 #include "mailbox-list-notify.h"
18 struct mailbox_list_notify *notify = *_notify;
22 notify->list->v.notify_deinit(notify);
25 int mailbox_list_notify_next(struct mailbox_list_notify *notify,
28 return notify->list->v.notify_next(notify, rec_r);
32 void mailbox_list_notify_wait(struct mailbox_list_notify *notify,
35 notify->list->v.notify_wait(notify, callback, context);
38 void mailbox_list_notify_flush(struct mailbox_list_notify *notify)
40 if (notify->list->v.notify_flush != NULL)
41 notify->list->v.notify_flush(notify);