Searched refs:debugSAXHandler (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/libxml/src/ |
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 | 880 extern xmlSAXHandlerPtr debugSAXHandler; 1502 xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct; variable 1643 handler = debugSAXHandler; in testSAX()
|
D | runtest.c | 1396 static xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct; variable 1695 ret = xmlSAXUserParseFile(debugSAXHandler, NULL, filename); in saxParseTest()
|
/external/libxml2/ |
D | xmllint.c | 886 extern xmlSAXHandlerPtr debugSAXHandler; 1508 xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct; variable 1649 handler = debugSAXHandler; in testSAX()
|