Searched refs:xmlReadMemory (Results 1 – 18 of 18) sorted by relevance
/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/ |
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 | 503 doc = xmlReadMemory((const char *)buf->content, buf->use, in xsdTestCase() 560 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 | 8059 #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
|
D | xmllint.c | 2353 doc = xmlReadMemory((char *) base, info.st_size, in parseAndPrintFile()
|
D | runtest.c | 1986 doc = xmlReadMemory(base, size, filename, NULL, 0); in memParseTest()
|
D | relaxng.c | 7499 doc = xmlReadMemory(ctxt->buffer, ctxt->size,NULL,NULL,0); in xmlRelaxNGParse()
|
D | testapi.c | 56 …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()
|
D | parser.c | 15269 xmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) in xmlReadMemory() function
|
/external/parameter-framework/upstream/xmlserializer/ |
D | XmlDocSource.cpp | 240 doc = xmlReadMemory(source.c_str(), (int)source.size(), "", NULL, 0); in mkXmlDoc()
|
/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 | 1138 xmlReadMemory (const char *buffer,
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 1298 d xmlReadMemory pr extproc('xmlReadMemory')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1421 xmlReadMemory
|
/external/libmtp/src/ |
D | ptp.c | 856 docin = xmlReadMemory ((char*)data, len, "http://gphoto.org/", "utf-8", 0); in ptp_olympus_parse_output_xml()
|