Searched refs:xmlDebugDumpOneNode (Results 1 – 5 of 5) sorted by relevance
/external/libxml2/include/libxml/ |
D | debugXML.h | 40 xmlDebugDumpOneNode (FILE *output,
|
/external/libxml2/ |
D | SAX2.c | 1641 xmlDebugDumpOneNode(stderr, parent, 0); in xmlSAX2StartElement() 2662 xmlDebugDumpOneNode(stderr, parent, 0); in xmlSAX2ProcessingInstruction() 2723 xmlDebugDumpOneNode(stderr, parent, 0); in xmlSAX2Comment()
|
D | debugXML.c | 1438 xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth) in xmlDebugDumpOneNode() function 2287 xmlDebugDumpOneNode(ctxt->output, node, 0); in xmlShellDir()
|
D | elfgcchack.h | 2718 #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
|
D | xpath.c | 896 xmlDebugDumpOneNode(output, cur, depth); in xmlXPathDebugDumpNode() 917 xmlDebugDumpOneNode(output, tmp, depth); in xmlXPathDebugDumpNodeList()
|