Searched refs:htmlNodeDumpFormatOutput (Results 1 – 15 of 15) sorted by relevance
/third_party/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 785 htmlNodeDumpFormatOutput(buf, doc, cur, encoding, format); in htmlNodeDumpFormatOutput() 979 htmlNodeDumpFormatOutput(buf, doc, cur, NULL, 1); in htmlNodeDumpOutput() 995 htmlNodeDumpFormatOutput(buf, cur, (xmlNodePtr) cur, NULL, format); in htmlDocContentDumpFormatOutput() 1009 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 | 319 Make htmlNodeDumpFormatOutput non-recursive (Nick Wellnhofer), 1868 workaround wrong file: URIs, htmlNodeDumpFormatOutput on attributes,
|
D | testapi.c | 3419 htmlNodeDumpFormatOutput(buf, doc, cur, (const char *)encoding, format); in test_htmlNodeDumpFormatOutput()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | HTMLtree.c | 462 htmlNodeDumpFormatOutput(outbuf, doc, cur, NULL, format); in htmlBufNodeDumpFormat() 549 htmlNodeDumpFormatOutput(buf, doc, cur, encoding, format); in htmlNodeDumpFileFormat() 829 htmlNodeDumpFormatOutput(buf, doc, cur, encoding, format); in htmlNodeListDumpOutput() 845 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, in htmlNodeDumpFormatOutput() function 1036 htmlNodeDumpFormatOutput(buf, doc, cur, encoding, 1); in htmlNodeDumpOutput()
|
D | HTMLtree.in.h | 143 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf,
|
D | xmlsave.c | 905 htmlNodeDumpFormatOutput(buf, doc, cur, in htmlNodeDumpOutputInternal() 908 htmlNodeDumpFormatOutput(buf, doc, cur, in htmlNodeDumpOutputInternal()
|
D | elfgcchack.h | 565 #undef htmlNodeDumpFormatOutput 566 extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput __attribute((alias("htmlNodeDum… 568 #ifndef htmlNodeDumpFormatOutput 569 extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput__internal_alias __attribute((vi… 570 #define htmlNodeDumpFormatOutput htmlNodeDumpFormatOutput__internal_alias macro
|
/third_party/libxml2/include/libxml/ |
D | HTMLtree.h | 114 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf,
|
/third_party/libxml2/os400/libxmlrpg/ |
D | HTMLtree.rpgle | 139 d htmlNodeDumpFormatOutput... 140 d pr extproc('htmlNodeDumpFormatOutput')
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 351 htmlNodeDumpFormatOutput
|
/third_party/libxml2/python/ |
D | libxml.c | 3075 htmlNodeDumpFormatOutput(buf, doc, node, encoding, format); in libxml_saveNodeTo()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 75740 - * HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe 95982 + Make htmlNodeDumpFormatOutput non-recursive (Nick Wellnhofer), 101519 -#undef htmlNodeDumpFormatOutput 101520 -extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput __attribute((alias("htmlNodeDu… 101522 -#ifndef htmlNodeDumpFormatOutput 101523 -extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput__internal_alias __attribute((v… 101524 -#define htmlNodeDumpFormatOutput htmlNodeDumpFormatOutput__internal_alias
|