Searched refs:xsd_errors (Results 1 – 2 of 2) sorted by relevance
58 struct xsd_errors struct65 static struct xsd_errors xsd_errors[] argument
164 for (i = 0; !streq(errorstring, xsd_errors[i].errstring); i++) { in get_error()165 if (i == (sizeof (xsd_errors) / sizeof (xsd_errors[0])) - 1) { in get_error()172 return (xsd_errors[i].errnum); in get_error()