Home
last modified time | relevance | path

Searched refs:timezone_abbr (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/date/lib/
H A Dparse_tz.c273 tz->timezone_abbr = (char*) timelib_malloc(tz->bit64.charcnt); in read_64bit_types()
274 if (!tz->timezone_abbr) { in read_64bit_types()
385 (strcmp(abbr, &tz->timezone_abbr[tz->type[i].abbr_idx]) == 0) in find_ttinfo_index()
398 tz->timezone_abbr = (char*) timelib_realloc(tz->timezone_abbr, new_length); in add_abbr()
399 memcpy(tz->timezone_abbr + old_length, abbr, strlen(abbr)); in add_abbr()
401 tz->timezone_abbr[new_length - 1] = '\0'; in add_abbr()
502 &tz->timezone_abbr[tz->type[i].abbr_idx], in format_offset_type()
734 TIMELIB_TIME_FREE(tz->timezone_abbr); in timelib_tzinfo_dtor()
772 memcpy(tmp->timezone_abbr, tz->timezone_abbr, tz->bit64.charcnt); in timelib_tzinfo_clone()
892 abbr = &(tz->timezone_abbr[to->abbr_idx]); in timelib_get_time_zone_info()
[all …]
H A Dtimelib.h213 char *timezone_abbr; member
/php-src/ext/date/
H A Dphp_date.c4307 …add_assoc_string(&element, "abbr", &tzobj->tzi.tz->timezone_abbr[tzobj->tzi.tz->type[0].abbr_idx])… in PHP_FUNCTION()
4316 …add_assoc_string(&element, "abbr", &tzobj->tzi.tz->timezone_abbr[tzobj->tzi.tz->type[tzobj->tzi.tz… in PHP_FUNCTION()
4325 …add_assoc_string(&element, "abbr", &tzobj->tzi.tz->timezone_abbr[tzobj->tzi.tz->type[i].abbr_idx])… in PHP_FUNCTION()

Completed in 27 milliseconds