Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlsave.c2226 xmlNodeDumpOutput(outbuf, doc, cur, level, format, NULL); in xmlBufNodeDump()
2272 xmlNodeDumpOutput(outbuf, doc, cur, 0, 1, NULL); in xmlElemDump()
2296 xmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, in xmlNodeDumpOutput() function
Dlibxml2.syms1004 xmlNodeDumpOutput;
Delfgcchack.h6604 #undef xmlNodeDumpOutput
6605 extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput __attribute((alias("xmlNodeDumpOutput__intern…
6607 #ifndef xmlNodeDumpOutput
6608 extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput__internal_alias __attribute((visibility("hidd…
6609 #define xmlNodeDumpOutput xmlNodeDumpOutput__internal_alias macro
Dxmllint.c2097 xmlNodeDumpOutput(buf, NULL, node, 0, 0, NULL); in doXPathDump()
Dtestapi.c22476 xmlNodeDumpOutput(buf, doc, cur, level, format, (const char *)encoding); in test_xmlNodeDumpOutput()
DChangeLog18145 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
/external/libxml2/include/libxml/
Dtree.h1215 xmlNodeDumpOutput (xmlOutputBufferPtr buf,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1548 d xmlNodeDumpOutput...
1549 d pr extproc('xmlNodeDumpOutput')
/external/libxml2/win32/
Dlibxml2.def.src1282 xmlNodeDumpOutput
/external/libxml2/python/
Dlibxml.c3078 xmlNodeDumpOutput(buf, doc, node, 0, format, encoding); in libxml_saveNodeTo()