Lines Matching refs:add_error
96 #define TIMELIB_HAVE_TIME() { if (s->time->have_time) { add_error(s, TIMELIB_ERR_DOUBLE_TIME, "Doub…
98 #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, TIMELIB_ERR_DOUBLE_DATE, "Doub…
103 …) { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add_error(s, TIMELIB_ERR_D…
374 static void add_error(Scanner *s, int error_code, const char *error)
554 add_error(s, TIMELIB_ERR_UNEXPECTED_DATA, "Found unexpected data");
575 add_error(s, TIMELIB_ERR_UNEXPECTED_DATA, "Found unexpected data");
592 add_error(s, TIMELIB_ERR_NUMBER_OUT_OF_RANGE, "Number out of range");
722 add_error(s, TIMELIB_ERR_NUMBER_OUT_OF_RANGE, "Number out of range");
1397 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1419 add_error(s, TIMELIB_ERR_DOUBLE_TIME, "Double time specification");
1463 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1677 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1783 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1897 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1950 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database");
1991 add_error(s, TIMELIB_ERR_UNEXPECTED_CHARACTER, "Unexpected character");
2022 add_error(&in, TIMELIB_ERR_EMPTY_STRING, "Empty string");