Home
last modified time | relevance | path

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

/PHP-5.6/ext/date/lib/
H A Dtimelib.h119 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);
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 Dunixtime2tm.c158 timelib_time_offset *gmt_offset; in timelib_update_from_sse()
181 timelib_time_offset *gmt_offset; in timelib_unixtime2local()
251 timelib_time_offset *gmt_offset; in timelib_set_timezone()
H A Dtimelib_structs.h231 typedef struct timelib_time_offset { struct
237 } 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.c408 timelib_time_offset *before, *after; in do_adjust_timezone()
431 timelib_time_offset *gmt_offset; in do_adjust_timezone()
/PHP-5.6/ext/standard/
H A Dmicrotime.c71 timelib_time_offset *offset; in _php_gettimeofday()
/PHP-5.6/ext/date/
H A Dphp_date.c1072 timelib_time_offset *offset = NULL; in date_format()
1277 timelib_time_offset *offset = NULL; in php_idate()
1578 timelib_time_offset *tmp_offset; in php_mktime()
1647 timelib_time_offset *offset = NULL; in php_strftime()
3409 timelib_time_offset *offset; in PHP_FUNCTION()
3875 timelib_time_offset *offset; in PHP_FUNCTION()

Completed in 50 milliseconds