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

/external/libxml2/
H A Dparser.c14541 * xmlSAXUserParseFile:
14552 xmlSAXUserParseFile(xmlSAXHandlerPtr sax, void *user_data, function
H A Delfgcchack.h9264 #undef xmlSAXUserParseFile macro
9265 extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile __attribute((alias("xmlSAXUserParseFile__internal_alias")));
9267 #ifndef xmlSAXUserParseFile
9268 extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile__internal_alias __attribute((visibility("hidden")));
9269 #define xmlSAXUserParseFile xmlSAXUserParseFile__internal_alias macro

Completed in 89 milliseconds