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

/dovecot/src/plugins/push-notification/
H A Dpush-notification-event-messageappend.c18 static struct push_notification_event_messageappend_config default_config; variable in typeref:struct:push_notification_event_messageappend_config
23 i_zero(&default_config);
25 return &default_config;
107 .default_config = push_notification_event_messageappend_default_config
H A Dpush-notification-event-messagenew.c21 static struct push_notification_event_messagenew_config default_config; variable in typeref:struct:push_notification_event_messagenew_config
26 i_zero(&default_config);
28 return &default_config;
128 .default_config = push_notification_event_messagenew_default_config
H A Dpush-notification-event-flagsclear.c16 static struct push_notification_event_flagsclear_config default_config; variable in typeref:struct:push_notification_event_flagsclear_config
21 i_zero(&default_config);
23 return &default_config;
169 .default_config = push_notification_event_flagsclear_default_config
H A Dpush-notification-event-flagsset.c16 static struct push_notification_event_flagsset_config default_config; variable in typeref:struct:push_notification_event_flagsset_config
21 i_zero(&default_config);
23 return &default_config;
164 .default_config = push_notification_event_flagsset_default_config
H A Dpush-notification-events.h20 void *(*default_config)(void); member in struct:push_notification_event_vfuncs_init

Completed in 3101 milliseconds