Home
last modified time | relevance | path

Searched refs:timelib_strdup (Results 1 – 11 of 11) sorted by relevance

/PHP-8.2/ext/date/
H A Dconfig.w3217 tl_config.WriteLine("#define timelib_strdup estrdup");
H A Dconfig0.m438 #define timelib_strdup estrdup
H A Dphp_date.c679 offset->abbr = timelib_strdup(t->tz_abbr); in date_format()
902 offset->abbr = timelib_strdup(t->tz_abbr); in php_idate()
1597 newdateobj->time->tz_abbr = timelib_strdup(it_time->tz_abbr); in date_period_it_current_data()
1837 new_obj->time->tz_abbr = timelib_strdup(old_obj->time->tz_abbr); in date_object_clone_date()
1986 new_obj->tzi.z.abbr = timelib_strdup(old_obj->tzi.z.abbr); in date_object_clone_timezone()
2422 new_abbr = timelib_strdup(tzobj->tzi.z.abbr); in php_date_initialize()
3348 tzobj->tzi.z.abbr = timelib_strdup(t->tz_abbr); in set_timezone_from_timelib_time()
4792 clone->tz_abbr = timelib_strdup(dateobj->time->tz_abbr); in PHP_METHOD()
4847 dateobj->time->tz_abbr = timelib_strdup(dpobj->start->tz_abbr); in PHP_METHOD()
4874 dateobj->time->tz_abbr = timelib_strdup(dpobj->end->tz_abbr); in PHP_METHOD()
/PHP-8.2/ext/date/lib/
H A Dunixtime2tm.c182 t->tz_abbr = timelib_strdup(abbr_info.abbr); in timelib_set_timezone_from_abbr()
208 t->tz_abbr = timelib_strdup(gmt_offset->abbr); in timelib_set_timezone()
H A Dtimelib.c93 tmp->tz_abbr = timelib_strdup(orig->tz_abbr); in timelib_time_clone()
127 tm->tz_abbr = timelib_strdup(tz_abbr); in timelib_time_tz_abbr_update()
H A Dparse_tz.c657 t->name = timelib_strdup(name); in timelib_tzinfo_ctor()
780 tmp->posix_string = timelib_strdup(tz->posix_string); in timelib_tzinfo_clone()
908 tmp->abbr = abbr ? timelib_strdup(abbr) : timelib_strdup("GMT"); in timelib_get_time_zone_info()
H A Dtimelib.h368 # define timelib_strdup strdup macro
H A Dparse_date.re371 message->message = timelib_strdup(error);
381 message->message = timelib_strdup(error);
391 message->message = timelib_strdup(error);
401 message->message = timelib_strdup(error);
2709 parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL;
2715 /* parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL;
H A Dparse_iso_intervals.re95 s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error);
H A Dparse_iso_intervals.c97 s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error); in add_error()
H A Dparse_date.c373 message->message = timelib_strdup(error); in add_warning()
383 message->message = timelib_strdup(error); in add_error()
393 message->message = timelib_strdup(error); in add_pbf_warning()
403 message->message = timelib_strdup(error); in add_pbf_error()
25559 parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL; in timelib_fill_holes()

Completed in 74 milliseconds