xmlParseFile      301 third_party/libxml/src/DOCBparser.c     return (xmlParseFile(filename));
xmlParseFile     7196 third_party/libxml/src/elfgcchack.h #undef xmlParseFile
xmlParseFile     7197 third_party/libxml/src/elfgcchack.h extern __typeof (xmlParseFile) xmlParseFile __attribute((alias("xmlParseFile__internal_alias")));
xmlParseFile     7199 third_party/libxml/src/elfgcchack.h #ifndef xmlParseFile
xmlParseFile     7200 third_party/libxml/src/elfgcchack.h extern __typeof (xmlParseFile) xmlParseFile__internal_alias __attribute((visibility("hidden")));
xmlParseFile     7201 third_party/libxml/src/elfgcchack.h #define xmlParseFile xmlParseFile__internal_alias
xmlParseFile      841 third_party/libxml/src/include/libxml/parser.h 		xmlParseFile		(const char *filename);
xmlParseFile     1751 third_party/libxml/src/runtest.c     doc = xmlParseFile(filename);
xmlParseFile     1772 third_party/libxml/src/runtest.c     doc = xmlParseFile(temp);
xmlParseFile     3908 third_party/libxml/src/runtest.c     myDoc = xmlParseFile(filename);
xmlParseFile       64 third_party/libxml/src/testThreads.c     myDoc = xmlParseFile(filename);
xmlParseFile       54 third_party/libxml/src/testThreadsWin32.c     myDoc = xmlParseFile(filename);
xmlParseFile     14074 third_party/libxml/src/testapi.c         ret_val = xmlParseFile(filename);
xmlParseFile     2373 third_party/libxml/src/xmllint.c 		    doc = xmlParseFile(filename);