Searched refs:notify_context (Results 1 - 11 of 11) sorted by relevance

/dovecot/src/plugins/notify/
H A Dnotify-plugin.h12 struct notify_context;
36 struct notify_context *
38 void notify_unregister(struct notify_context *ctx);
H A Dnotify-plugin.c16 struct notify_context { struct
17 struct notify_context *prev, *next;
24 static struct notify_context *ctx_list = NULL;
27 notify_context_find_mail_txn(struct notify_context *ctx,
41 struct notify_context *ctx;
55 struct notify_context *ctx;
68 struct notify_context *ctx;
81 struct notify_context *ctx;
95 struct notify_context *ctx;
112 struct notify_context *ct
[all...]
/dovecot/src/lib-storage/
H A Dmailbox-watch.c25 box->notify_callback(box, box->notify_context);
H A Dmail-storage-private.h412 void *notify_context; member in struct:mailbox
H A Dmail-storage.c2102 box->notify_context = context;
2112 box->notify_context = NULL;
/dovecot/src/plugins/notify-status/
H A Dnotify-status-plugin.c48 struct notify_context *context;
/dovecot/src/plugins/push-notification/
H A Dpush-notification-plugin.c321 static struct notify_context *push_notification_ctx;
/dovecot/src/plugins/replication/
H A Dreplication-plugin.c385 static struct notify_context *replication_ctx;
/dovecot/src/plugins/mail-log/
H A Dmail-log-plugin.c528 static struct notify_context *mail_log_ctx;
/dovecot/src/lib-storage/index/imapc/
H A Dimapc-mailbox.c143 mbox->box.notify_callback(&mbox->box, mbox->box.notify_context);
/dovecot/src/plugins/virtual/
H A Dvirtual-storage.c678 box->notify_callback(box, box->notify_context);

Completed in 27 milliseconds