Lines Matching defs:event
18 /* Return the default config for an event (or NULL if config is
24 /* Output debug information about a message event. */
25 void (*debug_mbox)(struct push_notification_txn_event *event);
27 void (*free_mbox)(struct push_notification_txn_event *event);
31 /* Mailbox event: create mailbox. */
35 /* Mailbox event: delete mailbox. */
39 /* Mailbox event: rename mailbox. */
44 /* Mailbox event: subscribe mailbox. */
48 /* Mailbox event: unsubscribe mailbox. */
55 /* Output debug information about a message event. */
56 void (*debug_msg)(struct push_notification_txn_event *event);
58 void (*free_msg)(struct push_notification_txn_event *event);
62 /* Message event: save message (from MTA). */
67 /* Message event: append message (from MUA). */
72 /* Message event: expunge message. */
76 /* Message event: flag change. */
82 /* Message event: keyword change. */
91 const struct push_notification_event *event;
105 struct push_notification_event_config *event;
119 (const struct push_notification_event *event);
121 (const struct push_notification_event *event);