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

/dovecot/src/plugins/push-notification/
H A Dpush-notification-driver-ox.c81 struct push_notification_driver_ox_config *dconfig; local
91 dconfig = p_new(pool, struct push_notification_driver_ox_config, 1);
94 &dconfig->http_url, &error) < 0) {
99 dconfig->use_unsafe_username =
106 dconfig->cached_ox_metadata_lifetime_secs = DEFAULT_CACHE_LIFETIME_SECS;
107 else if (settings_get_time(tmp, &dconfig->cached_ox_metadata_lifetime_secs, &error) < 0) {
115 (str_to_uint(tmp, &dconfig->http_max_retries) < 0)) {
116 dconfig->http_max_retries = DEFAULT_RETRY_COUNT;
120 (str_to_uint(tmp, &dconfig->http_timeout_msecs) < 0)) {
121 dconfig
142 struct push_notification_driver_ox_config *dconfig = dtxn->duser->context; local
333 struct push_notification_driver_ox_config *dconfig = local
406 struct push_notification_driver_ox_config *dconfig = duser->context; local
[all...]

Completed in 10 milliseconds