/dports/mail/dovecot/dovecot-2.3.17/src/plugins/push-notification/ |
H A D | push-notification-events.h | 13 struct push_notification_txn_event; 25 void (*debug_mbox)(struct push_notification_txn_event *event); 27 void (*free_mbox)(struct push_notification_txn_event *event); 56 void (*debug_msg)(struct push_notification_txn_event *event); 58 void (*free_msg)(struct push_notification_txn_event *event); 103 struct push_notification_txn_event { struct
|
H A D | push-notification-txn-mbox.c | 44 struct push_notification_txn_event **mevent; in push_notification_txn_mbox_get_eventdata() 63 struct push_notification_txn_event *mevent; in push_notification_txn_mbox_set_eventdata() 69 mevent = p_new(txn->pool, struct push_notification_txn_event, 1); in push_notification_txn_mbox_set_eventdata() 79 struct push_notification_txn_event **mevent; in push_notification_txn_mbox_deinit_eventdata()
|
H A D | push-notification-txn-msg.c | 95 struct push_notification_txn_event **mevent; in push_notification_txn_msg_get_eventdata() 113 struct push_notification_txn_event *mevent; in push_notification_txn_msg_set_eventdata() 119 mevent = p_new(txn->pool, struct push_notification_txn_event, 1); in push_notification_txn_msg_set_eventdata() 129 struct push_notification_txn_event **mevent; in push_notification_txn_msg_deinit_eventdata()
|
H A D | push-notification-driver-lua.c | 301 const struct push_notification_txn_event *event, in push_notification_lua_push_flagsclear() 328 const struct push_notification_txn_event *event, in push_notification_lua_push_flagsset() 347 const struct push_notification_txn_event *event, in push_notification_lua_push_mailboxrename() 380 const struct push_notification_txn_event *event, in push_notification_lua_push_messageappend() 415 const struct push_notification_txn_event *event, in push_notification_lua_push_messagenew() 451 void (*push)(const struct push_notification_txn_event *event, 478 const struct push_notification_txn_event *event, in push_notification_driver_lua_push_event() 500 const struct push_notification_txn_event *event, in push_notification_driver_lua_call() 555 struct push_notification_txn_event *event; in push_notification_driver_lua_process_mbox() 572 struct push_notification_txn_event *event; in push_notification_driver_lua_process_msg()
|
H A D | push-notification-txn-mbox.h | 6 struct push_notification_txn_event; 11 ARRAY(struct push_notification_txn_event *) eventdata;
|
H A D | push-notification-txn-msg.h | 9 struct push_notification_txn_event; 16 ARRAY(struct push_notification_txn_event *) eventdata;
|
H A D | push-notification-driver-dlog.c | 45 struct push_notification_txn_event *event; in push_notification_driver_dlog_process_mbox() 64 struct push_notification_txn_event *event; in push_notification_driver_dlog_process_msg()
|
H A D | push-notification-event-flagsset.c | 28 struct push_notification_txn_event *event) in push_notification_event_flagsset_debug_msg() 140 struct push_notification_txn_event *event) in push_notification_event_flagsset_free_msg()
|
H A D | push-notification-event-flagsclear.c | 27 struct push_notification_txn_event *event) in push_notification_event_flagsclear_debug_msg() 141 struct push_notification_txn_event *event) in push_notification_event_flagsclear_free_msg()
|
H A D | push-notification-event-mailboxdelete.c | 14 struct push_notification_txn_event *event ATTR_UNUSED) in push_notification_event_mailboxdelete_debug_mbox()
|
H A D | push-notification-event-mailboxsubscribe.c | 15 struct push_notification_txn_event *event ATTR_UNUSED) in push_notification_event_mailboxsubscribe_debug_mbox()
|
H A D | push-notification-event-mailboxunsubscribe.c | 15 struct push_notification_txn_event *event ATTR_UNUSED) in push_notification_event_mailboxunsubscribe_debug_mbox()
|
H A D | push-notification-event-mailboxrename.c | 15 struct push_notification_txn_event *event) in push_notification_event_mailboxrename_debug_mbox()
|
H A D | push-notification-event-messageexpunge.c | 16 struct push_notification_txn_event *event) in push_notification_event_messageexpunge_debug_msg()
|
H A D | push-notification-event-messageread.c | 16 struct push_notification_txn_event *event ATTR_UNUSED) in push_notification_event_messageread_debug_msg()
|
H A D | push-notification-event-mailboxcreate.c | 15 struct push_notification_txn_event *event ATTR_UNUSED) in push_notification_event_mailboxcreate_debug_mbox()
|
H A D | push-notification-event-messagetrash.c | 16 struct push_notification_txn_event *event ATTR_UNUSED) in push_notification_event_messagetrash_debug_msg()
|
H A D | push-notification-event-messageappend.c | 31 struct push_notification_txn_event *event) in push_notification_event_messageappend_debug_msg()
|
H A D | push-notification-event-messagenew.c | 31 struct push_notification_txn_event *event) in push_notification_event_messagenew_debug_msg()
|