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

/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c12408 * xmlSAXParseEntity:
12424 xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) { function
12470 return(xmlSAXParseEntity(NULL, filename));
H A Delfgcchack.h8998 #undef xmlSAXParseEntity macro
8999 extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity __attribute((alias("xmlSAXParseEntity__internal_alias")));
9001 #ifndef xmlSAXParseEntity
9002 extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity__internal_alias __attribute((visibility("hidden")));
9003 #define xmlSAXParseEntity xmlSAXParseEntity__internal_alias macro

Completed in 334 milliseconds