Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dtimelib.h106 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz);
129 timelib_time_offset* timelib_time_offset_ctor(void);
130 void timelib_time_offset_dtor(timelib_time_offset* t);
H A Dtimelib_structs.h155 typedef struct timelib_time_offset { struct
161 } timelib_time_offset; typedef
H A Dtimelib.c93 timelib_time_offset* timelib_time_offset_ctor(void) in timelib_time_offset_ctor()
95 timelib_time_offset *t; in timelib_time_offset_ctor()
96 t = calloc(1, sizeof(timelib_time_offset)); in timelib_time_offset_ctor()
101 void timelib_time_offset_dtor(timelib_time_offset* t) in timelib_time_offset_dtor()
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.c473 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz) in timelib_get_time_zone_info()
479 timelib_time_offset *tmp = timelib_time_offset_ctor(); in timelib_get_time_zone_info()
507 timelib_time_offset *gmt_offset; in timelib_get_current_offset()
H A Dtm2unixtime.c396 timelib_time_offset *before, *after; in do_adjust_timezone()
419 timelib_time_offset *gmt_offset; in do_adjust_timezone()
/PHP-5.5/ext/standard/
H A Dmicrotime.c71 timelib_time_offset *offset; in _php_gettimeofday()
/PHP-5.5/ext/date/
H A Dphp_date.c1064 timelib_time_offset *offset = NULL; in date_format()
1269 timelib_time_offset *offset = NULL; in php_idate()
1570 timelib_time_offset *tmp_offset; in php_mktime()
1639 timelib_time_offset *offset = NULL; in php_strftime()
3379 timelib_time_offset *offset; in PHP_FUNCTION()
3840 timelib_time_offset *offset; in PHP_FUNCTION()

Completed in 32 milliseconds