Searched refs:htmlNodeDumpFormatOutput (Results 1 – 11 of 11) sorted by relevance
/external/libxml2/ |
D | HTMLtree.c | 434 htmlNodeDumpFormatOutput(outbuf, doc, cur, NULL, format); in htmlBufNodeDumpFormat() 521 htmlNodeDumpFormatOutput(buf, doc, cur, encoding, format); in htmlNodeDumpFileFormat() 811 htmlNodeDumpFormatOutput(buf, doc, cur, encoding, format); in htmlNodeListDumpOutput() 827 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, in htmlNodeDumpFormatOutput() function 1018 htmlNodeDumpFormatOutput(buf, doc, cur, encoding, 1); in htmlNodeDumpOutput()
|
D | xmlsave.c | 876 htmlNodeDumpFormatOutput(buf, doc, cur, in htmlNodeDumpOutputInternal() 879 htmlNodeDumpFormatOutput(buf, doc, cur, in htmlNodeDumpOutputInternal()
|
D | libxml2.syms | 425 htmlNodeDumpFormatOutput;
|
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
|
D | NEWS | 942 workaround wrong file: URIs, htmlNodeDumpFormatOutput on attributes,
|
D | testapi.c | 3401 htmlNodeDumpFormatOutput(buf, doc, cur, (const char *)encoding, format); in test_htmlNodeDumpFormatOutput()
|
D | ChangeLog | 1145 * HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
|
/external/libxml2/include/libxml/ |
D | HTMLtree.h | 114 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf,
|
/external/libxml2/os400/libxmlrpg/ |
D | HTMLtree.rpgle | 130 d htmlNodeDumpFormatOutput... 131 d pr extproc('htmlNodeDumpFormatOutput')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 351 htmlNodeDumpFormatOutput
|
/external/libxml2/python/ |
D | libxml.c | 3073 htmlNodeDumpFormatOutput(buf, doc, node, encoding, format); in libxml_saveNodeTo()
|