Searched defs:trigger (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/plugins/push-notification/
H A Dpush-notification-triggers.c19 enum push_notification_event_trigger trigger)
25 txn->trigger |= trigger;
116 enum push_notification_event_trigger trigger)
122 txn->trigger |= trigger;
16 push_notification_trigger_mbox_common(struct push_notification_txn *txn, struct mailbox *box, struct push_notification_txn_mbox **mbox, enum push_notification_event_trigger trigger) argument
113 push_notification_trigger_msg_common(struct push_notification_txn *txn, struct mail *mail, struct push_notification_txn_msg **msg, enum push_notification_event_trigger trigger) argument
H A Dpush-notification-drivers.h93 enum push_notification_event_trigger trigger; member in struct:push_notification_txn

Completed in 854 milliseconds