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

/dovecot/src/plugins/push-notification/
H A Dpush-notification-drivers.c81 push_notification_driver_init(struct mail_user *user, const char *config_in, argument
92 p = strchr(config_in, ':');
94 driver_name = config_in;
96 driver_name = t_strdup_until(config_in, p);

Completed in 8 milliseconds