Lines Matching refs:timelib_time

74 timelib_time *timelib_strtotime(char *s, int len, timelib_error_container **errors, const timelib_t…
75 timelib_time *timelib_parse_from_format(char *format, char *s, int len, timelib_error_container **e…
76 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options);
83 timelib_time **begin, timelib_time **end,
89 void timelib_update_ts(timelib_time* time, timelib_tzinfo* tzi);
90 void timelib_do_normalize(timelib_time *base);
91 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt);
94 int timelib_apply_localtime(timelib_time *t, unsigned int localtime);
95 void timelib_unixtime2gmt(timelib_time* tm, timelib_sll ts);
96 void timelib_unixtime2local(timelib_time *tm, timelib_sll ts);
97 void timelib_update_from_sse(timelib_time *tm);
98 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset);
99 void timelib_set_timezone_from_abbr(timelib_time *t, timelib_abbr_info abbr_info);
100 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz);
107 timelib_sll timelib_get_current_offset(timelib_time *t);
111 long timelib_parse_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timelib_tzd…
115 void timelib_time_tz_abbr_update(timelib_time* tm, char* tz_abbr);
116 void timelib_time_tz_name_update(timelib_time* tm, char* tz_name);
124 timelib_time* timelib_time_ctor(void);
125 void timelib_time_set_option(timelib_time* tm, int option, void* option_value);
126 void timelib_time_dtor(timelib_time* t);
127 timelib_time* timelib_time_clone(timelib_time* orig);
134 signed long timelib_date_to_int(timelib_time *d, int *error);
135 void timelib_dump_date(timelib_time *d, int options);
143 int timelib_astro_rise_set_altitude(timelib_time *time, double lon, double lat, double altit, int u…
146 timelib_rel_time *timelib_diff(timelib_time *one, timelib_time *two);
147 timelib_time *timelib_add(timelib_time *t, timelib_rel_time *interval);
148 timelib_time *timelib_sub(timelib_time *t, timelib_rel_time *interval);