Searched refs:xsd_errors (Results 1 – 2 of 2) sorted by relevance
41 struct xsd_errors struct47 static struct xsd_errors xsd_errors[] __attribute__((unused)) = { variable
133 for (i = 0; strcmp(errorstring, xsd_errors[i].errstring) != 0; i++) { in get_error()134 if (i == ARRAY_SIZE(xsd_errors) - 1) { in get_error()140 return xsd_errors[i].errnum; in get_error()