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, NULL, format); in htmlNodeDumpFileFormat() 744 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, in htmlNodeDumpFormatOutput() function 965 htmlNodeDumpFormatOutput(buf, doc, cur, NULL, 1); in htmlNodeDumpOutput() 981 htmlNodeDumpFormatOutput(buf, cur, (xmlNodePtr) cur, NULL, format); in htmlDocContentDumpFormatOutput() 995 htmlNodeDumpFormatOutput(buf, cur, (xmlNodePtr) cur, NULL, 1); in htmlDocContentDumpOutput()
|
D | xmlsave.c | 824 htmlNodeDumpFormatOutput(buf, doc, cur, in htmlNodeDumpOutputInternal() 827 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 | 1385 workaround wrong file: URIs, htmlNodeDumpFormatOutput on attributes,
|
D | testapi.c | 3417 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 | 139 d htmlNodeDumpFormatOutput... 140 d pr extproc('htmlNodeDumpFormatOutput')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 351 htmlNodeDumpFormatOutput
|
/external/libxml2/python/ |
D | libxml.c | 3074 htmlNodeDumpFormatOutput(buf, doc, node, encoding, format); in libxml_saveNodeTo()
|