Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dparse_tz.c87 static int read_php_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_php_preamble()
342 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
370 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
485 static timelib_tzinfo* timelib_tzinfo_ctor(char *name) in timelib_tzinfo_ctor()
487 timelib_tzinfo *t; in timelib_tzinfo_ctor()
488 t = timelib_calloc(1, sizeof(timelib_tzinfo)); in timelib_tzinfo_ctor()
497 timelib_tzinfo *tmp; in timelib_parse_tzfile()
550 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
563 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
565 timelib_tzinfo *tmp = timelib_tzinfo_ctor(tz->name); in timelib_tzinfo_clone()
[all …]
H A Dtimelib.h176 } timelib_tzinfo; typedef
212 timelib_tzinfo *tz_info; /* Timezone structure */
404 typedef timelib_tzinfo* (*timelib_tz_get_wrapper)(char *tzname, const timelib_tzdb *tzdb, int *erro…
589 void timelib_update_ts(timelib_time* time, timelib_tzinfo* tzi);
660 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz);
685 timelib_tzinfo *timelib_parse_tzfile(char *timezone, const timelib_tzdb *tzdb, int *error_code);
690 void timelib_tzinfo_dtor(timelib_tzinfo *tz);
697 timelib_tzinfo* timelib_tzinfo_clone(timelib_tzinfo *tz);
705 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz);
715 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz);
[all …]
H A Dunixtime2tm.c160 timelib_tzinfo *tz = tm->tz_info; in timelib_unixtime2local()
228 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz) in timelib_set_timezone()
H A Dtm2unixtime.c427 static timelib_sll do_adjust_timezone(timelib_time *tz, timelib_tzinfo *tzi) in do_adjust_timezone()
494 void timelib_update_ts(timelib_time* time, timelib_tzinfo* tzi) in timelib_update_ts()
H A Dparse_date.re809 timelib_tzinfo *res;
H A Dparse_date.c811 timelib_tzinfo *res; in timelib_parse_zone()
/PHP-7.4/ext/date/
H A Dphp_date.h148 timelib_tzinfo *tz; /* TIMELIB_ZONETYPE_ID */
215 PHPAPI timelib_tzinfo *get_timezone_info(void);
H A Dphp_date.c720 timelib_tzinfo *tzi = (timelib_tzinfo*)Z_PTR_P(zv); in _php_date_tzinfo_dtor()
965 timelib_tzinfo *tzi; in php_date_parse_tzfile()
1049 timelib_tzinfo *tzi; in get_timezone_info()
1301 timelib_tzinfo *tzi; in php_format_date()
1328 timelib_tzinfo *tzi; in php_idate()
1514 timelib_tzinfo *tzi; in PHP_FUNCTION()
1793 timelib_tzinfo *tzi; in PHP_FUNCTION()
1845 timelib_tzinfo *tzi; in PHP_FUNCTION()
2969 timelib_tzinfo *tzi; in php_date_initialize_from_hash()
5017 timelib_tzinfo *tzi; in php_do_date_sunrise_sunset()
[all …]
/PHP-7.4/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp187 timelib_tzinfo *tzinfo = get_timezone_info(); in _php_intlgregcal_constructor_body()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp140 timelib_tzinfo *tzinfo = get_timezone_info(); in timezone_process_timezone_argument()

Completed in 77 milliseconds