add_error         110 ext/date/lib/parse_date.c #define TIMELIB_HAVE_TIME() { if (s->time->have_time) { add_error(s, "Double time specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->time->have_time = 1; s->time->h = 0; s->time->i = 0; s->time->s = 0; s->time->f = 0; } }
add_error         112 ext/date/lib/parse_date.c #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, "Double date specification"); timelib_string_free(str); return TIMELIB_ERROR; } else { s->time->have_date = 1; } }
add_error         117 ext/date/lib/parse_date.c #define TIMELIB_HAVE_TZ() { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add_error(s, "Double timezone specification") : add_warning(s, "Double timezone specification"); timelib_string_free(str); s->time->have_zone++; return TIMELIB_ERROR; } else { s->time->have_zone++; } }
add_error        1005 ext/date/lib/parse_date.c 			add_error(s, "The timezone could not be found in the database");
add_error        1321 ext/date/lib/parse_date.c 		add_error(s, "Unexpected character");
add_error        4451 ext/date/lib/parse_date.c 				add_error(s, "The timezone could not be found in the database");
add_error        9765 ext/date/lib/parse_date.c 				add_error(s, "The timezone could not be found in the database");
add_error        12026 ext/date/lib/parse_date.c 			add_error(s, "The timezone could not be found in the database");
add_error        13401 ext/date/lib/parse_date.c 					add_error(s, "The timezone could not be found in the database");
add_error        15632 ext/date/lib/parse_date.c 				add_error(s, "Double time specification");
add_error        15742 ext/date/lib/parse_date.c 				add_error(s, "The timezone could not be found in the database");
add_error        24665 ext/date/lib/parse_date.c 		add_error(&in, "Empty string");
add_error         327 ext/date/lib/parse_iso_intervals.c 		add_error(s, "Unexpected character");
add_error         360 ext/date/lib/parse_iso_intervals.c 				add_error(s, "Missing expected time part");
add_error         379 ext/date/lib/parse_iso_intervals.c 					add_error(s, "Undefined period specifier");
add_error        1032 ext/date/lib/parse_iso_intervals.c 		add_error(&in, "Empty string");