xmlFileMatch     3395 third_party/libxml/src/elfgcchack.h #undef xmlFileMatch
xmlFileMatch     3396 third_party/libxml/src/elfgcchack.h extern __typeof (xmlFileMatch) xmlFileMatch __attribute((alias("xmlFileMatch__internal_alias")));
xmlFileMatch     3398 third_party/libxml/src/elfgcchack.h #ifndef xmlFileMatch
xmlFileMatch     3399 third_party/libxml/src/elfgcchack.h extern __typeof (xmlFileMatch) xmlFileMatch__internal_alias __attribute((visibility("hidden")));
xmlFileMatch     3400 third_party/libxml/src/elfgcchack.h #define xmlFileMatch xmlFileMatch__internal_alias
xmlFileMatch      309 third_party/libxml/src/include/libxml/xmlIO.h 	xmlFileMatch 			(const char *filename);
xmlFileMatch     27723 third_party/libxml/src/testapi.c         ret_val = xmlFileMatch(filename);
xmlFileMatch     2178 third_party/libxml/src/xmlIO.c     xmlRegisterInputCallbacks(xmlFileMatch, xmlFileOpen,
xmlFileMatch     2212 third_party/libxml/src/xmlIO.c     xmlRegisterOutputCallbacks(xmlFileMatch, xmlFileOpenW,