Home
last modified time | relevance | path

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

/PHP-5.4/ext/date/lib/
H A Dparse_tz.c141 tz->timezone_abbr = (char*) malloc(tz->charcnt); in read_types()
142 if (!tz->timezone_abbr) { in read_types()
145 memcpy(tz->timezone_abbr, *tzf, sizeof(char) * tz->charcnt); in read_types()
236 &tz->timezone_abbr[tz->type[0].abbr_idx], in timelib_dump_tzinfo()
246 &tz->timezone_abbr[tz->type[tz->trans_idx[i]].abbr_idx], in timelib_dump_tzinfo()
417 abbr = &(tz->timezone_abbr[to->abbr_idx]); in timelib_get_time_zone_info()
422 abbr = tz->timezone_abbr; in timelib_get_time_zone_info()
H A Dtimelib.c132 tmp->timezone_abbr = (char*) malloc(tz->charcnt); in timelib_tzinfo_clone()
133 memcpy(tmp->timezone_abbr, tz->timezone_abbr, tz->charcnt); in timelib_tzinfo_clone()
147 TIMELIB_TIME_FREE(tz->timezone_abbr); in timelib_tzinfo_dtor()
H A Dtimelib_structs.h118 char *timezone_abbr; member
/PHP-5.4/ext/date/
H A Dphp_date.c3400 …add_assoc_string(element, "abbr", &tzobj->tzi.tz->timezone_abbr[tzobj->tzi.tz->type[0].abbr_idx], … in PHP_FUNCTION()
3410 …add_assoc_string(element, "abbr", &tzobj->tzi.tz->timezone_abbr[tzobj->tzi.tz->type[tzobj->tzi.tz-… in PHP_FUNCTION()

Completed in 30 milliseconds