Searched refs:timelib_strdup (Results 1 – 12 of 12) sorted by relevance
60 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()
241 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()
313 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()
37 # define timelib_strdup strdup macro
117 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);
119 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()
440 tz->tz_abbr = timelib_strdup(gmt_offset->abbr); in do_adjust_timezone()
351 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;
353 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()
18 tl_config.WriteLine("#define timelib_strdup estrdup");
34 #define timelib_strdup estrdup
1099 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 82 milliseconds