Home
last modified time | relevance | path

Searched refs:debugSAX2Handler (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
DtestSAX.c995 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct; variable
1057 ctxt = xmlCreatePushParserCtxt(debugSAX2Handler, NULL, in parseAndPrintFile()
1095 res = xmlSAXUserParseFile(debugSAX2Handler, NULL, in parseAndPrintFile()
1103 res = xmlSAXUserParseFile(debugSAX2Handler, NULL, filename); in parseAndPrintFile()
Dxmllint.c1626 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct; variable
1646 handler = debugSAX2Handler; in testSAX()
Druntest.c1520 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct; variable
1697 ret = xmlSAXUserParseFile(debugSAX2Handler, NULL, filename); in saxParseTest()
/external/libxml2/
Dxmllint.c1632 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct; variable
1652 handler = debugSAX2Handler; in testSAX()