Home
last modified time | relevance | path

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

/external/libxml2/os400/libxmlrpg/
DHTMLtree.rpgle139 d htmlNodeDumpFormatOutput...
140 d pr extproc('htmlNodeDumpFormatOutput')
/external/libxml2/include/libxml/
DHTMLtree.h114 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf,
/external/libxml2/
Dxmlsave.c876 htmlNodeDumpFormatOutput(buf, doc, cur, in htmlNodeDumpOutputInternal()
879 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
DNEWS942 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/win32/
Dlibxml2.def.src351 htmlNodeDumpFormatOutput
/external/libxml2/python/
Dlibxml.c3073 htmlNodeDumpFormatOutput(buf, doc, node, encoding, format); in libxml_saveNodeTo()