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

/external/libxml2/
H A Dparser.c14164 * xmlSAXParseEntity:
14180 xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) { function
14226 return(xmlSAXParseEntity(NULL, filename));
H A Delfgcchack.h9204 #undef xmlSAXParseEntity macro
9205 extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity __attribute((alias("xmlSAXParseEntity__internal_alias")));
9207 #ifndef xmlSAXParseEntity
9208 extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity__internal_alias __attribute((visibility("hidden")));
9209 #define xmlSAXParseEntity xmlSAXParseEntity__internal_alias macro

Completed in 397 milliseconds