Lines Matching refs:testErrorHandler
245 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { in testErrorHandler() function
1667 xmlSetGenericErrorFunc(NULL, testErrorHandler); in saxParseTest()
2125 testErrorHandler(NULL, "Relax-NG schema %s failed to compile\n", in streamProcessTest()
2144 testErrorHandler(NULL, "%s : failed to parse\n", filename); in streamProcessTest()
2148 testErrorHandler(NULL, "%s fails to validate\n", filename); in streamProcessTest()
2150 testErrorHandler(NULL, "%s validates\n", filename); in streamProcessTest()
2934 (xmlSchemaValidityErrorFunc) testErrorHandler, in schemasOneTest()
2935 (xmlSchemaValidityWarningFunc) testErrorHandler, in schemasOneTest()
3002 (xmlSchemaValidityErrorFunc) testErrorHandler, in schemasTest()
3003 (xmlSchemaValidityWarningFunc) testErrorHandler, in schemasTest()
3109 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in rngOneTest()
3110 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in rngOneTest()
3114 testErrorHandler(NULL, "%s validates\n", filename); in rngOneTest()
3116 testErrorHandler(NULL, "%s fails to validate\n", filename); in rngOneTest()
3118 testErrorHandler(NULL, "%s validation generated an internal error\n", in rngOneTest()
3179 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in rngTest()
3180 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in rngTest()
3496 testErrorHandler(NULL, in patternTest()