Searched refs:htmlCreateFileParserCtxt (Results 1 – 7 of 7) sorted by relevance
578 XMLPUBFUN htmlParserCtxtPtr XMLCALL htmlCreateFileParserCtxt(const char *filename,
526 d htmlCreateFileParserCtxt...527 d pr extproc('htmlCreateFileParserCtxt')
123 htmlCreateFileParserCtxt;
6338 htmlCreateFileParserCtxt(const char *filename, const char *encoding) in htmlCreateFileParserCtxt() function6416 ctxt = htmlCreateFileParserCtxt(filename, encoding); in htmlSAXParseFile()6846 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
15578 ret_val = htmlCreateFileParserCtxt(filename, (const char *)encoding); in test_htmlCreateFileParserCtxt()
249 htmlCreateFileParserCtxt