Searched defs:xmlParseFile (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dparser.c14487 * xmlParseFile:
14498 xmlParseFile(const char *filename) { function
H A Delfgcchack.h7322 #undef xmlParseFile macro
7323 extern __typeof (xmlParseFile) xmlParseFile __attribute((alias("xmlParseFile__internal_alias")));
7325 #ifndef xmlParseFile
7326 extern __typeof (xmlParseFile) xmlParseFile__internal_alias __attribute((visibility("hidden")));
7327 #define xmlParseFile xmlParseFile__internal_alias macro

Completed in 68 milliseconds