Lines Matching refs:testErrorHandler
250 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { in testErrorHandler() function
1714 xmlSetGenericErrorFunc(NULL, testErrorHandler); in saxParseTest()
2194 testErrorHandler(NULL, "Relax-NG schema %s failed to compile\n", in streamProcessTest()
2213 testErrorHandler(NULL, "%s : failed to parse\n", filename); in streamProcessTest()
2217 testErrorHandler(NULL, "%s fails to validate\n", filename); in streamProcessTest()
2219 testErrorHandler(NULL, "%s validates\n", filename); in streamProcessTest()
3015 (xmlSchemaValidityErrorFunc) testErrorHandler, in schemasOneTest()
3016 (xmlSchemaValidityWarningFunc) testErrorHandler, in schemasOneTest()
3083 (xmlSchemaValidityErrorFunc) testErrorHandler, in schemasTest()
3084 (xmlSchemaValidityWarningFunc) testErrorHandler, in schemasTest()
3190 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in rngOneTest()
3191 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in rngOneTest()
3195 testErrorHandler(NULL, "%s validates\n", filename); in rngOneTest()
3197 testErrorHandler(NULL, "%s fails to validate\n", filename); in rngOneTest()
3199 testErrorHandler(NULL, "%s validation generated an internal error\n", in rngOneTest()
3260 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in rngTest()
3261 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in rngTest()
3577 testErrorHandler(NULL, in patternTest()