Searched refs:htmlNodeDumpFormatOutput (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | HTMLtree.c | 430 htmlNodeDumpFormatOutput(outbuf, doc, cur, NULL, format); in htmlNodeDumpFormat() 502 htmlNodeDumpFormatOutput(buf, doc, cur, encoding, format); in htmlNodeDumpFileFormat() 760 htmlNodeDumpFormatOutput(buf, doc, cur, encoding, format); in htmlNodeListDumpOutput() 776 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, in htmlNodeDumpFormatOutput() function 967 htmlNodeDumpFormatOutput(buf, doc, cur, encoding, 1); in htmlNodeDumpOutput()
|
D | xmlsave.c | 781 htmlNodeDumpFormatOutput(buf, doc, cur, in htmlNodeDumpOutputInternal() 784 htmlNodeDumpFormatOutput(buf, doc, cur, in htmlNodeDumpOutputInternal()
|
D | elfgcchack.h | 534 #undef htmlNodeDumpFormatOutput 535 extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput __attribute((alias("htmlNodeDum… 537 #ifndef htmlNodeDumpFormatOutput 538 extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput__internal_alias __attribute((vi… 539 #define htmlNodeDumpFormatOutput htmlNodeDumpFormatOutput__internal_alias macro
|
/external/libxml2/include/libxml/ |
D | HTMLtree.h | 114 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf,
|