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

/external/libxml2/
H A Dparser.c13357 * xmlSAXParseEntity:
13373 xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) { function
13419 return(xmlSAXParseEntity(NULL, filename));
H A Delfgcchack.h9078 #undef xmlSAXParseEntity macro
9079 extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity __attribute((alias("xmlSAXParseEntity__internal_alias")));
9081 #ifndef xmlSAXParseEntity
9082 extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity__internal_alias __attribute((visibility("hidden")));
9083 #define xmlSAXParseEntity xmlSAXParseEntity__internal_alias macro

Completed in 95 milliseconds