Home
last modified time | relevance | path

Searched refs:htmlNodeDumpFormatOutput (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/
DHTMLtree.c434 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()
Dxmlsave.c824 htmlNodeDumpFormatOutput(buf, doc, cur, in htmlNodeDumpOutputInternal()
827 htmlNodeDumpFormatOutput(buf, doc, cur, in htmlNodeDumpOutputInternal()
Dlibxml2.syms425 htmlNodeDumpFormatOutput;
Delfgcchack.h534 #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
DNEWS1385 workaround wrong file: URIs, htmlNodeDumpFormatOutput on attributes,
Dtestapi.c3417 htmlNodeDumpFormatOutput(buf, doc, cur, (const char *)encoding, format); in test_htmlNodeDumpFormatOutput()
DChangeLog1145 * HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
/external/libxml2/include/libxml/
DHTMLtree.h114 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf,
/external/libxml2/os400/libxmlrpg/
DHTMLtree.rpgle139 d htmlNodeDumpFormatOutput...
140 d pr extproc('htmlNodeDumpFormatOutput')
/external/libxml2/win32/
Dlibxml2.def.src351 htmlNodeDumpFormatOutput
/external/libxml2/python/
Dlibxml.c3074 htmlNodeDumpFormatOutput(buf, doc, node, encoding, format); in libxml_saveNodeTo()