Home
last modified time | relevance | path

Searched refs:modified_calobj (Results 1 – 6 of 6) sorted by relevance

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libedata-cal/
H A De-cal-backend-sync.c433 gchar **modified_calobj, in e_cal_backend_sync_send_objects() argument
446 calobj, opflags, users, modified_calobj, error); in e_cal_backend_sync_send_objects()
860 gchar *modified_calobj = NULL; in cal_backend_send_objects() local
862 …E_CAL_BACKEND_SYNC (backend), cal, cancellable, calobj, opflags, &users, &modified_calobj, &error); in cal_backend_send_objects()
864 …e_data_cal_respond_send_objects (cal, opid, error, users, modified_calobj ? modified_calobj : calo… in cal_backend_send_objects()
868 g_free (modified_calobj); in cal_backend_send_objects()
H A De-cal-backend-sync.h158 gchar **modified_calobj,
266 gchar **modified_calobj,
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/backends/contacts/
H A De-cal-backend-contacts.c1173 gchar **modified_calobj, in e_cal_backend_contacts_send_objects() argument
1177 *modified_calobj = NULL; in e_cal_backend_contacts_send_objects()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libedata-cal/
H A Dtest-cal-meta-backend.c1360 gchar *modified_calobj = NULL; in test_send_objects() local
1370 NULL, NULL, calobj, 0, &users, &modified_calobj, &error); in test_send_objects()
1374 g_assert_cmpstr (calobj, ==, modified_calobj); in test_send_objects()
1376 g_free (modified_calobj); in test_send_objects()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/backends/file/
H A De-cal-backend-file.c3807 gchar **modified_calobj, in e_cal_backend_file_send_objects() argument
3811 *modified_calobj = g_strdup (calobj); in e_cal_backend_file_send_objects()
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/EWS/calendar/
H A De-cal-backend-ews.c4295 gchar **modified_calobj, in ecb_ews_send_objects_sync() argument