Home
last modified time | relevance | path

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

/PHP-7.0/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 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 Dtm2unixtime.c440 tz->tz_abbr = timelib_strdup(gmt_offset->abbr); in do_adjust_timezone()
H A Dparse_date.re351 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error);
360 s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error);
369 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error);
378 s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error);
2204 parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL;
2211 /* parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL;
H A Dparse_date.c353 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error); in add_warning()
362 s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error); in add_error()
371 s->errors->warning_messages[s->errors->warning_count - 1].message = timelib_strdup(error); in add_pbf_warning()
380 s->errors->error_messages[s->errors->error_count - 1].message = timelib_strdup(error); in add_pbf_error()
24315 parsed->tz_abbr = now->tz_abbr ? timelib_strdup(now->tz_abbr) : NULL; in timelib_fill_holes()
/PHP-7.0/ext/date/
H A Dconfig.w3218 tl_config.WriteLine("#define timelib_strdup estrdup");
H A Dconfig0.m434 #define timelib_strdup estrdup
H A Dphp_date.c1099 offset->abbr = timelib_strdup(t->tz_abbr); in date_format()
1309 offset->abbr = timelib_strdup(t->tz_abbr); in php_idate()
1900 newdateobj->time->tz_abbr = timelib_strdup(it_time->tz_abbr); in date_period_it_current_data()
2180 new_obj->time->tz_abbr = timelib_strdup(old_obj->time->tz_abbr); in date_object_clone_date()
2319 new_obj->tzi.z.abbr = timelib_strdup(old_obj->tzi.z.abbr); in date_object_clone_timezone()
2595 new_abbr = timelib_strdup(tzobj->tzi.z.abbr); in php_date_initialize()
2777 new_obj->time->tz_abbr = timelib_strdup(old_obj->time->tz_abbr); in PHP_METHOD()
3291 tzobj->tzi.z.abbr = timelib_strdup(t->tz_abbr); in set_timezone_from_timelib_time()
4482 clone->tz_abbr = timelib_strdup(dateobj->time->tz_abbr); in PHP_METHOD()
4532 dateobj->time->tz_abbr = timelib_strdup(dpobj->start->tz_abbr); in PHP_METHOD()
[all …]

Completed in 87 milliseconds