Lines Matching refs:timelib_time

87 timelib_time *timelib_strtotime(char *s, size_t len, timelib_error_container **errors, const timeli…
88 timelib_time *timelib_parse_from_format(char *format, char *s, size_t len, timelib_error_container …
89 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options);
96 timelib_time **begin, timelib_time **end,
102 void timelib_update_ts(timelib_time* time, timelib_tzinfo* tzi);
103 void timelib_do_normalize(timelib_time *base);
104 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt);
107 int timelib_apply_localtime(timelib_time *t, unsigned int localtime);
108 void timelib_unixtime2gmt(timelib_time* tm, timelib_sll ts);
109 void timelib_unixtime2local(timelib_time *tm, timelib_sll ts);
110 void timelib_update_from_sse(timelib_time *tm);
111 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset);
112 void timelib_set_timezone_from_abbr(timelib_time *t, timelib_abbr_info abbr_info);
113 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz);
120 timelib_sll timelib_get_current_offset(timelib_time *t);
124 timelib_long timelib_parse_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const tim…
128 void timelib_time_tz_abbr_update(timelib_time* tm, char* tz_abbr);
129 void timelib_time_tz_name_update(timelib_time* tm, char* tz_name);
137 timelib_time* timelib_time_ctor(void);
138 void timelib_time_set_option(timelib_time* tm, int option, void* option_value);
139 void timelib_time_dtor(timelib_time* t);
140 timelib_time* timelib_time_clone(timelib_time* orig);
141 int timelib_time_compare(timelib_time *t1, timelib_time *t2);
148 timelib_long timelib_date_to_int(timelib_time *d, int *error);
149 void timelib_dump_date(timelib_time *d, int options);
157 int timelib_astro_rise_set_altitude(timelib_time *time, double lon, double lat, double altit, int u…
160 timelib_rel_time *timelib_diff(timelib_time *one, timelib_time *two);
161 timelib_time *timelib_add(timelib_time *t, timelib_rel_time *interval);
162 timelib_time *timelib_sub(timelib_time *t, timelib_rel_time *interval);