Home
last modified time | relevance | path

Searched refs:oab_url (Results 1 – 11 of 11) sorted by relevance

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/modules/gnome-online-accounts/
H A Dgoaewsclient.c46 gchar *oab_url; member
68 g_free (data->oab_url); in ews_autodiscover_data_free()
155 const gchar *oab_url; in ews_autodiscover_parse_protocol() local
158 oab_url = (const gchar *) content; in ews_autodiscover_parse_protocol()
160 if (!has_suffix_icmp (oab_url, "oab.xml")) { in ews_autodiscover_parse_protocol()
163 if (g_str_has_suffix (oab_url, "/")) in ews_autodiscover_parse_protocol()
164 tmp = g_strconcat (oab_url, "oab.xml", NULL); in ews_autodiscover_parse_protocol()
168 data->oab_url = tmp; /* takes ownership */ in ews_autodiscover_parse_protocol()
170 data->oab_url = g_strdup (oab_url); in ews_autodiscover_parse_protocol()
562 *out_oab_url = data->oab_url; in goa_ews_autodiscover_finish()
[all …]
H A Dmodule-gnome-online-accounts.c258 gchar *oab_url = NULL; in goa_ews_autodiscover_done_cb() local
266 if (!goa_ews_autodiscover_finish (goa_object, result, &as_url, &oab_url, &error) || !as_url) { in goa_ews_autodiscover_done_cb()
296 "oaburl", oab_url, in goa_ews_autodiscover_done_cb()
321 g_free (oab_url); in goa_ews_autodiscover_done_cb()
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/EWS/evolution/
H A De-mail-config-ews-oal-combo-box.c242 const gchar *oab_url; in mail_config_ews_aol_combo_box_update_thread_cb() local
249 oab_url = camel_ews_settings_get_oaburl (ews_settings); in mail_config_ews_aol_combo_box_update_thread_cb()
251 connection = e_ews_config_utils_open_connection_for (async_context->source, ews_settings, oab_url, in mail_config_ews_aol_combo_box_update_thread_cb()
/dports/net/gnome-online-accounts/gnome-online-accounts-3.40.1/src/goabackend/
H A Dgoaewsclient.c178 gboolean oab_url = FALSE; in ews_client_autodiscover_parse_protocol() local
185 oab_url = TRUE; in ews_client_autodiscover_parse_protocol()
187 if (as_url && oab_url) in ews_client_autodiscover_parse_protocol()
191 return as_url && oab_url; in ews_client_autodiscover_parse_protocol()
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/core/
H A Dsipe-ews-autodiscover.h32 const gchar *oab_url; member
H A Dsipe-cal.h69 char *oab_url; member
H A Dsipe-ews-autodiscover.c129 _URL(OABUrl, oab_url); in sipe_ews_autodiscover_parse()
382 g_free((gchar *)ews_data->oab_url); in sipe_ews_autodiscover_free()
H A Dsipe-ews.c463 cal->oab_url = g_strdup(ews_data->oab_url); in sipe_calendar_ews_autodiscover_cb()
H A Dsipe-cal.c178 g_free(cal->oab_url); in sipe_cal_calendar_free()
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/EWS/addressbook/
H A De-book-backend-ews.c2619 gchar *full_url, *oab_url; in ebb_ews_download_gal_file() local
2628 oab_url = camel_ews_settings_dup_oaburl (ews_settings); in ebb_ews_download_gal_file()
2629 if (!oab_url || !*oab_url) { in ebb_ews_download_gal_file()
2630 g_free (oab_url); in ebb_ews_download_gal_file()
2634 if (g_str_has_suffix (oab_url, "oab.xml")) in ebb_ews_download_gal_file()
2635 oab_url [strlen (oab_url) - 7] = '\0'; in ebb_ews_download_gal_file()
2637 full_url = g_strconcat (oab_url, full->filename, NULL); in ebb_ews_download_gal_file()
2660 g_free (oab_url); in ebb_ews_download_gal_file()
3957 gchar *oab_url; in ebb_ews_get_changes_sync() local
3962 if (oab_url && *oab_url && in ebb_ews_get_changes_sync()
[all …]
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/EWS/common/
H A De-ews-connection.c160 xmlChar *oab_url; member
3093 gchar *oab_url; member
3119 g_free (ad->oab_url); in autodiscover_data_free()
3142 if (urls->oab_url) in ews_urls_free_content()
3144 urls->oab_url = NULL; in ews_urls_free_content()
3313 if (ad->oab_url) in autodiscover_response_cb()
3314 g_free (ad->oab_url); in autodiscover_response_cb()
3315 ad->oab_url = g_strdup ((gchar *) expr_urls.oab_url); in autodiscover_response_cb()
3317 if (ad->oab_url) in autodiscover_response_cb()
3318 g_free (ad->oab_url); in autodiscover_response_cb()
[all …]