Lines Matching refs:list
4 #include "mailbox-list-private.h"
5 #include "mailbox-list-notify.h"
7 int mailbox_list_notify_init(struct mailbox_list *list,
11 if (list->v.notify_init == NULL)
13 return list->v.notify_init(list, mask, notify_r);
22 notify->list->v.notify_deinit(notify);
28 return notify->list->v.notify_next(notify, rec_r);
35 notify->list->v.notify_wait(notify, callback, context);
40 if (notify->list->v.notify_flush != NULL)
41 notify->list->v.notify_flush(notify);