Home
last modified time | relevance | path

Searched refs:xmlReadFile (Results 1 – 25 of 25) sorted by relevance

/third_party/libxml2/doc/examples/
Dparse1.c26 doc = xmlReadFile(filename, NULL, 0); in example1Func()
Dtree1.c67 doc = xmlReadFile(argv[1], NULL, 0); in main()
/third_party/libxml2/
DtestC14N.c77 doc = xmlReadFile(xml_filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT); in test_c14n()
256 doc = xmlReadFile(filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT); in load_xpath_expr()
Druntest.c1818 doc = xmlReadFile(filename, NULL, 0); in oldParseTest()
1839 doc = xmlReadFile(temp, NULL, 0); in oldParseTest()
2031 doc = xmlReadFile(filename, NULL, options); in noentParseTest()
2048 doc = xmlReadFile(filename, NULL, options); in noentParseTest()
2089 doc = xmlReadFile(filename, NULL, options); in errParseTest()
2095 doc = xmlReadFile(filename, NULL, options); in errParseTest()
2358 doc = xmlReadFile(filename, NULL, options); in walkerParseTest()
2569 xpathDocument = xmlReadFile(filename, NULL, in xpathDocTest()
2621 xpathDocument = xmlReadFile(filename, NULL, in xptrDocTest()
2671 xpathDocument = xmlReadFile(filename, NULL, in xmlidDocTest()
[all …]
Drunxmlconf.c253 doc = xmlReadFile(filename, NULL, options); in xmlconfTestNotNSWF()
277 doc = xmlReadFile(filename, NULL, options); in xmlconfTestNotWF()
525 doc = xmlReadFile(confxml, NULL, XML_PARSE_NOENT); in xmlconfTest()
Drunsuite.c629 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT); in xsdTest()
692 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT); in rngTest1()
730 doc = xmlReadFile(filename, NULL, XML_PARSE_NOENT); in rngTest2()
811 doc = xmlReadFile((const char *) path, NULL, XML_PARSE_NOENT); in xstcTestInstance()
988 doc = xmlReadFile(metadata, NULL, XML_PARSE_NOENT); in xstcMetadata()
DtestSchemas.c124 doc = xmlReadFile(argv[i],NULL,0); in main()
DtestRelax.c133 doc = xmlReadFile(argv[i],NULL,0); in main()
DtestXPath.c185 document = xmlReadFile(filename,NULL,XML_PARSE_COMPACT); in main()
DtestThreads.c77 myDoc = xmlReadFile(filename, NULL, XML_WITH_CATALOG); in thread_specific_data()
Dschematron.c1032 doc = xmlReadFile((const char *) URI, NULL, SCHEMATRON_PARSE_OPTIONS);
1093 doc = xmlReadFile((const char *) ctxt->URL, NULL, in xmlSchematronParse()
1762 instance = xmlReadFile("tst.sct", NULL, in main()
Dlibxml2.syms1568 xmlReadFile;
Delfgcchack.h8061 #undef xmlReadFile
8062 extern __typeof (xmlReadFile) xmlReadFile __attribute((alias("xmlReadFile__internal_alias")));
8064 #ifndef xmlReadFile
8065 extern __typeof (xmlReadFile) xmlReadFile__internal_alias __attribute((visibility("hidden")));
8066 #define xmlReadFile xmlReadFile__internal_alias macro
DdebugXML.c2470 doc = xmlReadFile(filename,NULL,0); in xmlShellLoad()
Dxmllint.c2426 doc = xmlReadFile(filename, NULL, options); in parseAndPrintFile()
Drelaxng.c1627 doc = xmlReadFile((const char *) URL,NULL,0); in xmlRelaxNGLoadInclude()
1970 doc = xmlReadFile((const char *) URL,NULL,0); in xmlRelaxNGLoadExternalRef()
7523 doc = xmlReadFile((const char *) ctxt->URL,NULL,0); in xmlRelaxNGParse()
Dparser.c15233 xmlReadFile(const char *filename, const char *encoding, int options) in xmlReadFile() function
Dtestapi.c14614 ret_val = xmlReadFile(filename, (const char *)encoding, options); in test_xmlReadFile()
/third_party/flutter/engine/flutter/third_party/txt/tests/
DFontTestUtils.cpp33 xmlDoc* doc = xmlReadFile(fontXml, NULL, 0); in getFontFamilies()
/third_party/libxml2/fuzz/
DgenSeed.c115 doc = xmlReadFile(docFile, NULL, opts); in processXml()
/third_party/libxml2/include/libxml/
Dparser.h1136 xmlReadFile (const char *URL,
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle1292 d xmlReadFile pr extproc('xmlReadFile')
/third_party/libxml2/win32/
Dlibxml2.def.src1421 xmlReadFile
/third_party/libabigail/src/
Dabg-reader.cc6219 xmlDocPtr doc = xmlReadFile(file_path.c_str(), NULL, XML_PARSE_NOERROR); in load_canonical_type_ids()
/third_party/chromium/patch/
D0001-cve.patch84067 - API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
109034 -#undef xmlReadFile
109035 -extern __typeof (xmlReadFile) xmlReadFile __attribute((alias("xmlReadFile__internal_alias")));
109037 -#ifndef xmlReadFile
109038 -extern __typeof (xmlReadFile) xmlReadFile__internal_alias __attribute((visibility("hidden")));
109039 -#define xmlReadFile xmlReadFile__internal_alias
125187 doc = xmlReadFile(filename, NULL, options);
125239 xpathDocument = xmlReadFile(filename, NULL,
125867 - doc = xmlReadFile(xml_filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT);
126046 - doc = xmlReadFile(filename, NULL, XML_PARSE_DTDATTR | XML_PARSE_NOENT);
[all …]