Home
last modified time | relevance | path

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

/PHP-5.6/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.c240 t->tz_abbr = timelib_strdup(abbr_info.abbr); in timelib_set_timezone_from_abbr()
266 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()

Completed in 73 milliseconds