xmlSAXParseDoc   9066 third_party/libxml/src/elfgcchack.h #undef xmlSAXParseDoc
xmlSAXParseDoc   9067 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc __attribute((alias("xmlSAXParseDoc__internal_alias")));
xmlSAXParseDoc   9069 third_party/libxml/src/elfgcchack.h #ifndef xmlSAXParseDoc
xmlSAXParseDoc   9070 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc__internal_alias __attribute((visibility("hidden")));
xmlSAXParseDoc   9071 third_party/libxml/src/elfgcchack.h #define xmlSAXParseDoc xmlSAXParseDoc__internal_alias
xmlSAXParseDoc    888 third_party/libxml/src/include/libxml/parser.h 		xmlSAXParseDoc		(xmlSAXHandlerPtr sax,
xmlSAXParseDoc   13684 third_party/libxml/src/parser.c     return(xmlSAXParseDoc(NULL, cur, 1));
xmlSAXParseDoc   14093 third_party/libxml/src/parser.c     return(xmlSAXParseDoc(NULL, cur, 0));
xmlSAXParseDoc   14805 third_party/libxml/src/testapi.c         ret_val = xmlSAXParseDoc(sax, (const xmlChar *)cur, recovery);