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

/external/chromium_org/third_party/libxml/src/
H A Dparser.c13365 * xmlSAXParseEntity:
13381 xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) { function
13427 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
/external/libxml2/
H A Dparser.c13898 * xmlSAXParseEntity:
13914 xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) { function
13960 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 181 milliseconds