Lines Matching refs:timelib_time

71 timelib_time *timelib_strtotime(char *s, int len, timelib_error_container **errors, const timelib_t…
72 timelib_time *timelib_parse_from_format(char *format, char *s, int len, timelib_error_container **e…
73 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options);
79 timelib_time **begin, timelib_time **end,
85 void timelib_update_ts(timelib_time* time, timelib_tzinfo* tzi);
86 void timelib_do_normalize(timelib_time *base);
87 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt);
90 int timelib_apply_localtime(timelib_time *t, unsigned int localtime);
91 void timelib_unixtime2gmt(timelib_time* tm, timelib_sll ts);
92 void timelib_unixtime2local(timelib_time *tm, timelib_sll ts);
93 void timelib_update_from_sse(timelib_time *tm);
94 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz);
101 timelib_sll timelib_get_current_offset(timelib_time *t);
108 void timelib_time_tz_abbr_update(timelib_time* tm, char* tz_abbr);
109 void timelib_time_tz_name_update(timelib_time* tm, char* tz_name);
117 timelib_time* timelib_time_ctor(void);
118 void timelib_time_set_option(timelib_time* tm, int option, void* option_value);
119 void timelib_time_dtor(timelib_time* t);
120 timelib_time* timelib_time_clone(timelib_time* orig);
127 signed long timelib_date_to_int(timelib_time *d, int *error);
128 void timelib_dump_date(timelib_time *d, int options);
135 int timelib_astro_rise_set_altitude(timelib_time *time, double lon, double lat, double altit, int u…
138 timelib_rel_time *timelib_diff(timelib_time *one, timelib_time *two);