Searched refs:xmlReadMemory (Results 1 - 15 of 15) sorted by relevance

/external/libxml2/doc/examples/
H A Dparse3.c4 * purpose: Demonstrate the use of xmlReadMemory() to read an XML file
33 doc = xmlReadMemory(content, length, "noname.xml", NULL, 0);
H A Dio1.c124 doc = xmlReadMemory(include, strlen(include), "include.xml", NULL, 0);
/external/parameter-framework/upstream/xmlserializer/
H A DXmlDocSource.cpp240 doc = xmlReadMemory(source.c_str(), (int)source.size(), "", NULL, 0);
/external/libxml2/
H A Dtestchar.c37 res = xmlReadMemory(document, len, "test", NULL, 0);
79 res = xmlReadMemory(document, len, "test", NULL, 0);
H A Drunsuite.c503 doc = xmlReadMemory((const char *)buf->content, buf->use,
560 doc = xmlReadMemory((const char *)buf->content, buf->use,
H A Dlibxml2.syms1570 xmlReadMemory;
H A Dschematron.c1104 doc = xmlReadMemory(ctxt->buffer, ctxt->size, NULL, NULL,
H A Dxmllint.c2371 doc = xmlReadMemory((char *) base, info.st_size,
H A Delfgcchack.h8059 #undef xmlReadMemory macro
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
H A Dparser.c15513 * xmlReadMemory:
15525 xmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) function
H A Drelaxng.c7498 doc = xmlReadMemory(ctxt->buffer, ctxt->size,NULL,NULL,0);
H A Dtestapi.c56 api_doc = xmlReadMemory("<!DOCTYPE root [<!ELEMENT root EMPTY>]><root xmlns:h='http://example.com/' h:foo='bar'/>", 88, "root_test", NULL, 0);
496 if (no == 1) return(xmlReadMemory("<foo/>", 6, "test", NULL, 0));
497 if (no == 2) return(xmlReadMemory("<!DOCTYPE foo []> <foo/>", 24, "test", NULL, 0));
14582 ret_val = xmlReadMemory((const char *)buffer, size, URL, (const char *)encoding, options);
14592 printf("Leak of %d blocks found in xmlReadMemory",
[all...]
/external/parameter-framework/upstream/test/functional-tests/
H A DHandle.cpp123 xmlReadMemory(xml.c_str(), (int)xml.length(), "structure.xml", nullptr,
/external/libxml2/include/libxml/
H A Dparser.h1138 xmlReadMemory (const char *buffer,
/external/libmtp/src/
H A Dptp.c856 docin = xmlReadMemory ((char*)data, len, "http://gphoto.org/", "utf-8", 0);

Completed in 1654 milliseconds