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 | 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() [all …]
|
D | runxmlconf.c | 129 testErrorHandler(void *userData ATTRIBUTE_UNUSED, xmlErrorPtr error) { in testErrorHandler() function 173 xmlSetStructuredErrorFunc(NULL, testErrorHandler); in initializeLibxml2()
|