Lines Matching refs:config
60 struct push_notification_driver_ox_config *config)
69 http_set.max_attempts = config->http_max_retries+1;
70 http_set.request_timeout_msecs = config->http_timeout_msecs;
77 push_notification_driver_ox_init(struct push_notification_driver_config *config,
84 /* Valid config keys: cache_lifetime, url */
85 tmp = hash_table_lookup(config->config, (const char *)"url");
100 hash_table_lookup(config->config, (const char *)"user_from_metadata") != NULL;
104 tmp = hash_table_lookup(config->config, (const char *)"cache_lifetime");
113 tmp = hash_table_lookup(config->config, (const char *)"max_retries");
118 tmp = hash_table_lookup(config->config, (const char *)"timeout_msecs");
194 struct push_notification_event_messagenew_config *config;
250 i_error(OX_LOG_LABEL "No user provided in config");
258 config = p_new(dtxn->ptxn->pool,
260 config->flags = PUSH_NOTIFICATION_MESSAGE_HDR_FROM |
263 push_notification_event_init(dtxn, "MessageNew", config);