Searched refs:debugSAX2Handler (Results 1 – 4 of 4) sorted by relevance
| /third_party/libxml2/ |
| D | testSAX.c | 995 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()
|
| D | xmllint.c | 1625 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct; variable 1645 handler = debugSAX2Handler; in testSAX()
|
| D | runtest.c | 1567 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct; variable 1755 memcpy(ctxt->sax, debugSAX2Handler, sizeof(xmlSAXHandler)); in saxParseTest()
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 128803 -static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct; 128865 - ctxt = xmlCreatePushParserCtxt(debugSAX2Handler, NULL, 128903 - res = xmlSAXUserParseFile(debugSAX2Handler, NULL, 128911 - res = xmlSAXUserParseFile(debugSAX2Handler, NULL, filename);
|