Home
last modified time | relevance | path

Searched refs:timelib_error_message (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/date/lib/
H A Dtimelib_structs.h267 typedef struct timelib_error_message { struct
271 } timelib_error_message; argument
274 struct timelib_error_message *error_messages;
275 struct timelib_error_message *warning_messages;
H A Dparse_iso_intervals.re114 …lib_realloc(s->errors->warning_messages, s->errors->warning_count * sizeof(timelib_error_message));
123 …timelib_realloc(s->errors->error_messages, s->errors->error_count * sizeof(timelib_error_message));
H A Dparse_iso_intervals.c116 …lib_realloc(s->errors->warning_messages, s->errors->warning_count * sizeof(timelib_error_message)); in add_warning()
125 …timelib_realloc(s->errors->error_messages, s->errors->error_count * sizeof(timelib_error_message)); in add_error()
H A Dparse_date.re348 …lib_realloc(s->errors->warning_messages, s->errors->warning_count * sizeof(timelib_error_message));
357 …timelib_realloc(s->errors->error_messages, s->errors->error_count * sizeof(timelib_error_message));
366 …lib_realloc(s->errors->warning_messages, s->errors->warning_count * sizeof(timelib_error_message));
375 …timelib_realloc(s->errors->error_messages, s->errors->error_count * sizeof(timelib_error_message));
H A Dparse_date.c350 …lib_realloc(s->errors->warning_messages, s->errors->warning_count * sizeof(timelib_error_message)); in add_warning()
359 …timelib_realloc(s->errors->error_messages, s->errors->error_count * sizeof(timelib_error_message)); in add_error()
368 …lib_realloc(s->errors->warning_messages, s->errors->warning_count * sizeof(timelib_error_message)); in add_pbf_warning()
377 …timelib_realloc(s->errors->error_messages, s->errors->error_count * sizeof(timelib_error_message)); in add_pbf_error()

Completed in 33 milliseconds