Searched refs:nearest_from_time (Results 1 – 1 of 1) sorted by relevance
3033 ICalTime *nearest_from_time = NULL, *nearest_to_time = NULL; in e_cal_util_clamp_vtimezone_subcomps() local3047 if (nearest_from_time) { in e_cal_util_clamp_vtimezone_subcomps()3048 if (i_cal_time_compare (dtstart, nearest_from_time) > 0) { in e_cal_util_clamp_vtimezone_subcomps()3049 g_clear_object (&nearest_from_time); in e_cal_util_clamp_vtimezone_subcomps()3050 nearest_from_time = g_object_ref (dtstart); in e_cal_util_clamp_vtimezone_subcomps()3057 nearest_from_time = g_object_ref (dtstart); in e_cal_util_clamp_vtimezone_subcomps()3071 g_clear_object (&nearest_from_time); in e_cal_util_clamp_vtimezone_subcomps()