xmlReadMemory    7933 third_party/libxml/src/elfgcchack.h #undef xmlReadMemory
xmlReadMemory    7934 third_party/libxml/src/elfgcchack.h extern __typeof (xmlReadMemory) xmlReadMemory __attribute((alias("xmlReadMemory__internal_alias")));
xmlReadMemory    7936 third_party/libxml/src/elfgcchack.h #ifndef xmlReadMemory
xmlReadMemory    7937 third_party/libxml/src/elfgcchack.h extern __typeof (xmlReadMemory) xmlReadMemory__internal_alias __attribute((visibility("hidden")));
xmlReadMemory    7938 third_party/libxml/src/elfgcchack.h #define xmlReadMemory xmlReadMemory__internal_alias
xmlReadMemory    1133 third_party/libxml/src/include/libxml/parser.h 		xmlReadMemory		(const char *buffer,
xmlReadMemory    7488 third_party/libxml/src/relaxng.c         doc = xmlReadMemory(ctxt->buffer, ctxt->size,NULL,NULL,0);
xmlReadMemory     515 third_party/libxml/src/runsuite.c             doc = xmlReadMemory((const char *)buf->content, buf->use,
xmlReadMemory     572 third_party/libxml/src/runsuite.c             doc = xmlReadMemory((const char *)buf->content, buf->use,
xmlReadMemory    1919 third_party/libxml/src/runtest.c     doc = xmlReadMemory(base, size, filename, NULL, 0);
xmlReadMemory    1102 third_party/libxml/src/schematron.c         doc = xmlReadMemory(ctxt->buffer, ctxt->size, NULL, NULL,
xmlReadMemory      62 third_party/libxml/src/testapi.c         api_doc = xmlReadMemory("<!DOCTYPE root [<!ELEMENT root EMPTY>]><root xmlns:h='http://example.com/' h:foo='bar'/>", 88, "root_test", NULL, 0);
xmlReadMemory     500 third_party/libxml/src/testapi.c     if (no == 1) return(xmlReadMemory("<foo/>", 6, "test", NULL, 0));
xmlReadMemory     501 third_party/libxml/src/testapi.c     if (no == 2) return(xmlReadMemory("<!DOCTYPE foo []> <foo/>", 24, "test", NULL, 0));
xmlReadMemory    14586 third_party/libxml/src/testapi.c         ret_val = xmlReadMemory((const char *)buffer, size, URL, (const char *)encoding, options);
xmlReadMemory    2339 third_party/libxml/src/xmllint.c 		doc = xmlReadMemory((char *) base, info.st_size,