Lines Matching refs:timelib_time

226 } timelib_time;  typedef
462 timelib_time *timelib_strtotime(char *s, size_t len, timelib_error_container **errors, const timeli…
483 timelib_time *timelib_parse_from_format(char *format, char *s, size_t len, timelib_error_container …
497 timelib_time *timelib_parse_from_format_with_map(char *format, char *s, size_t len, timelib_error_c…
519 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options);
555 timelib_long timelib_parse_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const tim…
570 timelib_time **begin, timelib_time **end,
589 void timelib_update_ts(timelib_time* time, timelib_tzinfo* tzi);
598 void timelib_do_normalize(timelib_time *base);
609 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt);
617 void timelib_unixtime2gmt(timelib_time* tm, timelib_sll ts);
623 void timelib_unixtime2local(timelib_time *tm, timelib_sll ts);
629 void timelib_update_from_sse(timelib_time *tm);
636 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset);
645 void timelib_set_timezone_from_abbr(timelib_time *t, timelib_abbr_info abbr_info);
660 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz);
722 timelib_sll timelib_get_current_offset(timelib_time *t);
800 timelib_time* timelib_time_ctor(void);
805 void timelib_time_dtor(timelib_time* t);
813 timelib_time* timelib_time_clone(timelib_time* orig);
824 int timelib_time_compare(timelib_time *t1, timelib_time *t2);
859 timelib_long timelib_date_to_int(timelib_time *d, int *error);
868 void timelib_dump_date(timelib_time *d, int options);
932 int timelib_astro_rise_set_altitude(timelib_time *time, double lon, double lat, double altit, int u…
944 timelib_rel_time *timelib_diff(timelib_time *one, timelib_time *two);
952 timelib_time *timelib_add(timelib_time *t, timelib_rel_time *interval);
961 timelib_time *timelib_sub(timelib_time *t, timelib_rel_time *interval);