Searched refs:testErrorHandler (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/ |
D | runsuite.c | 184 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { in testErrorHandler() function 230 xmlSetGenericErrorFunc(NULL, testErrorHandler); in initializeLibxml2() 331 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in xsdIncorectTestCase() 332 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in xsdIncorectTestCase() 466 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in xsdTestCase() 467 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in xsdTestCase() 513 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in xsdTestCase() 514 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in xsdTestCase() 570 (xmlRelaxNGValidityErrorFunc) testErrorHandler, in xsdTestCase() 571 (xmlRelaxNGValidityWarningFunc) testErrorHandler, in xsdTestCase() [all …]
|
D | runtest.c | 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() [all …]
|
D | runxmlconf.c | 129 testErrorHandler(void *userData ATTRIBUTE_UNUSED, xmlErrorPtr error) { in testErrorHandler() function 173 xmlSetStructuredErrorFunc(NULL, testErrorHandler); in initializeLibxml2()
|