/external/libxml2/doc/examples/ |
D | parse3.c | 33 doc = xmlReadMemory(content, length, "noname.xml", NULL, 0); in example3Func()
|
D | io1.c | 124 doc = xmlReadMemory(include, strlen(include), "include.xml", NULL, 0); in main()
|
/external/libxml2/fuzz/ |
D | xpath.c | 35 doc = xmlReadMemory(xml, xmlSize, NULL, NULL, XML_PARSE_RECOVER); in LLVMFuzzerTestOneInput()
|
D | xml.c | 55 doc = xmlReadMemory(docBuffer, docSize, docUrl, NULL, opts); in LLVMFuzzerTestOneInput()
|
D | testFuzzer.c | 133 doc = xmlReadMemory(docBuffer, docSize, NULL, NULL, in testEntityLoader()
|
/external/libprotobuf-mutator/examples/libxml2/ |
D | libxml2_example.cc | 45 MakeUnique(xmlReadMemory(xml.c_str(), static_cast<int>(xml.size()), in DEFINE_PROTO_FUZZER()
|
/external/dynamic_depth/internal/xmpmeta/ |
D | xmp_parser.cc | 101 *xmp->MutableStandardSection() = xmlReadMemory( in ParseFirstValidXMPSection() 173 *xmp_data->MutableExtendedSection() = xmlReadMemory( in ParseExtendedXmpSections()
|
/external/libxml2/ |
D | testchar.c | 37 res = xmlReadMemory(document, len, "test", NULL, 0); in testDocumentRangeByte1() 79 res = xmlReadMemory(document, len, "test", NULL, 0); in testDocumentRangeByte2()
|
D | runsuite.c | 499 doc = xmlReadMemory((const char *)buf->content, buf->use, in xsdTestCase() 554 doc = xmlReadMemory((const char *)buf->content, buf->use, in xsdTestCase()
|
D | libxml2.syms | 1570 xmlReadMemory;
|
D | schematron.c | 1104 doc = xmlReadMemory(ctxt->buffer, ctxt->size, NULL, NULL, in xmlSchematronParse()
|
D | elfgcchack.h | 8069 #undef xmlReadMemory 8070 extern __typeof (xmlReadMemory) xmlReadMemory __attribute((alias("xmlReadMemory__internal_alias"))); 8072 #ifndef xmlReadMemory 8073 extern __typeof (xmlReadMemory) xmlReadMemory__internal_alias __attribute((visibility("hidden"))); 8074 #define xmlReadMemory xmlReadMemory__internal_alias macro
|
D | xmllint.c | 2366 doc = xmlReadMemory((char *) base, info.st_size, in parseAndPrintFile()
|
D | runtest.c | 1989 doc = xmlReadMemory(base, size, filename, NULL, 0); in memParseTest()
|
/external/parameter-framework/upstream/xmlserializer/ |
D | XmlDocSource.cpp | 240 doc = xmlReadMemory(source.c_str(), (int)source.size(), "", nullptr, 0); in mkXmlDoc()
|
/external/llvm-project/lldb/source/Host/common/ |
D | XML.cpp | 60 m_document = xmlReadMemory(xml, (int)xml_length, url, nullptr, 0); in ParseMemory()
|
/external/libiio/src/ |
D | xml.c | 448 doc = xmlReadMemory(xml, (int) len, NULL, NULL, XML_PARSE_DTDVALID); in xml_create_context_mem()
|
/external/parameter-framework/upstream/test/functional-tests/ |
D | Handle.cpp | 123 xmlReadMemory(xml.c_str(), (int)xml.length(), "structure.xml", nullptr, in canonicalizeXML()
|
/external/libxml2/include/libxml/ |
D | parser.h | 1140 xmlReadMemory (const char *buffer,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/ |
D | WindowsManifestMerger.cpp | 632 xmlDocPtr ManifestXML = xmlReadMemory( in merge()
|
/external/llvm-project/llvm/lib/WindowsManifest/ |
D | WindowsManifestMerger.cpp | 632 xmlDocPtr ManifestXML = xmlReadMemory( in merge()
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 1298 d xmlReadMemory pr extproc('xmlReadMemory')
|
/external/llvm-project/llvm/cmake/ |
D | config-ix.cmake | 152 check_symbol_exists(xmlReadMemory libxml/xmlreader.h HAVE_LIBXML2)
|
/external/ImageMagick/MagickCore/ |
D | profile.c | 1911 document=xmlReadMemory((const char *) GetStringInfoDatum(profile),(int) in ValidateXMPProfile()
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1422 xmlReadMemory
|