Home
last modified time | relevance | path

Searched refs:xmlSAXParseEntity (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h912 xmlSAXParseEntity (xmlSAXHandlerPtr sax,
/external/libxml2/
Delfgcchack.h9078 #undef xmlSAXParseEntity
9079 extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity __attribute((alias("xmlSAXParseEntity__intern…
9081 #ifndef xmlSAXParseEntity
9082 extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity__internal_alias __attribute((visibility("hidd…
9083 #define xmlSAXParseEntity xmlSAXParseEntity__internal_alias macro
Dparser.c13373 xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) { in xmlSAXParseEntity() function
13419 return(xmlSAXParseEntity(NULL, filename)); in xmlParseEntity()