Home
last modified time | relevance | path

Searched refs:htmlSAXParseFile (Results 1 – 10 of 10) 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.c1671 htmlSAXParseFile(filename, NULL, emptySAXHandler, NULL); in saxParseTest()
1687 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
DHTMLparser.c6324 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, in htmlSAXParseFile() function
6365 return(htmlSAXParseFile(filename, encoding, NULL, NULL)); in htmlParseFile()
Dtestapi.c2738 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.rpgle170 d htmlSAXParseFile...
171 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()