Home
last modified time | relevance | path

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

/external/libxml2/
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.c1618 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct; variable
1638 handler = debugSAX2Handler; in testSAX()
Druntest.c1564 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct; variable
1752 memcpy(ctxt->sax, debugSAX2Handler, sizeof(xmlSAXHandler)); in saxParseTest()