Searched refs:htmlCreateFileParserCtxt (Results 1 – 8 of 8) sorted by relevance
578 XMLPUBFUN htmlParserCtxtPtr XMLCALL htmlCreateFileParserCtxt(const char *filename,
526 d htmlCreateFileParserCtxt...527 d pr extproc('htmlCreateFileParserCtxt')
123 htmlCreateFileParserCtxt;
6450 htmlCreateFileParserCtxt(const char *filename, const char *encoding) in htmlCreateFileParserCtxt() function6528 ctxt = htmlCreateFileParserCtxt(filename, encoding); in htmlSAXParseFile()6957 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
15580 ret_val = htmlCreateFileParserCtxt(filename, (const char *)encoding); in test_htmlCreateFileParserCtxt()
249 htmlCreateFileParserCtxt
101111 -#undef htmlCreateFileParserCtxt101112 -extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt __attribute((alias("htmlCreate…101114 -#ifndef htmlCreateFileParserCtxt101115 -extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt__internal_alias __attribute((v…101116 -#define htmlCreateFileParserCtxt htmlCreateFileParserCtxt__internal_alias122108 XMLPUBFUN htmlParserCtxtPtr XMLCALL htmlCreateFileParserCtxt(const char *filename,