Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dparse_tz.c181 static int detect_slim_file(timelib_tzinfo *tz) in detect_slim_file()
394 static unsigned int add_abbr(timelib_tzinfo *tz, char *abbr) in add_abbr()
419 static int integrate_posix_string(timelib_tzinfo *tz) in integrate_posix_string()
491 static char *format_offset_type(timelib_tzinfo *tz, int i) in format_offset_type()
510 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
655 timelib_tzinfo *t; in timelib_tzinfo_ctor()
656 t = timelib_calloc(1, sizeof(timelib_tzinfo)); in timelib_tzinfo_ctor()
665 timelib_tzinfo *tmp; in timelib_parse_tzfile()
728 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
745 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
[all …]
H A Dtimelib.h221 } timelib_tzinfo; typedef
257 timelib_tzinfo *tz_info; /* Timezone structure */
458 typedef timelib_tzinfo* (*timelib_tz_get_wrapper)(const char *tzname, const timelib_tzdb *tzdb, int…
643 void timelib_update_ts(timelib_time* time, timelib_tzinfo* tzi);
728 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz);
765 timelib_tzinfo *timelib_parse_tzfile(const char *timezone, const timelib_tzdb *tzdb, int *error_cod…
770 void timelib_tzinfo_dtor(timelib_tzinfo *tz);
777 timelib_tzinfo* timelib_tzinfo_clone(timelib_tzinfo *tz);
785 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz);
795 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz);
[all …]
H A Dtimelib_private.h163 ttinfo* timelib_fetch_posix_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transi…
167 ttinfo* timelib_fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_t…
H A Dunixtime2tm.c123 timelib_tzinfo *tz = tm->tz_info; in timelib_unixtime2local()
191 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz) in timelib_set_timezone()
H A Dparse_posix.c500 void timelib_get_transitions_for_year(timelib_tzinfo *tz, timelib_sll year, timelib_posix_transitio… in timelib_get_transitions_for_year()
531 ttinfo* timelib_fetch_posix_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transi… in timelib_fetch_posix_timezone_offset()
H A Dtm2unixtime.c366 static void do_adjust_timezone(timelib_time *tz, timelib_tzinfo *tzi) in do_adjust_timezone()
467 void timelib_update_ts(timelib_time* time, timelib_tzinfo* tzi) in timelib_update_ts()
H A Dparse_date.re936 timelib_tzinfo *res;
H A Dparse_date.c938 timelib_tzinfo *res; in timelib_parse_zone()
/php-src/ext/date/
H A Dphp_date.h73 timelib_tzinfo *tz; /* TIMELIB_ZONETYPE_ID */
147 PHPAPI timelib_tzinfo *get_timezone_info(void);
H A Dphp_date.c404 timelib_tzinfo *tzi = (timelib_tzinfo*)Z_PTR_P(zv); in _php_date_tzinfo_dtor()
504 timelib_tzinfo *tzi; in php_date_parse_tzfile()
576 timelib_tzinfo *tzi; in get_timezone_info()
876 timelib_tzinfo *tzi; in php_format_date()
902 timelib_tzinfo *tzi; in php_idate()
1088 timelib_tzinfo *tzi; in PHP_FUNCTION()
1385 timelib_tzinfo *tzi; in PHP_FUNCTION()
1440 timelib_tzinfo *tzi; in PHP_FUNCTION()
2841 timelib_tzinfo *tzi; in php_date_initialize_from_hash()
5456 timelib_tzinfo *tzi; in php_do_date_sunrise_sunset()
[all …]
/php-src/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp63 timelib_tzinfo *tzinfo = get_timezone_info(); in set_gregorian_calendar_time_zone()
/php-src/ext/intl/timezone/
H A Dtimezone_class.cpp139 timelib_tzinfo *tzinfo = get_timezone_info(); in timezone_process_timezone_argument()

Completed in 73 milliseconds