Home
last modified time | relevance | path

Searched refs:out_freebusy (Results 1 – 7 of 7) sorted by relevance

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/backends/caldav/
H A De-cal-backend-caldav.c1904 GSList **out_freebusy, in ecb_caldav_get_free_busy_from_schedule_outbox_sync() argument
2053 *out_freebusy = g_slist_prepend (*out_freebusy, obj_str); in ecb_caldav_get_free_busy_from_schedule_outbox_sync()
2087 GSList **out_freebusy, in ecb_caldav_get_free_busy_from_principal_sync() argument
2102 g_return_val_if_fail (out_freebusy != NULL, FALSE); in ecb_caldav_get_free_busy_from_principal_sync()
2169 *out_freebusy = g_slist_prepend (*out_freebusy, obj_str); in ecb_caldav_get_free_busy_from_principal_sync()
2198 GSList **out_freebusy, in ecb_caldav_get_free_busy_sync() argument
2205 g_return_if_fail (out_freebusy != NULL); in ecb_caldav_get_free_busy_sync()
2226 *out_freebusy = NULL; in ecb_caldav_get_free_busy_sync()
2229 …if (!ecb_caldav_get_free_busy_from_principal_sync (cbdav, link->data, start, end, out_freebusy, ca… in ecb_caldav_get_free_busy_sync()
2235 if (*out_freebusy || g_cancellable_set_error_if_cancelled (cancellable, error)) { in ecb_caldav_get_free_busy_sync()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libedata-cal/
H A De-cal-backend.h317 GSList **out_freebusy, /* gchar * */
330 GSList **out_freebusy, /* gchar * */
H A De-data-cal.c555 GSList *out_freebusy = NULL; in data_cal_complete_get_free_busy_cb() local
559 E_CAL_BACKEND (source_object), result, &out_freebusy, &error); in data_cal_complete_get_free_busy_cb()
566 strv = g_new0 (gchar *, g_slist_length (out_freebusy) + 1); in data_cal_complete_get_free_busy_cb()
568 for (link = out_freebusy; link; link = g_slist_next (link)) { in data_cal_complete_get_free_busy_cb()
586 g_slist_free_full (out_freebusy, g_free); in data_cal_complete_get_free_busy_cb()
H A De-cal-backend.c2600 GSList **out_freebusy, in e_cal_backend_get_free_busy_sync() argument
2620 backend, result, out_freebusy, error); in e_cal_backend_get_free_busy_sync()
2758 GSList **out_freebusy, in e_cal_backend_get_free_busy_finish() argument
2783 if (out_freebusy) in e_cal_backend_get_free_busy_finish()
2789 if (out_freebusy) in e_cal_backend_get_free_busy_finish()
2790 *out_freebusy = g_slist_reverse (ical_strings); in e_cal_backend_get_free_busy_finish()
H A De-cal-meta-backend.c1503 GSList **out_freebusy, in ecmb_get_free_busy_sync() argument
1516 g_return_if_fail (out_freebusy != NULL); in ecmb_get_free_busy_sync()
1520 *out_freebusy = NULL; in ecmb_get_free_busy_sync()
1614 *out_freebusy = g_slist_prepend (*out_freebusy, i_cal_component_as_ical_string (vfreebusy)); in ecmb_get_free_busy_sync()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libecal/
H A De-cal-client.h325 GSList **out_freebusy, /* ECalComponent * */
331 GSList **out_freebusy, /* ECalComponent * */
H A De-cal-client.c4383 GSList **out_freebusy, in e_cal_client_get_free_busy_finish() argument
4399 if (out_freebusy != NULL) { in e_cal_client_get_free_busy_finish()
4404 *out_freebusy = async_context->object_list; in e_cal_client_get_free_busy_finish()
4435 GSList **out_freebusy, in e_cal_client_get_free_busy_sync() argument
4468 if (out_freebusy) { in e_cal_client_get_free_busy_sync()
4469 *out_freebusy = NULL; in e_cal_client_get_free_busy_sync()
4476 *out_freebusy = g_slist_prepend (*out_freebusy, comp); in e_cal_client_get_free_busy_sync()
4479 *out_freebusy = g_slist_reverse (*out_freebusy); in e_cal_client_get_free_busy_sync()