Searched refs:xsd_errors (Results 1 – 2 of 2) sorted by relevance
48 struct xsd_errors struct54 static struct xsd_errors xsd_errors[] __attribute__((unused)) = { argument
158 for (i = 0; strcmp(errorstring, xsd_errors[i].errstring) != 0; i++) { in get_error()159 if (i == ARRAY_SIZE(xsd_errors) - 1) { in get_error()165 return xsd_errors[i].errnum; in get_error()