Home
last modified time | relevance | path

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

12

/external/libxml2/doc/examples/
Dparse3.c33 doc = xmlReadMemory(content, length, "noname.xml", NULL, 0); in example3Func()
Dio1.c124 doc = xmlReadMemory(include, strlen(include), "include.xml", NULL, 0); in main()
/external/libxml2/fuzz/
Dxpath.c35 doc = xmlReadMemory(xml, xmlSize, NULL, NULL, XML_PARSE_RECOVER); in LLVMFuzzerTestOneInput()
Dxml.c55 doc = xmlReadMemory(docBuffer, docSize, docUrl, NULL, opts); in LLVMFuzzerTestOneInput()
DtestFuzzer.c133 doc = xmlReadMemory(docBuffer, docSize, NULL, NULL, in testEntityLoader()
/external/libprotobuf-mutator/examples/libxml2/
Dlibxml2_example.cc45 MakeUnique(xmlReadMemory(xml.c_str(), static_cast<int>(xml.size()), in DEFINE_PROTO_FUZZER()
/external/dynamic_depth/internal/xmpmeta/
Dxmp_parser.cc101 *xmp->MutableStandardSection() = xmlReadMemory( in ParseFirstValidXMPSection()
173 *xmp_data->MutableExtendedSection() = xmlReadMemory( in ParseExtendedXmpSections()
/external/libxml2/
Dtestchar.c37 res = xmlReadMemory(document, len, "test", NULL, 0); in testDocumentRangeByte1()
79 res = xmlReadMemory(document, len, "test", NULL, 0); in testDocumentRangeByte2()
Drunsuite.c499 doc = xmlReadMemory((const char *)buf->content, buf->use, in xsdTestCase()
554 doc = xmlReadMemory((const char *)buf->content, buf->use, in xsdTestCase()
Dlibxml2.syms1570 xmlReadMemory;
Dschematron.c1104 doc = xmlReadMemory(ctxt->buffer, ctxt->size, NULL, NULL, in xmlSchematronParse()
Delfgcchack.h8069 #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
Dxmllint.c2366 doc = xmlReadMemory((char *) base, info.st_size, in parseAndPrintFile()
Druntest.c1989 doc = xmlReadMemory(base, size, filename, NULL, 0); in memParseTest()
/external/parameter-framework/upstream/xmlserializer/
DXmlDocSource.cpp240 doc = xmlReadMemory(source.c_str(), (int)source.size(), "", nullptr, 0); in mkXmlDoc()
/external/llvm-project/lldb/source/Host/common/
DXML.cpp60 m_document = xmlReadMemory(xml, (int)xml_length, url, nullptr, 0); in ParseMemory()
/external/libiio/src/
Dxml.c448 doc = xmlReadMemory(xml, (int) len, NULL, NULL, XML_PARSE_DTDVALID); in xml_create_context_mem()
/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp123 xmlReadMemory(xml.c_str(), (int)xml.length(), "structure.xml", nullptr, in canonicalizeXML()
/external/libxml2/include/libxml/
Dparser.h1140 xmlReadMemory (const char *buffer,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/
DWindowsManifestMerger.cpp632 xmlDocPtr ManifestXML = xmlReadMemory( in merge()
/external/llvm-project/llvm/lib/WindowsManifest/
DWindowsManifestMerger.cpp632 xmlDocPtr ManifestXML = xmlReadMemory( in merge()
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle1298 d xmlReadMemory pr extproc('xmlReadMemory')
/external/llvm-project/llvm/cmake/
Dconfig-ix.cmake152 check_symbol_exists(xmlReadMemory libxml/xmlreader.h HAVE_LIBXML2)
/external/ImageMagick/MagickCore/
Dprofile.c1911 document=xmlReadMemory((const char *) GetStringInfoDatum(profile),(int) in ValidateXMPProfile()
/external/libxml2/win32/
Dlibxml2.def.src1422 xmlReadMemory

12