Home
last modified time | relevance | path

Searched refs:tzdb (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/date/lib/
H A Dtimelib.h456 typedef timelib_tzinfo* (*timelib_tz_get_wrapper)(const char *tzname, const timelib_tzdb *tzdb, int…
514 …har *s, size_t len, timelib_error_container **errors, const timelib_tzdb *tzdb, timelib_tz_get_wra…
535 …har *s, size_t len, timelib_error_container **errors, const timelib_tzdb *tzdb, timelib_tz_get_wra…
549 …har *s, size_t len, timelib_error_container **errors, const timelib_tzdb *tzdb, timelib_tz_get_wra…
607 … **ptr, int *dst, timelib_time *t, int *tz_not_found, const timelib_tzdb *tzdb, timelib_tz_get_wra…
734 int timelib_timezone_id_is_valid(const char *timezone, const timelib_tzdb *tzdb);
763 timelib_tzinfo *timelib_parse_tzfile(const char *timezone, const timelib_tzdb *tzdb, int *error_cod…
832 const timelib_tzdb_index_entry *timelib_timezone_identifiers_list(const timelib_tzdb *tzdb, int *co…
853 void timelib_zoneinfo_dtor(timelib_tzdb *tzdb);
H A Dparse_tz.c582 int left = 0, right = tzdb->index_size - 1; in seek_to_tz_position()
584 if (tzdb->index_size == 0) { in seek_to_tz_position()
590 int cmp = timelib_strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position()
597 (*tzf) = &(tzdb->data[tzdb->index[mid].pos]); in seek_to_tz_position()
611 const timelib_tzdb_index_entry *timelib_timezone_identifiers_list(const timelib_tzdb *tzdb, int *co… in timelib_timezone_identifiers_list() argument
613 *count = tzdb->index_size; in timelib_timezone_identifiers_list()
614 return tzdb->index; in timelib_timezone_identifiers_list()
617 int timelib_timezone_id_is_valid(const char *timezone, const timelib_tzdb *tzdb) in timelib_timezone_id_is_valid() argument
620 return (seek_to_tz_position(&tzf, timezone, tzdb)); in timelib_timezone_id_is_valid()
662 timelib_tzinfo *timelib_parse_tzfile(const char *timezone, const timelib_tzdb *tzdb, int *error_cod… in timelib_parse_tzfile() argument
[all …]
H A Dparse_date.re140 const timelib_tzdb *tzdb;
924 if ((res = tz_wrapper(tz_abbr, tzdb, &dummy_error_code)) != NULL) {
1332 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp…
1373 s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, s->tzdb, tz_get_wrapper);
1398 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp…
1612 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp…
1715 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp…
1828 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp…
1881 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp…
1977 in.tzdb = tzdb;
[all …]
H A Dparse_date.c142 const timelib_tzdb *tzdb; member
926 if ((res = tz_wrapper(tz_abbr, tzdb, &dummy_error_code)) != NULL) { in timelib_parse_zone()
1109 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
5118 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
9871 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
12149 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
13703 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
16295 …s->time->z = timelib_parse_zone(&ptr, &s->time->dst, s->time, &tz_not_found, s->tzdb, tz_get_wrapp… in scan()
25975 in.tzdb = tzdb; in timelib_strtotime()
26144 in.tzdb = tzdb; in timelib_parse_from_format_with_map()
[all …]
/PHP-8.1/ext/date/
H A Dphp_date.h126 PHPAPI void php_date_set_tzdb(timelib_tzdb *tzdb);
H A Dphp_date.c76 static char* guess_timezone(const timelib_tzdb *tzdb);
454 const timelib_tzdb *tzdb = DATE_TIMEZONEDB; in PHP_MINFO_FUNCTION() local
492 return php_date_parse_tzfile(formal_tzname, tzdb); in php_date_parse_tzfile_wrapper()
979 PHPAPI void php_date_set_tzdb(timelib_tzdb *tzdb) in php_date_set_tzdb() argument
984 php_date_global_timezone_db = tzdb; in php_date_set_tzdb()
4503 const timelib_tzdb *tzdb; in PHP_FUNCTION() local
4523 tzdb = DATE_TIMEZONEDB; in PHP_FUNCTION()
4530 if (tzdb->data[table[i].pos + 5] == option[0] && tzdb->data[table[i].pos + 6] == option[1]) { in PHP_FUNCTION()
4543 const timelib_tzdb *tzdb; in PHP_FUNCTION() local
4547 tzdb = DATE_TIMEZONEDB; in PHP_FUNCTION()
[all …]

Completed in 63 milliseconds