Searched refs:xmlNodeDumpOutput (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/
H A Dxmlsave.c2047 xmlNodeDumpOutput(outbuf, doc, cur, level, format, NULL);
2092 xmlNodeDumpOutput(outbuf, doc, cur, 0, 1, NULL);
2103 * xmlNodeDumpOutput:
2116 xmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, function
H A Delfgcchack.h6492 #undef xmlNodeDumpOutput macro
6493 extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput __attribute((alias("xmlNodeDumpOutput__internal_alias")));
6495 #ifndef xmlNodeDumpOutput
6496 extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput__internal_alias __attribute((visibility("hidden")));
6497 #define xmlNodeDumpOutput xmlNodeDumpOutput__internal_alias macro
/external/libxml2/include/libxml/
H A Dtree.h1156 xmlNodeDumpOutput (xmlOutputBufferPtr buf,
/external/libxslt/libxslt/
H A Dxsltutils.c1572 xmlNodeDumpOutput(buf, result, child, 0, (indent == 1),

Completed in 3273 milliseconds