xmlSAXVersion    2809 third_party/libxml/src/SAX2.c     xmlSAXVersion(hdlr, xmlSAX2DefaultVersionValue);
xmlSAXVersion    2825 third_party/libxml/src/SAX2.c     xmlSAXVersion((xmlSAXHandlerPtr) &xmlDefaultSAXHandler, 1);
xmlSAXVersion    9161 third_party/libxml/src/elfgcchack.h #undef xmlSAXVersion
xmlSAXVersion    9162 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSAXVersion) xmlSAXVersion __attribute((alias("xmlSAXVersion__internal_alias")));
xmlSAXVersion    9164 third_party/libxml/src/elfgcchack.h #ifndef xmlSAXVersion
xmlSAXVersion    9165 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSAXVersion) xmlSAXVersion__internal_alias __attribute((visibility("hidden")));
xmlSAXVersion    9166 third_party/libxml/src/elfgcchack.h #define xmlSAXVersion xmlSAXVersion__internal_alias
xmlSAXVersion     154 third_party/libxml/src/include/libxml/SAX2.h 		xmlSAXVersion			(xmlSAXHandler *hdlr,
xmlSAXVersion    1628 third_party/libxml/src/parserInternals.c         xmlSAXVersion(ctxt->sax, 2);
xmlSAXVersion    5274 third_party/libxml/src/testapi.c         ret_val = xmlSAXVersion(hdlr, version);
xmlSAXVersion    2067 third_party/libxml/src/xmlreader.c     xmlSAXVersion(ret->sax, 2);
xmlSAXVersion    4974 third_party/libxml/src/xmlreader.c     xmlSAXVersion(reader->sax, 2);