/external/libxml2/doc/examples/ |
D | parse1.c | 26 doc = xmlReadFile(filename, NULL, 0); in example1Func()
|
D | tree1.c | 67 doc = xmlReadFile(argv[1], NULL, 0); in main()
|
/external/parameter-framework/upstream/xmlserializer/ |
D | XmlDocSource.cpp | 170 xmlDocPtr pSchemaDoc = xmlReadFile(schemaUri.c_str(), nullptr, XML_PARSE_NONET); in isInstanceDocumentValid() 238 doc = xmlReadFile(source.c_str(), nullptr, 0); in mkXmlDoc()
|
/external/libxml2/ |
D | testC14N.c | 77 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()
|
D | runtest.c | 1818 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() 2289 doc = xmlReadFile(filename, NULL, options); in walkerParseTest() 2500 xpathDocument = xmlReadFile(filename, NULL, in xpathDocTest() 2552 xpathDocument = xmlReadFile(filename, NULL, in xptrDocTest() 2602 xpathDocument = xmlReadFile(filename, NULL, in xmlidDocTest() [all …]
|
D | runxmlconf.c | 253 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()
|
D | runsuite.c | 629 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()
|
D | testSchemas.c | 124 doc = xmlReadFile(argv[i],NULL,0); in main()
|
D | testRelax.c | 133 doc = xmlReadFile(argv[i],NULL,0); in main()
|
D | testXPath.c | 185 document = xmlReadFile(filename,NULL,XML_PARSE_COMPACT); in main()
|
D | testThreads.c | 77 myDoc = xmlReadFile(filename, NULL, XML_WITH_CATALOG); in thread_specific_data()
|
D | schematron.c | 1032 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()
|
D | libxml2.syms | 1568 xmlReadFile;
|
D | elfgcchack.h | 8049 #undef xmlReadFile 8050 extern __typeof (xmlReadFile) xmlReadFile __attribute((alias("xmlReadFile__internal_alias"))); 8052 #ifndef xmlReadFile 8053 extern __typeof (xmlReadFile) xmlReadFile__internal_alias __attribute((visibility("hidden"))); 8054 #define xmlReadFile xmlReadFile__internal_alias macro
|
D | debugXML.c | 2470 doc = xmlReadFile(filename,NULL,0); in xmlShellLoad()
|
D | xmllint.c | 2403 doc = xmlReadFile(filename, NULL, options); in parseAndPrintFile()
|
D | relaxng.c | 1627 doc = xmlReadFile((const char *) URL,NULL,0); in xmlRelaxNGLoadInclude() 1970 doc = xmlReadFile((const char *) URL,NULL,0); in xmlRelaxNGLoadExternalRef() 7521 doc = xmlReadFile((const char *) ctxt->URL,NULL,0); in xmlRelaxNGParse()
|
D | parser.c | 15221 xmlReadFile(const char *filename, const char *encoding, int options) in xmlReadFile() function
|
D | testapi.c | 14612 ret_val = xmlReadFile(filename, (const char *)encoding, options); in test_xmlReadFile()
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | device.cc | 121 xmlDocPtr xmlDoc = xmlReadFile(filename.c_str(), nullptr, 0); in FromXmlFile()
|
/external/libxml2/fuzz/ |
D | genSeed.c | 115 doc = xmlReadFile(docFile, NULL, opts); in processXml()
|
/external/libiio/src/ |
D | xml.c | 429 doc = xmlReadFile(xml_file, NULL, XML_PARSE_DTDVALID); in xml_create_context()
|
/external/libxml2/include/libxml/ |
D | parser.h | 1136 xmlReadFile (const char *URL,
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 1292 d xmlReadFile pr extproc('xmlReadFile')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1420 xmlReadFile
|