xmlReaderForFile   38 third_party/libxml/chromium/libxml_utils.cc   reader_ = xmlReaderForFile(file_path.c_str(), NULL, kParseOptions);
xmlReaderForFile 7968 third_party/libxml/src/elfgcchack.h #undef xmlReaderForFile
xmlReaderForFile 7969 third_party/libxml/src/elfgcchack.h extern __typeof (xmlReaderForFile) xmlReaderForFile __attribute((alias("xmlReaderForFile__internal_alias")));
xmlReaderForFile 7971 third_party/libxml/src/elfgcchack.h #ifndef xmlReaderForFile
xmlReaderForFile 7972 third_party/libxml/src/elfgcchack.h extern __typeof (xmlReaderForFile) xmlReaderForFile__internal_alias __attribute((visibility("hidden")));
xmlReaderForFile 7973 third_party/libxml/src/elfgcchack.h #define xmlReaderForFile xmlReaderForFile__internal_alias
xmlReaderForFile  324 third_party/libxml/src/include/libxml/xmlreader.h 		xmlReaderForFile	(const char *filename,
xmlReaderForFile 2195 third_party/libxml/src/runtest.c     reader = xmlReaderForFile(filename, NULL, options);
xmlReaderForFile 3310 third_party/libxml/src/runtest.c 	reader = xmlReaderForFile(instance, NULL, options);
xmlReaderForFile 29906 third_party/libxml/src/testapi.c         ret_val = xmlReaderForFile(filename, (const char *)encoding, options);
xmlReaderForFile 1840 third_party/libxml/src/xmllint.c 	reader = xmlReaderForFile(filename, NULL, options);