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

/external/libxml2/
H A Dparser.c13574 * xmlSAXParseFileWithData:
13593 xmlSAXParseFileWithData(xmlSAXHandlerPtr sax, const char *filename, function
13660 return(xmlSAXParseFileWithData(sax,filename,recovery,NULL));
H A Delfgcchack.h9102 #undef xmlSAXParseFileWithData macro
9103 extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData __attribute((alias("xmlSAXParseFileWithData__internal_alias")));
9105 #ifndef xmlSAXParseFileWithData
9106 extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData__internal_alias __attribute((visibility("hidden")));
9107 #define xmlSAXParseFileWithData xmlSAXParseFileWithData__internal_alias macro

Completed in 122 milliseconds