Home
last modified time | relevance | path

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

/third_party/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.c1625 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct; variable
1645 handler = debugSAX2Handler; in testSAX()
Druntest.c1567 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct; variable
1755 memcpy(ctxt->sax, debugSAX2Handler, sizeof(xmlSAXHandler)); in saxParseTest()
/third_party/chromium/patch/
D0001-cve.patch128803 -static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct;
128865 - ctxt = xmlCreatePushParserCtxt(debugSAX2Handler, NULL,
128903 - res = xmlSAXUserParseFile(debugSAX2Handler, NULL,
128911 - res = xmlSAXUserParseFile(debugSAX2Handler, NULL, filename);