Home
last modified time | relevance | path

Searched refs:timelib_time_offset (Results 1 – 8 of 8) sorted by relevance

/PHP-7.1/ext/date/lib/
H A Dtimelib.h119 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz);
144 timelib_time_offset* timelib_time_offset_ctor(void);
145 void timelib_time_offset_dtor(timelib_time_offset* t);
H A Dunixtime2tm.c158 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()
H A Dtimelib.c115 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()
H A Dtimelib_structs.h232 typedef struct timelib_time_offset { struct
238 } timelib_time_offset; argument
H A Dparse_tz.c479 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()
H A Dtm2unixtime.c423 timelib_time_offset *before, *after; in do_adjust_timezone()
446 timelib_time_offset *gmt_offset; in do_adjust_timezone()
/PHP-7.1/ext/standard/
H A Dmicrotime.c72 timelib_time_offset *offset; in _php_gettimeofday()
/PHP-7.1/ext/date/
H A Dphp_date.c1097 timelib_time_offset *offset = NULL; in date_format()
1301 timelib_time_offset *offset = NULL; in php_idate()
1634 timelib_time_offset *offset = NULL; in php_strftime()
3488 timelib_time_offset *offset; in PHP_FUNCTION()
3969 timelib_time_offset *offset; in PHP_FUNCTION()

Completed in 38 milliseconds