/dovecot/src/plugins/push-notification/ |
H A D | push-notification-txn-mbox.h | 17 push_notification_txn_mbox_create(struct push_notification_txn *txn, 20 push_notification_txn_mbox_end(struct push_notification_txn *ptxn); 26 push_notification_txn_mbox_set_eventdata(struct push_notification_txn *txn,
|
H A D | push-notification-triggers.h | 10 struct push_notification_txn; 34 push_notification_trigger_mbox_create(struct push_notification_txn *txn, 38 push_notification_trigger_mbox_delete(struct push_notification_txn *txn, 42 push_notification_trigger_mbox_rename(struct push_notification_txn *txn, 47 push_notification_trigger_mbox_subscribe(struct push_notification_txn *txn, 54 push_notification_trigger_msg_save_new(struct push_notification_txn *txn, 58 push_notification_trigger_msg_save_append(struct push_notification_txn *txn, 62 push_notification_trigger_msg_save_expunge(struct push_notification_txn *txn, 66 push_notification_trigger_msg_flag_change(struct push_notification_txn *txn, 71 push_notification_trigger_msg_keyword_change(struct push_notification_txn *tx [all...] |
H A D | push-notification-txn-msg.h | 9 struct push_notification_txn; 25 push_notification_txn_msg_create(struct push_notification_txn *txn, 28 push_notification_txn_msg_end(struct push_notification_txn *ptxn, 35 push_notification_txn_msg_set_eventdata(struct push_notification_txn *txn,
|
H A D | push-notification-events.h | 12 struct push_notification_txn; 32 void (*create)(struct push_notification_txn *ptxn, 36 void (*delete)(struct push_notification_txn *ptxn, 40 void (*rename)(struct push_notification_txn *ptxn, 45 void (*subscribe)(struct push_notification_txn *ptxn, 49 void (*unsubscribe)(struct push_notification_txn *ptxn, 63 void (*save)(struct push_notification_txn *ptxn, 68 void (*append)(struct push_notification_txn *ptxn, 73 void (*expunge)(struct push_notification_txn *ptxn, 77 void (*flagchange)(struct push_notification_txn *ptx [all...] |
H A D | push-notification-event-mailboxdelete.c | 21 struct push_notification_txn *ptxn,
|
H A D | push-notification-event-mailboxsubscribe.c | 22 struct push_notification_txn *ptxn,
|
H A D | push-notification-event-mailboxunsubscribe.c | 22 struct push_notification_txn *ptxn,
|
H A D | push-notification-plugin.c | 31 push_notification_transaction_init(struct push_notification_txn *ptxn) 62 static struct push_notification_txn * 67 struct push_notification_txn *ptxn; 72 ptxn = p_new(pool, struct push_notification_txn, 1); 87 (struct push_notification_txn *ptxn, bool success) 105 struct push_notification_txn *ptxn = (struct push_notification_txn *)txn; 124 struct push_notification_txn *ptxn; 134 struct push_notification_txn *ptxn; 144 struct push_notification_txn *ptx [all...] |
H A D | push-notification-triggers.c | 16 push_notification_trigger_mbox_common(struct push_notification_txn *txn, 29 push_notification_trigger_mbox_create(struct push_notification_txn *txn, 48 push_notification_trigger_mbox_delete(struct push_notification_txn *txn, 67 push_notification_trigger_mbox_rename(struct push_notification_txn *txn, 87 push_notification_trigger_mbox_subscribe(struct push_notification_txn *txn, 113 push_notification_trigger_msg_common(struct push_notification_txn *txn, 126 push_notification_trigger_msg_save_new(struct push_notification_txn *txn, 145 push_notification_trigger_msg_save_append(struct push_notification_txn *txn, 164 push_notification_trigger_msg_save_expunge(struct push_notification_txn *txn, 183 push_notification_trigger_msg_flag_change(struct push_notification_txn *tx [all...] |
H A D | push-notification-txn-mbox.c | 13 push_notification_txn_mbox_create(struct push_notification_txn *txn, 25 push_notification_txn_mbox_end(struct push_notification_txn *ptxn) 58 push_notification_txn_mbox_set_eventdata(struct push_notification_txn *txn,
|
H A D | push-notification-event-mailboxrename.c | 25 struct push_notification_txn *ptxn,
|
H A D | push-notification-event-messageexpunge.c | 27 struct push_notification_txn *ptxn,
|
H A D | push-notification-drivers.h | 65 struct push_notification_txn *ptxn; 85 struct push_notification_txn { struct
|
H A D | push-notification-event-flagsset.c | 54 push_notification_event_flagsset_get_data(struct push_notification_txn *ptxn, 74 struct push_notification_txn *ptxn, 120 struct push_notification_txn *ptxn,
|
H A D | push-notification-txn-msg.c | 13 push_notification_txn_msg_create(struct push_notification_txn *txn, 40 push_notification_txn_msg_end(struct push_notification_txn *ptxn, 105 push_notification_txn_msg_set_eventdata(struct push_notification_txn *txn,
|
H A D | push-notification-event-mailboxcreate.c | 22 struct push_notification_txn *ptxn,
|
H A D | push-notification-event-messageread.c | 23 struct push_notification_txn *ptxn,
|
H A D | push-notification-event-messagetrash.c | 23 struct push_notification_txn *ptxn,
|
H A D | push-notification-event-flagsclear.c | 54 push_notification_event_flagsclear_get_data(struct push_notification_txn *ptxn, 80 struct push_notification_txn *ptxn, 115 struct push_notification_txn *ptxn,
|
H A D | push-notification-event-messageappend.c | 51 push_notification_event_messageappend_event(struct push_notification_txn *ptxn,
|
H A D | push-notification-event-messagenew.c | 61 push_notification_event_messagenew_event(struct push_notification_txn *ptxn,
|