Home
last modified time | relevance | path

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

/PHP-5.4/ext/date/lib/
H A Dtimelib.h102 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz);
124 timelib_time_offset* timelib_time_offset_ctor(void);
125 void timelib_time_offset_dtor(timelib_time_offset* t);
H A Dtimelib.c91 timelib_time_offset* timelib_time_offset_ctor(void) in timelib_time_offset_ctor()
93 timelib_time_offset *t; in timelib_time_offset_ctor()
94 t = calloc(1, sizeof(timelib_time_offset)); in timelib_time_offset_ctor()
99 void timelib_time_offset_dtor(timelib_time_offset* t) in timelib_time_offset_dtor()
H A Dtimelib_structs.h145 typedef struct timelib_time_offset { struct
151 } timelib_time_offset; argument
H A Dunixtime2tm.c154 timelib_time_offset *gmt_offset; in timelib_update_from_sse()
177 timelib_time_offset *gmt_offset; in timelib_unixtime2local()
247 timelib_time_offset *gmt_offset; in timelib_set_timezone()
H A Dparse_tz.c406 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz) in timelib_get_time_zone_info()
412 timelib_time_offset *tmp = timelib_time_offset_ctor(); in timelib_get_time_zone_info()
440 timelib_time_offset *gmt_offset; in timelib_get_current_offset()
H A Dtm2unixtime.c388 timelib_time_offset *before, *after; in do_adjust_timezone()
411 timelib_time_offset *gmt_offset; in do_adjust_timezone()
/PHP-5.4/ext/standard/
H A Dmicrotime.c71 timelib_time_offset *offset; in _php_gettimeofday()
/PHP-5.4/ext/date/
H A Dphp_date.c1014 timelib_time_offset *offset = NULL; in date_format()
1219 timelib_time_offset *offset = NULL; in php_idate()
1522 timelib_time_offset *tmp_offset; in php_mktime()
1592 timelib_time_offset *offset = NULL; in php_strftime()
3032 timelib_time_offset *offset; in PHP_FUNCTION()
3348 timelib_time_offset *offset; in PHP_FUNCTION()

Completed in 39 milliseconds