Searched refs:debugSAXHandler (Results 1 – 5 of 5) sorted by relevance
/third_party/libxml2/ |
D | testSAX.c | 239 extern xmlSAXHandlerPtr debugSAXHandler; 871 xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct; variable 1060 ctxt = xmlCreatePushParserCtxt(debugSAXHandler, NULL, in parseAndPrintFile() 1098 res = xmlSAXUserParseFile(debugSAXHandler, NULL, in parseAndPrintFile() 1105 res = xmlSAXUserParseFile(debugSAXHandler, NULL, filename); in parseAndPrintFile()
|
D | testHTML.c | 89 extern xmlSAXHandlerPtr debugSAXHandler; 612 xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct; variable 674 ctxt = htmlCreatePushParserCtxt(debugSAXHandler, NULL, in parseSAXFile() 702 doc = htmlSAXParseFile(filename, NULL, debugSAXHandler, NULL); in parseSAXFile()
|
D | xmllint.c | 879 extern xmlSAXHandlerPtr debugSAXHandler; 1501 xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct; variable 1642 handler = debugSAXHandler; in testSAX()
|
D | runtest.c | 1443 static xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct; variable 1752 memcpy(ctxt->sax, debugSAXHandler, sizeof(xmlSAXHandler)); in saxParseTest()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 126258 -extern xmlSAXHandlerPtr debugSAXHandler; 126781 -xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct; 126843 - ctxt = htmlCreatePushParserCtxt(debugSAXHandler, NULL, 126871 - doc = htmlSAXParseFile(filename, NULL, debugSAXHandler, NULL); 128047 -extern xmlSAXHandlerPtr debugSAXHandler; 128679 -xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct; 128868 - ctxt = xmlCreatePushParserCtxt(debugSAXHandler, NULL, 128906 - res = xmlSAXUserParseFile(debugSAXHandler, NULL, 128913 - res = xmlSAXUserParseFile(debugSAXHandler, NULL, filename);
|