Home
last modified time | relevance | path

Searched refs:timelib_tzinfo (Results 1 – 10 of 10) sorted by relevance

/PHP-5.4/ext/date/lib/
H A Dtimelib.h58 typedef timelib_tzinfo* (*timelib_tz_get_wrapper)(char *tzname, const timelib_tzdb *tzdb);
85 void timelib_update_ts(timelib_time* time, timelib_tzinfo* tzi);
96 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz);
100 timelib_tzinfo *timelib_parse_tzfile(char *timezone, const timelib_tzdb *tzdb);
101 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz);
102 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz);
104 void timelib_dump_tzinfo(timelib_tzinfo *tz);
109 timelib_tzinfo* timelib_tzinfo_ctor(char *name);
112 void timelib_tzinfo_dtor(timelib_tzinfo *tz);
113 timelib_tzinfo* timelib_tzinfo_clone(timelib_tzinfo *tz);
H A Dparse_tz.c52 static void read_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_preamble()
70 static void read_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_header()
84 static void read_transistions(const unsigned char **tzf, timelib_tzinfo *tz) in read_transistions()
114 static void read_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_types()
197 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
216 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
315 timelib_tzinfo *timelib_parse_tzfile(char *timezone, const timelib_tzdb *tzdb) in timelib_parse_tzfile()
318 timelib_tzinfo *tmp; in timelib_parse_tzfile()
379 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
395 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz) in timelib_timestamp_is_in_dst()
[all …]
H A Dtimelib.c105 timelib_tzinfo* timelib_tzinfo_ctor(char *name) in timelib_tzinfo_ctor()
107 timelib_tzinfo *t; in timelib_tzinfo_ctor()
108 t = calloc(1, sizeof(timelib_tzinfo)); in timelib_tzinfo_ctor()
114 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
116 timelib_tzinfo *tmp = timelib_tzinfo_ctor(tz->name); in timelib_tzinfo_clone()
141 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
H A Dtimelib_structs.h104 typedef struct timelib_tzinfo struct
123 } timelib_tzinfo; argument
159 timelib_tzinfo *tz_info; /* Timezone structure */
H A Dunixtime2tm.c178 timelib_tzinfo *tz = tm->tz_info; in timelib_unixtime2local()
245 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz) in timelib_set_timezone()
H A Dtm2unixtime.c361 static timelib_sll do_adjust_timezone(timelib_time *tz, timelib_tzinfo *tzi) in do_adjust_timezone()
429 void timelib_update_ts(timelib_time* time, timelib_tzinfo* tzi) in timelib_update_ts()
H A Dparse_date.re792 timelib_tzinfo *res;
H A Dparse_date.c794 timelib_tzinfo *res; in timelib_get_zone()
/PHP-5.4/ext/date/
H A Dphp_date.h125 timelib_tzinfo *tz; /* TIMELIB_ZONETYPE_ID */
175 PHPAPI timelib_tzinfo *get_timezone_info(TSRMLS_D);
H A Dphp_date.c635 timelib_tzinfo **tzi = (timelib_tzinfo **)tzinfo; in _php_date_tzinfo_dtor()
940 timelib_tzinfo *tzi; in get_timezone_info()
1190 timelib_tzinfo *tzi; in php_format_date()
1217 timelib_tzinfo *tzi; in php_idate()
1403 timelib_tzinfo *tzi; in PHP_FUNCTION()
1591 timelib_tzinfo *tzi; in php_strftime()
1696 timelib_tzinfo *tzi; in PHP_FUNCTION()
1742 timelib_tzinfo *tzi; in PHP_FUNCTION()
2575 timelib_tzinfo *tzi; in php_date_initialize_from_hash()
4119 timelib_tzinfo *tzi; in php_do_date_sunrise_sunset()
[all …]

Completed in 58 milliseconds