Lines Matching refs:testStructuredErrorHandler
288 testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, const xmlError *err) { in testStructuredErrorHandler() function
1945 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in pushParseTest()
2165 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in pushBoundaryTest()
2530 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in errParseTest()
2536 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in errParseTest()
2543 xmlXIncludeSetErrorHandler(xinc, testStructuredErrorHandler, NULL); in errParseTest()
2620 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in fdParseTest()
2627 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in fdParseTest()
2801 xmlTextReaderSetStructuredErrorHandler(reader, testStructuredErrorHandler, in streamParseTest()
2863 xmlTextReaderSetStructuredErrorHandler(reader, testStructuredErrorHandler, in streamMemParseTest()
2892 xmlXPathSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in testXPath()
2897 xmlXPathSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in testXPath()
3132 xmlCtxtSetErrorHandler(ctxt, testStructuredErrorHandler, NULL); in xmlidDocTest()
3548 xmlSchemaSetValidStructuredErrors(ctxt, testStructuredErrorHandler, in schemasOneTest()
3617 xmlSchemaSetParserStructuredErrors(ctxt, testStructuredErrorHandler, NULL); in schemasTest()
3700 xmlRelaxNGSetValidStructuredErrors(ctxt, testStructuredErrorHandler, NULL); in rngOneTest()
3746 xmlRelaxNGSetParserStructuredErrors(ctxt, testStructuredErrorHandler, in rngTest()
3884 testStructuredErrorHandler, NULL); in rngStreamTest()
3929 xmlSchematronSetValidStructuredErrors(ctxt, testStructuredErrorHandler, in schematronOneTest()
4771 xmlSetStructuredErrorFunc(NULL, testStructuredErrorHandler); in regexpTest()