Home
last modified time | relevance | path

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

/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A Dcomp-util.c1148 GHashTable *processed_uids; in cal_comp_transfer_item_to_sync() local
1176 processed_uids = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); in cal_comp_transfer_item_to_sync()
1193 if (g_hash_table_lookup (processed_uids, uid)) in cal_comp_transfer_item_to_sync()
1369 g_hash_table_insert (processed_uids, g_strdup (uid), GINT_TO_POINTER (1)); in cal_comp_transfer_item_to_sync()
1373 g_hash_table_destroy (processed_uids); in cal_comp_transfer_item_to_sync()