Lines Matching refs:add_error
97 #define TIMELIB_HAVE_TIME() { if (s->time->have_time) { add_error(s, TIMELIB_ERR_DOUBLE_TIME, "Doub…
99 #define TIMELIB_HAVE_DATE() { if (s->time->have_date) { add_error(s, TIMELIB_ERR_DOUBLE_DATE, "Doub…
104 …) { s->cur = cursor; if (s->time->have_zone) { s->time->have_zone > 1 ? add_error(s, TIMELIB_ERR_D…
347 static void add_error(Scanner *s, int error_code, char *error) in add_error() function
1007 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
1323 add_error(s, TIMELIB_ERR_UNEXPECTED_CHARACTER, "Unexpected character"); in scan()
4900 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
9331 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
11605 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
13087 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
15440 add_error(s, TIMELIB_ERR_DOUBLE_TIME, "Double time specification"); in scan()
15558 add_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database"); in scan()
24922 add_error(&in, TIMELIB_ERR_EMPTY_STRING, "Empty string"); in timelib_strtotime()