Home
last modified time | relevance | path

Searched refs:htmlSAXParseFile (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/
DtestHTML.c692 doc = htmlSAXParseFile(filename, NULL, emptySAXHandler, NULL); in parseSAXFile()
702 doc = htmlSAXParseFile(filename, NULL, debugSAXHandler, NULL); in parseSAXFile()
Dlibxml2.syms714 htmlSAXParseFile;
Druntest.c1718 htmlSAXParseFile(filename, NULL, emptySAXHandler, NULL); in saxParseTest()
1742 htmlSAXParseFile(filename, NULL, debugHTMLSAXHandler, NULL); in saxParseTest()
Delfgcchack.h726 #undef htmlSAXParseFile
727 extern __typeof (htmlSAXParseFile) htmlSAXParseFile __attribute((alias("htmlSAXParseFile__internal_…
729 #ifndef htmlSAXParseFile
730 extern __typeof (htmlSAXParseFile) htmlSAXParseFile__internal_alias __attribute((visibility("hidden…
731 #define htmlSAXParseFile htmlSAXParseFile__internal_alias macro
Dtestapi.c2754 ret_val = htmlSAXParseFile(filename, (const char *)encoding, sax, userData); in test_htmlSAXParseFile()
/external/libxml2/include/libxml/
DHTMLparser.h126 htmlSAXParseFile(const char *filename,
/external/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle176 d htmlSAXParseFile...
177 d pr extproc('htmlSAXParseFile')
/external/libxml2/win32/
Dlibxml2.def.src399 htmlSAXParseFile
/external/libxml2/python/
Dlibxml.c1573 htmlSAXParseFile(URI, encoding, SAX, pyobj_SAX); in libxml_htmlSAXParseFile()