Home
last modified time | relevance | path

Searched refs:htmlDocContentDumpOutput (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DHTMLtree.h120 htmlDocContentDumpOutput(xmlOutputBufferPtr buf,
/external/libxml2/
DHTMLtree.c792 htmlDocContentDumpOutput(buf, (xmlDocPtr) cur, encoding); in htmlNodeDumpFormatOutput()
1013 htmlDocContentDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, in htmlDocContentDumpOutput() function
1078 htmlDocContentDumpOutput(buf, cur, NULL); in htmlDocDump()
1139 htmlDocContentDumpOutput(buf, cur, NULL); in htmlSaveFile()
Delfgcchack.h270 #undef htmlDocContentDumpOutput
271 extern __typeof (htmlDocContentDumpOutput) htmlDocContentDumpOutput __attribute((alias("htmlDocCont…
273 #ifndef htmlDocContentDumpOutput
274 extern __typeof (htmlDocContentDumpOutput) htmlDocContentDumpOutput__internal_alias __attribute((vi…
275 #define htmlDocContentDumpOutput htmlDocContentDumpOutput__internal_alias macro
/external/libxslt/libxslt/
Dxsltutils.c1489 htmlDocContentDumpOutput(buf, result, (const char *) encoding); in xsltSaveResultTo()