Lines Matching refs:timelib_sll

128 typedef int64_t timelib_sll;  typedef
132 typedef signed long long timelib_sll; typedef
179 timelib_sll y, m, d; /* Years, Months and Days */
180 timelib_sll h, i, s; /* Hours, mInutes and Seconds */
181 timelib_sll us; /* Microseconds */
188 timelib_sll days; /* Contains the number of *days*, instead of Y-M-D differences */
192 timelib_sll amount;
203 timelib_sll transition_time;
207 timelib_sll y, m, d; /* Year, Month, Day */
208 timelib_sll h, i, s; /* Hour, mInute, Second */
209 timelib_sll us; /* Microseconds */
216 timelib_sll sse; /* Seconds since epoch */
229 timelib_sll utc_offset;
408 timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
411 timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timelib_sll d);
415 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d);
418 timelib_sll timelib_daynr_from_weeknr(timelib_sll iy, timelib_sll iw, timelib_sll id);
421 timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m);
424 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli…
428 void timelib_isodate_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iy, timeli…
431 void timelib_date_from_isodate(timelib_sll iy, timelib_sll iw, timelib_sll id, timelib_sll *y, time…
435 int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s);
439 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d);
617 void timelib_unixtime2gmt(timelib_time* tm, timelib_sll ts);
623 void timelib_unixtime2local(timelib_time *tm, timelib_sll ts);
636 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset);
705 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz);
715 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz);
722 timelib_sll timelib_get_current_offset(timelib_time *t);
895 double timelib_ts_to_julianday(timelib_sll ts);
903 double timelib_ts_to_j2000(timelib_sll ts);
932 …, int upper_limb, double *h_rise, double *h_set, timelib_sll *ts_rise, timelib_sll *ts_set, timeli…