Lines Matching refs:timelib_sll
61 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
62 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
63 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d);
64 timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d);
65 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m);
66 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli…
67 int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s);
68 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d);
91 void timelib_unixtime2gmt(timelib_time* tm, timelib_sll ts);
92 void timelib_unixtime2local(timelib_time *tm, timelib_sll ts);
94 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset);
101 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz);
102 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz);
103 timelib_sll timelib_get_current_offset(timelib_time *t);
136 double timelib_ts_to_juliandate(timelib_sll ts);
137 …, int upper_limb, double *h_rise, double *h_set, timelib_sll *ts_rise, timelib_sll *ts_set, timeli…