Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dtimelib.c133 timelib_time_offset* timelib_time_offset_ctor(void) in timelib_time_offset_ctor()
135 timelib_time_offset *t; in timelib_time_offset_ctor()
136 t = timelib_calloc(1, sizeof(timelib_time_offset)); in timelib_time_offset_ctor()
141 void timelib_time_offset_dtor(timelib_time_offset* t) in timelib_time_offset_dtor()
H A Dunixtime2tm.c122 timelib_time_offset *gmt_offset; in timelib_unixtime2local()
193 timelib_time_offset *gmt_offset; in timelib_set_timezone()
H A Dtimelib.h249 } timelib_time_offset; typedef
795 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz);
934 timelib_time_offset* timelib_time_offset_ctor(void);
939 void timelib_time_offset_dtor(timelib_time_offset* t);
H A Dparse_tz.c881 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz) in timelib_get_time_zone_info()
887 timelib_time_offset *tmp = timelib_time_offset_ctor(); in timelib_get_time_zone_info()
/php-src/ext/standard/
H A Dmicrotime.c65 timelib_time_offset *offset; in _php_gettimeofday()
/php-src/ext/date/
H A Dphp_date.c680 timelib_time_offset *offset = NULL; in date_format()
906 timelib_time_offset *offset = NULL; in php_idate()
1267 timelib_time_offset *offset = NULL; in php_strftime()
3654 timelib_time_offset *offset; in PHP_FUNCTION()
4284 timelib_time_offset *offset; in PHP_FUNCTION()
4394 timelib_time_offset *tto = timelib_get_time_zone_info(timestamp_begin, tzobj->tzi.tz); in PHP_FUNCTION()

Completed in 49 milliseconds