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

/external/chromium_org/third_party/libxml/src/
H A Dparser.c13757 * xmlSAXUserParseFile:
13768 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
/external/libxml2/
H A Dparser.c14290 * xmlSAXUserParseFile:
14301 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 1239 milliseconds