Searched refs:htmlSAXParseFile (Results 1 – 3 of 3) sorted by relevance
126 htmlSAXParseFile(const char *filename,
726 #undef htmlSAXParseFile727 extern __typeof (htmlSAXParseFile) htmlSAXParseFile __attribute((alias("htmlSAXParseFile__internal_…729 #ifndef htmlSAXParseFile730 extern __typeof (htmlSAXParseFile) htmlSAXParseFile__internal_alias __attribute((visibility("hidden…731 #define htmlSAXParseFile htmlSAXParseFile__internal_alias macro
5646 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, in htmlSAXParseFile() function5687 return(htmlSAXParseFile(filename, encoding, NULL, NULL)); in htmlParseFile()