Home
last modified time | relevance | path

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

/PHP-5.6/ext/date/lib/
H A Dtimelib.h74 typedef timelib_tzinfo* (*timelib_tz_get_wrapper)(char *tzname, const timelib_tzdb *tzdb);
102 void timelib_update_ts(timelib_time* time, timelib_tzinfo* tzi);
113 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz);
117 timelib_tzinfo *timelib_parse_tzfile(char *timezone, const timelib_tzdb *tzdb);
118 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz);
119 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz);
121 void timelib_dump_tzinfo(timelib_tzinfo *tz);
127 timelib_tzinfo* timelib_tzinfo_ctor(char *name);
130 void timelib_tzinfo_dtor(timelib_tzinfo *tz);
131 timelib_tzinfo* timelib_tzinfo_clone(timelib_tzinfo *tz);
H A Dparse_tz.c58 static int read_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_preamble()
81 static void read_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_header()
103 static void read_transistions(const unsigned char **tzf, timelib_tzinfo *tz) in read_transistions()
133 static void skip_64bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in skip_64bit_types()
148 static void read_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_types()
231 static void skip_posix_string(const unsigned char **tzf, timelib_tzinfo *tz) in skip_posix_string()
243 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
262 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
383 timelib_tzinfo *tmp; in timelib_parse_tzfile()
452 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
[all …]
H A Dtimelib.c129 timelib_tzinfo* timelib_tzinfo_ctor(char *name) in timelib_tzinfo_ctor()
131 timelib_tzinfo *t; in timelib_tzinfo_ctor()
132 t = timelib_calloc(1, sizeof(timelib_tzinfo)); in timelib_tzinfo_ctor()
138 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
140 timelib_tzinfo *tmp = timelib_tzinfo_ctor(tz->name); in timelib_tzinfo_clone()
165 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
H A Dtimelib_structs.h180 typedef struct timelib_tzinfo struct
209 } timelib_tzinfo; argument
245 timelib_tzinfo *tz_info; /* Timezone structure */
H A Dunixtime2tm.c182 timelib_tzinfo *tz = tm->tz_info; in timelib_unixtime2local()
249 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz) in timelib_set_timezone()
H A Dtm2unixtime.c381 static timelib_sll do_adjust_timezone(timelib_time *tz, timelib_tzinfo *tzi) in do_adjust_timezone()
449 void timelib_update_ts(timelib_time* time, timelib_tzinfo* tzi) in timelib_update_ts()
H A Dparse_date.re748 timelib_tzinfo *res;
H A Dparse_date.c750 timelib_tzinfo *res; in timelib_parse_zone()
/PHP-5.6/ext/date/
H A Dphp_date.h144 timelib_tzinfo *tz; /* TIMELIB_ZONETYPE_ID */
196 PHPAPI timelib_tzinfo *get_timezone_info(TSRMLS_D);
H A Dphp_date.c690 timelib_tzinfo **tzi = (timelib_tzinfo **)tzinfo; in _php_date_tzinfo_dtor()
998 timelib_tzinfo *tzi; in get_timezone_info()
1248 timelib_tzinfo *tzi; in php_format_date()
1275 timelib_tzinfo *tzi; in php_idate()
1460 timelib_tzinfo *tzi; in PHP_FUNCTION()
1646 timelib_tzinfo *tzi; in php_strftime()
1761 timelib_tzinfo *tzi; in PHP_FUNCTION()
1807 timelib_tzinfo *tzi; in PHP_FUNCTION()
2814 timelib_tzinfo *tzi; in php_date_initialize_from_hash()
4731 timelib_tzinfo *tzi; in php_do_date_sunrise_sunset()
[all …]
/PHP-5.6/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp141 timelib_tzinfo *tzinfo = get_timezone_info(TSRMLS_C); in _php_intlgregcal_constructor_body()
/PHP-5.6/ext/intl/timezone/
H A Dtimezone_class.cpp142 timelib_tzinfo *tzinfo = get_timezone_info(TSRMLS_C); in timezone_process_timezone_argument()

Completed in 109 milliseconds