Searched refs:timelib_realloc (Results 1 – 8 of 8) sorted by relevance
15 tl_config.WriteLine("#define timelib_realloc erealloc");
40 #define timelib_realloc erealloc
366 # define timelib_realloc realloc macro
92 …s->errors->error_messages = timelib_realloc(s->errors->error_messages, s->errors->error_count * si…
94 …s->errors->error_messages = timelib_realloc(s->errors->error_messages, s->errors->error_count * si… in add_error()
398 tz->timezone_abbr = (char*) timelib_realloc(tz->timezone_abbr, new_length); in add_abbr()
359 *messages = timelib_realloc(*messages, alloc_size * sizeof(timelib_error_message));
361 *messages = timelib_realloc(*messages, alloc_size * sizeof(timelib_error_message)); in alloc_error_message()
Completed in 55 milliseconds