Home
last modified time | relevance | path

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

/PHP-7.1/ext/date/
H A Dconfig.w3219 tl_config.WriteLine("#define timelib_strdup estrdup");
H A Dconfig0.m434 #define timelib_strdup estrdup
H A Dphp_date.c1112 offset->abbr = timelib_strdup(t->tz_abbr); in date_format()
1322 offset->abbr = timelib_strdup(t->tz_abbr); in php_idate()
1913 newdateobj->time->tz_abbr = timelib_strdup(it_time->tz_abbr); in date_period_it_current_data()
2194 new_obj->time->tz_abbr = timelib_strdup(old_obj->time->tz_abbr); in date_object_clone_date()
2333 new_obj->tzi.z.abbr = timelib_strdup(old_obj->tzi.z.abbr); in date_object_clone_timezone()
2689 new_abbr = timelib_strdup(tzobj->tzi.z.abbr); in php_date_initialize()
2872 new_obj->time->tz_abbr = timelib_strdup(old_obj->time->tz_abbr); in PHP_METHOD()
3391 tzobj->tzi.z.abbr = timelib_strdup(t->tz_abbr); in set_timezone_from_timelib_time()
4612 clone->tz_abbr = timelib_strdup(dateobj->time->tz_abbr); in PHP_METHOD()
4662 dateobj->time->tz_abbr = timelib_strdup(dpobj->start->tz_abbr); in PHP_METHOD()
[all …]
/PHP-7.1/ext/date/lib/
H A Dtimelib.c60 tmp->tz_abbr = timelib_strdup(orig->tz_abbr); in timelib_time_clone()
98 tm->tz_abbr = timelib_strdup(tz_abbr); in timelib_time_tz_abbr_update()
133 t->name = timelib_strdup(name); in timelib_tzinfo_ctor()
H A Dunixtime2tm.c241 t->tz_abbr = timelib_strdup(abbr_info.abbr); in timelib_set_timezone_from_abbr()
267 t->tz_abbr = timelib_strdup(gmt_offset->abbr); in timelib_set_timezone()
H A Dparse_tz.c313 cur_locale = timelib_strdup(tmp); in seek_to_tz_position()
506 tmp->abbr = abbr ? timelib_strdup(abbr) : timelib_strdup("GMT"); in timelib_get_time_zone_info()
H A Dtimelib.h37 # define timelib_strdup strdup macro
H A Dparse_iso_intervals.re117 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error);
126 s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error);
H A Dtm2unixtime.c455 tz->tz_abbr = timelib_strdup(gmt_offset->abbr); in do_adjust_timezone()
H A Dparse_iso_intervals.c119 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error); in add_warning()
128 s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error); in add_error()
H A Dparse_date.re364 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error);
373 s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error);
382 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error);
391 s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error);
2253 parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL;
2260 /* parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL;
H A Dparse_date.c366 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error); in add_warning()
375 s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error); in add_error()
384 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error); in add_pbf_warning()
393 s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error); in add_pbf_error()
25359 parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL; in timelib_fill_holes()

Completed in 183 milliseconds