Searched refs:htmlSAXParseFile (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/ |
D | testHTML.c | 692 doc = htmlSAXParseFile(filename, NULL, emptySAXHandler, NULL); in parseSAXFile() 702 doc = htmlSAXParseFile(filename, NULL, debugSAXHandler, NULL); in parseSAXFile()
|
D | libxml2.syms | 714 htmlSAXParseFile;
|
D | runtest.c | 1717 htmlSAXParseFile(filename, NULL, emptySAXHandler, NULL); in saxParseTest() 1733 htmlSAXParseFile(filename, NULL, debugHTMLSAXHandler, NULL); in saxParseTest()
|
D | elfgcchack.h | 726 #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
|
D | testapi.c | 2738 ret_val = htmlSAXParseFile(filename, (const char *)encoding, sax, userData); in test_htmlSAXParseFile()
|
/external/libxml2/include/libxml/ |
D | HTMLparser.h | 126 htmlSAXParseFile(const char *filename,
|
/external/libxml2/os400/libxmlrpg/ |
D | HTMLparser.rpgle | 176 d htmlSAXParseFile... 177 d pr extproc('htmlSAXParseFile')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 399 htmlSAXParseFile
|
/external/libxml2/python/ |
D | libxml.c | 1573 htmlSAXParseFile(URI, encoding, SAX, pyobj_SAX); in libxml_htmlSAXParseFile()
|