Home
last modified time | relevance | path

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

/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/honggfuzz/examples/libxml2/
Dpersistent-xml2.c21 xmlDocPtr p = xmlReadMemory((const char*)buf, len, "http://www.google.com", "UTF-8", in LLVMFuzzerTestOneInput()
/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.cc100 *xmp->MutableStandardSection() = xmlReadMemory( in ParseFirstValidXMPSection()
172 *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.c503 doc = xmlReadMemory((const char *)buf->content, buf->use, in xsdTestCase()
560 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.h8059 #undef xmlReadMemory
8060 extern __typeof (xmlReadMemory) xmlReadMemory __attribute((alias("xmlReadMemory__internal_alias")));
8062 #ifndef xmlReadMemory
8063 extern __typeof (xmlReadMemory) xmlReadMemory__internal_alias __attribute((visibility("hidden")));
8064 #define xmlReadMemory xmlReadMemory__internal_alias macro
Dxmllint.c2354 doc = xmlReadMemory((char *) base, info.st_size, in parseAndPrintFile()
Druntest.c1986 doc = xmlReadMemory(base, size, filename, NULL, 0); in memParseTest()
Drelaxng.c7522 doc = xmlReadMemory(ctxt->buffer, ctxt->size,NULL,NULL,0); in xmlRelaxNGParse()
Dtestapi.c56 …api_doc = xmlReadMemory("<!DOCTYPE root [<!ELEMENT root EMPTY>]><root xmlns:h='http://example.com/… in get_api_doc()
496 if (no == 1) return(xmlReadMemory("<foo/>", 6, "test", NULL, 0)); in gen_xmlDocPtr()
497 if (no == 2) return(xmlReadMemory("<!DOCTYPE foo []> <foo/>", 24, "test", NULL, 0)); in gen_xmlDocPtr()
14669 ret_val = xmlReadMemory((const char *)buffer, size, URL, (const char *)encoding, options); in test_xmlReadMemory()
Dparser.c15274 xmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) in xmlReadMemory() function
/external/parameter-framework/upstream/xmlserializer/
DXmlDocSource.cpp240 doc = xmlReadMemory(source.c_str(), (int)source.size(), "", nullptr, 0); in mkXmlDoc()
/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.h1138 xmlReadMemory (const char *buffer,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/WindowsManifest/
DWindowsManifestMerger.cpp633 xmlDocPtr ManifestXML = xmlReadMemory( in merge()
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle1298 d xmlReadMemory pr extproc('xmlReadMemory')
/external/ImageMagick/MagickCore/
Dprofile.c1718 document=xmlReadMemory((const char *) GetStringInfoDatum(profile),(int) in ValidateXMPProfile()
/external/libxml2/win32/
Dlibxml2.def.src1421 xmlReadMemory
/external/libmtp/src/
Dptp.c856 docin = xmlReadMemory ((char*)data, len, "http://gphoto.org/", "utf-8", 0); in ptp_olympus_parse_output_xml()