Home
last modified time | relevance | path

Searched refs:xmlDebugDumpOneNode (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
DdebugXML.h40 xmlDebugDumpOneNode (FILE *output,
/external/libxml2/
DSAX2.c1641 xmlDebugDumpOneNode(stderr, parent, 0); in xmlSAX2StartElement()
2662 xmlDebugDumpOneNode(stderr, parent, 0); in xmlSAX2ProcessingInstruction()
2723 xmlDebugDumpOneNode(stderr, parent, 0); in xmlSAX2Comment()
DdebugXML.c1438 xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth) in xmlDebugDumpOneNode() function
2287 xmlDebugDumpOneNode(ctxt->output, node, 0); in xmlShellDir()
Delfgcchack.h2718 #undef xmlDebugDumpOneNode
2719 extern __typeof (xmlDebugDumpOneNode) xmlDebugDumpOneNode __attribute((alias("xmlDebugDumpOneNode__…
2721 #ifndef xmlDebugDumpOneNode
2722 extern __typeof (xmlDebugDumpOneNode) xmlDebugDumpOneNode__internal_alias __attribute((visibility("…
2723 #define xmlDebugDumpOneNode xmlDebugDumpOneNode__internal_alias macro
Dxpath.c896 xmlDebugDumpOneNode(output, cur, depth); in xmlXPathDebugDumpNode()
917 xmlDebugDumpOneNode(output, tmp, depth); in xmlXPathDebugDumpNodeList()