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

/external/libxml2/
H A Dparser.c13749 * xmlSAXUserParseFile:
13760 xmlSAXUserParseFile(xmlSAXHandlerPtr sax, void *user_data, function
H A Delfgcchack.h9138 #undef xmlSAXUserParseFile macro
9139 extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile __attribute((alias("xmlSAXUserParseFile__internal_alias")));
9141 #ifndef xmlSAXUserParseFile
9142 extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile__internal_alias __attribute((visibility("hidden")));
9143 #define xmlSAXUserParseFile xmlSAXUserParseFile__internal_alias macro

Completed in 75 milliseconds