Searched refs:htmlCreateFileParserCtxt (Results 1 – 3 of 3) sorted by relevance
545 XMLPUBFUN htmlParserCtxtPtr XMLCALL htmlCreateFileParserCtxt(const char *filename,
6140 htmlCreateFileParserCtxt(const char *filename, const char *encoding) in htmlCreateFileParserCtxt() function6214 ctxt = htmlCreateFileParserCtxt(filename, encoding); in htmlSAXParseFile()6640 ctxt = htmlCreateFileParserCtxt(filename, encoding); in htmlReadFile()
126 #undef htmlCreateFileParserCtxt127 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt __attribute((alias("htmlCreateF…129 #ifndef htmlCreateFileParserCtxt130 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt__internal_alias __attribute((vi…131 #define htmlCreateFileParserCtxt htmlCreateFileParserCtxt__internal_alias macro