xmlCtxtReadMemory 2489 third_party/libxml/src/elfgcchack.h #undef xmlCtxtReadMemory
xmlCtxtReadMemory 2490 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCtxtReadMemory) xmlCtxtReadMemory __attribute((alias("xmlCtxtReadMemory__internal_alias")));
xmlCtxtReadMemory 2492 third_party/libxml/src/elfgcchack.h #ifndef xmlCtxtReadMemory
xmlCtxtReadMemory 2493 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCtxtReadMemory) xmlCtxtReadMemory__internal_alias __attribute((visibility("hidden")));
xmlCtxtReadMemory 2494 third_party/libxml/src/elfgcchack.h #define xmlCtxtReadMemory xmlCtxtReadMemory__internal_alias
xmlCtxtReadMemory 1162 third_party/libxml/src/include/libxml/parser.h 		xmlCtxtReadMemory		(xmlParserCtxtPtr ctxt,
xmlCtxtReadMemory 12913 third_party/libxml/src/testapi.c         ret_val = xmlCtxtReadMemory(ctxt, (const char *)buffer, size, URL, (const char *)encoding, options);
xmlCtxtReadMemory 2342 third_party/libxml/src/xmllint.c 		doc = xmlCtxtReadMemory(rectxt, (char *) base, info.st_size,
xmlCtxtReadMemory 10532 third_party/libxml/src/xmlschemas.c 	    doc = xmlCtxtReadMemory(parserCtxt, schemaBuffer, schemaBufferLen,