Home
last modified time | relevance | path

Searched refs:timelib_tz_lookup_table (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h209 } timelib_tz_lookup_table; typedef
H A Dtimelib.h78 const timelib_tz_lookup_table *timelib_timezone_abbreviations_list(void);
H A Dparse_date.re172 const static timelib_tz_lookup_table timelib_timezone_lookup[] = {
177 const static timelib_tz_lookup_table timelib_timezone_fallbackmap[] = {
182 const static timelib_tz_lookup_table timelib_timezone_utc[] = {
671 const static timelib_tz_lookup_table* abbr_search(const char *word, long gmtoffset, int isdst)
674 const timelib_tz_lookup_table *tp, *first_found_elem = NULL;
675 const timelib_tz_lookup_table *fmp;
714 const timelib_tz_lookup_table *tp;
2207 const timelib_tz_lookup_table *tp;
2217 const timelib_tz_lookup_table *timelib_timezone_abbreviations_list(void)
H A Dparse_date.c174 const static timelib_tz_lookup_table timelib_timezone_lookup[] = {
179 const static timelib_tz_lookup_table timelib_timezone_fallbackmap[] = {
184 const static timelib_tz_lookup_table timelib_timezone_utc[] = {
673 const static timelib_tz_lookup_table* abbr_search(const char *word, long gmtoffset, int isdst) in abbr_search()
676 const timelib_tz_lookup_table *tp, *first_found_elem = NULL; in abbr_search()
677 const timelib_tz_lookup_table *fmp; in abbr_search()
716 const timelib_tz_lookup_table *tp; in timelib_lookup_abbr()
25198 const timelib_tz_lookup_table *tp; in timelib_timezone_id_from_abbr()
25208 const timelib_tz_lookup_table *timelib_timezone_abbreviations_list(void) in timelib_timezone_abbreviations_list()
/PHP-5.5/ext/date/
H A Dphp_date.c4537 const timelib_tz_lookup_table *table, *entry; in PHP_FUNCTION()

Completed in 68 milliseconds