Searched refs:testErrorHandler (Results 1 – 4 of 4) sorted by relevance
/third_party/libxml2/ |
D | runsuite.c | 184 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { in testErrorHandler() function 230 xmlSetGenericErrorFunc(NULL, testErrorHandler); in initializeLibxml2() 330 xmlRelaxNGSetParserErrors(pctxt, testErrorHandler, testErrorHandler, in xsdIncorrectTestCase() 463 xmlRelaxNGSetParserErrors(pctxt, testErrorHandler, testErrorHandler, in xsdTestCase() 509 testErrorHandler, testErrorHandler, ctxt); in xsdTestCase() 564 testErrorHandler, testErrorHandler, ctxt); in xsdTestCase() 820 xmlSchemaSetValidErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in xstcTestInstance() 908 xmlSchemaSetParserErrors(ctxt, testErrorHandler, testErrorHandler, in xstcTestGroup() 942 xmlSchemaSetParserErrors(ctxt, testErrorHandler, testErrorHandler, in xstcTestGroup()
|
D | runtest.c | 251 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { in testErrorHandler() function 1717 xmlSetGenericErrorFunc(NULL, testErrorHandler); in saxParseTest() 2266 testErrorHandler(NULL, "Relax-NG schema %s failed to compile\n", in streamProcessTest() 2285 testErrorHandler(NULL, "%s : failed to parse\n", filename); in streamProcessTest() 2289 testErrorHandler(NULL, "%s fails to validate\n", filename); in streamProcessTest() 2291 testErrorHandler(NULL, "%s validates\n", filename); in streamProcessTest() 3094 xmlSchemaSetValidErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in schemasOneTest() 3159 xmlSchemaSetParserErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in schemasTest() 3265 xmlRelaxNGSetValidErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); in rngOneTest() 3268 testErrorHandler(NULL, "%s validates\n", filename); in rngOneTest() [all …]
|
D | runxmlconf.c | 129 testErrorHandler(void *userData ATTRIBUTE_UNUSED, xmlErrorPtr error) { in testErrorHandler() function 173 xmlSetStructuredErrorFunc(NULL, testErrorHandler); in initializeLibxml2()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 125040 xmlRelaxNGSetParserErrors(pctxt, testErrorHandler, testErrorHandler, 125056 xmlRelaxNGSetParserErrors(pctxt, testErrorHandler, testErrorHandler, 125226 testErrorHandler(NULL, "%s validates\n", filename); 125328 xmlSchemaSetParserErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); 125410 xmlRelaxNGSetParserErrors(ctxt, testErrorHandler, testErrorHandler, ctxt); 125414 + testErrorHandler(NULL, "Relax-NG schema %s failed to compile\n",
|