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

/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c12600 * xmlSAXParseFileWithData:
12619 xmlSAXParseFileWithData(xmlSAXHandlerPtr sax, const char *filename, function
12689 return(xmlSAXParseFileWithData(sax,filename,recovery,NULL));
H A Delfgcchack.h9022 #undef xmlSAXParseFileWithData macro
9023 extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData __attribute((alias("xmlSAXParseFileWithData__internal_alias")));
9025 #ifndef xmlSAXParseFileWithData
9026 extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData__internal_alias __attribute((visibility("hidden")));
9027 #define xmlSAXParseFileWithData xmlSAXParseFileWithData__internal_alias macro

Completed in 113 milliseconds