xmlSAXParseMemory 9114 third_party/libxml/src/elfgcchack.h #undef xmlSAXParseMemory xmlSAXParseMemory 9115 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory __attribute((alias("xmlSAXParseMemory__internal_alias"))); xmlSAXParseMemory 9117 third_party/libxml/src/elfgcchack.h #ifndef xmlSAXParseMemory xmlSAXParseMemory 9118 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory__internal_alias __attribute((visibility("hidden"))); xmlSAXParseMemory 9119 third_party/libxml/src/elfgcchack.h #define xmlSAXParseMemory xmlSAXParseMemory__internal_alias xmlSAXParseMemory 892 third_party/libxml/src/include/libxml/parser.h xmlSAXParseMemory (xmlSAXHandlerPtr sax, xmlSAXParseMemory 13947 third_party/libxml/src/parser.c return(xmlSAXParseMemory(NULL, buffer, size, 0)); xmlSAXParseMemory 13963 third_party/libxml/src/parser.c return(xmlSAXParseMemory(NULL, buffer, size, 1)); xmlSAXParseMemory 15009 third_party/libxml/src/testapi.c ret_val = xmlSAXParseMemory(sax, (const char *)buffer, size, recovery);