Lines Matching refs:add_error

98 #define TIMELIB_HAVE_TIME() { if (s->time->have_time) { add_error(s, TIMELIB_ERR_DOUBLE_TIME, "Doub…
100 #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, TIMELIB_ERR_DOUBLE_DATE, "Doub…
105 …) { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add_error(s, TIMELIB_ERR_D…
376 static void add_error(Scanner *s, int error_code, const char *error) in add_error() function
556 add_error(s, TIMELIB_ERR_UNEXPECTED_DATA, "Found unexpected data"); in timelib_get_signed_nr()
577 add_error(s, TIMELIB_ERR_UNEXPECTED_DATA, "Found unexpected data"); in timelib_get_signed_nr()
594 add_error(s, TIMELIB_ERR_NUMBER_OUT_OF_RANGE, "Number out of range"); in timelib_get_signed_nr()
724 add_error(s, TIMELIB_ERR_NUMBER_OUT_OF_RANGE, "Number out of range"); in add_with_overflow()
1219 add_error(s, TIMELIB_ERR_UNEXPECTED_CHARACTER, "Unexpected character"); in scan()
1789 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
5897 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
11004 add_error(s, TIMELIB_ERR_DOUBLE_TIME, "Double time specification"); in scan()
17253 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
18510 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
24210 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
24605 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
24872 add_error(&in, TIMELIB_ERR_EMPTY_STRING, "Empty string"); in timelib_strtotime()