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

/dovecot/src/plugins/push-notification/
H A Dpush-notification-events.c33 const struct push_notification_event *const *class_p; local
40 class_p = array_idx(&push_notification_events, idx);
42 return *class_p;
H A Dpush-notification-drivers.c35 const struct push_notification_driver *const *class_p; local
42 class_p = array_idx(&push_notification_drivers, idx);
44 return *class_p;
/dovecot/src/lib-storage/
H A Dmailbox-list.c100 const struct mailbox_list *const *class_p; local
106 class_p = array_idx(&mailbox_list_drivers, idx);
107 return *class_p;

Completed in 1019 milliseconds