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

/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c12672 * xmlSAXParseFile:
12687 xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, function
12720 return(xmlSAXParseFile(NULL, filename, 0));
12736 return(xmlSAXParseFile(NULL, filename, 1));
H A Delfgcchack.h9010 #undef xmlSAXParseFile macro
9011 extern __typeof (xmlSAXParseFile) xmlSAXParseFile __attribute((alias("xmlSAXParseFile__internal_alias")));
9013 #ifndef xmlSAXParseFile
9014 extern __typeof (xmlSAXParseFile) xmlSAXParseFile__internal_alias __attribute((visibility("hidden")));
9015 #define xmlSAXParseFile xmlSAXParseFile__internal_alias macro

Completed in 116 milliseconds