xmlSAXParseFile  9090 third_party/libxml/src/elfgcchack.h #undef xmlSAXParseFile
xmlSAXParseFile  9091 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSAXParseFile) xmlSAXParseFile __attribute((alias("xmlSAXParseFile__internal_alias")));
xmlSAXParseFile  9093 third_party/libxml/src/elfgcchack.h #ifndef xmlSAXParseFile
xmlSAXParseFile  9094 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSAXParseFile) xmlSAXParseFile__internal_alias __attribute((visibility("hidden")));
xmlSAXParseFile  9095 third_party/libxml/src/elfgcchack.h #define xmlSAXParseFile xmlSAXParseFile__internal_alias
xmlSAXParseFile   903 third_party/libxml/src/include/libxml/parser.h 		xmlSAXParseFile		(xmlSAXHandlerPtr sax,
xmlSAXParseFile  13700 third_party/libxml/src/parser.c     return(xmlSAXParseFile(NULL, filename, 0));
xmlSAXParseFile  13717 third_party/libxml/src/parser.c     return(xmlSAXParseFile(NULL, filename, 1));
xmlSAXParseFile  14898 third_party/libxml/src/testapi.c         ret_val = xmlSAXParseFile(sax, filename, recovery);