Searched refs:htmlDocContentDumpOutput (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/include/libxml/ |
D | HTMLtree.h | 120 htmlDocContentDumpOutput(xmlOutputBufferPtr buf,
|
/external/libxml2/ |
D | HTMLtree.c | 792 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()
|
D | elfgcchack.h | 270 #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/ |
D | xsltutils.c | 1489 htmlDocContentDumpOutput(buf, result, (const char *) encoding); in xsltSaveResultTo()
|