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

/dovecot/src/plugins/push-notification/
H A Dpush-notification-events-rfc5423.c31 static struct push_notification_event *rfc5423_events[] = { variable in typeref:struct:push_notification_event
49 for (i = 0; i < N_ELEMENTS(rfc5423_events); i++)
50 push_notification_event_register(rfc5423_events[i]);
56 for (i = 0; i < N_ELEMENTS(rfc5423_events); i++)
57 push_notification_event_unregister(rfc5423_events[i]);

Completed in 17 milliseconds