Searched refs:push_notification_txn (Results 1 - 21 of 21) sorted by relevance

/dovecot/src/plugins/push-notification/
H A Dpush-notification-txn-mbox.h17 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 Dpush-notification-triggers.h10 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 Dpush-notification-txn-msg.h9 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 Dpush-notification-events.h12 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 Dpush-notification-event-mailboxdelete.c21 struct push_notification_txn *ptxn,
H A Dpush-notification-event-mailboxsubscribe.c22 struct push_notification_txn *ptxn,
H A Dpush-notification-event-mailboxunsubscribe.c22 struct push_notification_txn *ptxn,
H A Dpush-notification-plugin.c31 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 Dpush-notification-triggers.c16 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 Dpush-notification-txn-mbox.c13 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 Dpush-notification-event-mailboxrename.c25 struct push_notification_txn *ptxn,
H A Dpush-notification-event-messageexpunge.c27 struct push_notification_txn *ptxn,
H A Dpush-notification-drivers.h65 struct push_notification_txn *ptxn;
85 struct push_notification_txn { struct
H A Dpush-notification-event-flagsset.c54 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 Dpush-notification-txn-msg.c13 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 Dpush-notification-event-mailboxcreate.c22 struct push_notification_txn *ptxn,
H A Dpush-notification-event-messageread.c23 struct push_notification_txn *ptxn,
H A Dpush-notification-event-messagetrash.c23 struct push_notification_txn *ptxn,
H A Dpush-notification-event-flagsclear.c54 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 Dpush-notification-event-messageappend.c51 push_notification_event_messageappend_event(struct push_notification_txn *ptxn,
H A Dpush-notification-event-messagenew.c61 push_notification_event_messagenew_event(struct push_notification_txn *ptxn,

Completed in 21 milliseconds