Searched refs:timelib_error_message (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/ext/date/lib/ |
H A D | timelib_structs.h | 267 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 D | parse_iso_intervals.re | 114 …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 D | parse_iso_intervals.c | 116 …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 D | parse_date.re | 348 …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 D | parse_date.c | 350 …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 48 milliseconds