Searched refs:timelib_time_offset (Results 1 – 8 of 8) sorted by relevance
119 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz);143 timelib_time_offset* timelib_time_offset_ctor(void);144 void timelib_time_offset_dtor(timelib_time_offset* t);
115 timelib_time_offset* timelib_time_offset_ctor(void) in timelib_time_offset_ctor()117 timelib_time_offset *t; in timelib_time_offset_ctor()118 t = timelib_calloc(1, sizeof(timelib_time_offset)); in timelib_time_offset_ctor()123 void timelib_time_offset_dtor(timelib_time_offset* t) in timelib_time_offset_dtor()
158 timelib_time_offset *gmt_offset; in timelib_update_from_sse()181 timelib_time_offset *gmt_offset; in timelib_unixtime2local()252 timelib_time_offset *gmt_offset; in timelib_set_timezone()
231 typedef struct timelib_time_offset { struct237 } timelib_time_offset; argument
479 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz) in timelib_get_time_zone_info()485 timelib_time_offset *tmp = timelib_time_offset_ctor(); in timelib_get_time_zone_info()513 timelib_time_offset *gmt_offset; in timelib_get_current_offset()
408 timelib_time_offset *before, *after; in do_adjust_timezone()431 timelib_time_offset *gmt_offset; in do_adjust_timezone()
72 timelib_time_offset *offset; in _php_gettimeofday()
1084 timelib_time_offset *offset = NULL; in date_format()1288 timelib_time_offset *offset = NULL; in php_idate()1621 timelib_time_offset *offset = NULL; in php_strftime()3388 timelib_time_offset *offset; in PHP_FUNCTION()3866 timelib_time_offset *offset; in PHP_FUNCTION()
Completed in 38 milliseconds