Searched refs:xmlSAXParseEntity (Results 1 – 3 of 3) sorted by relevance
912 xmlSAXParseEntity (xmlSAXHandlerPtr sax,
9078 #undef xmlSAXParseEntity9079 extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity __attribute((alias("xmlSAXParseEntity__intern…9081 #ifndef xmlSAXParseEntity9082 extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity__internal_alias __attribute((visibility("hidd…9083 #define xmlSAXParseEntity xmlSAXParseEntity__internal_alias macro
13373 xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) { in xmlSAXParseEntity() function13419 return(xmlSAXParseEntity(NULL, filename)); in xmlParseEntity()