Home
last modified time | relevance | path

Searched refs:htmlCreateFileParserCtxt (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h578 XMLPUBFUN htmlParserCtxtPtr XMLCALL htmlCreateFileParserCtxt(const char *filename,
/external/libxml2/os400/libxmlrpg/
DparserInternals.rpgle526 d htmlCreateFileParserCtxt...
527 d pr extproc('htmlCreateFileParserCtxt')
/external/libxml2/
Dlibxml2.syms123 htmlCreateFileParserCtxt;
DHTMLparser.c6338 htmlCreateFileParserCtxt(const char *filename, const char *encoding) in htmlCreateFileParserCtxt() function
6416 ctxt = htmlCreateFileParserCtxt(filename, encoding); in htmlSAXParseFile()
6846 ctxt = htmlCreateFileParserCtxt(filename, encoding); in htmlReadFile()
Delfgcchack.h126 #undef htmlCreateFileParserCtxt
127 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt __attribute((alias("htmlCreateF…
129 #ifndef htmlCreateFileParserCtxt
130 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt__internal_alias __attribute((vi…
131 #define htmlCreateFileParserCtxt htmlCreateFileParserCtxt__internal_alias macro
Dtestapi.c15578 ret_val = htmlCreateFileParserCtxt(filename, (const char *)encoding); in test_htmlCreateFileParserCtxt()
/external/libxml2/win32/
Dlibxml2.def.src249 htmlCreateFileParserCtxt