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

/external/libxml2/
H A DHTMLparser.c6308 * htmlSAXParseFile:
6324 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, function
6365 return(htmlSAXParseFile(filename, encoding, NULL, NULL));
H A Delfgcchack.h726 #undef htmlSAXParseFile macro
727 extern __typeof (htmlSAXParseFile) htmlSAXParseFile __attribute((alias("htmlSAXParseFile__internal_alias")));
729 #ifndef htmlSAXParseFile
730 extern __typeof (htmlSAXParseFile) htmlSAXParseFile__internal_alias __attribute((visibility("hidden")));
731 #define htmlSAXParseFile htmlSAXParseFile__internal_alias macro

Completed in 255 milliseconds