Searched refs:xmlDebugDumpOneNode (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | debugXML.h | 40 xmlDebugDumpOneNode (FILE *output,
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | SAX2.c | 1676 xmlDebugDumpOneNode(stderr, parent, 0); in xmlSAX2StartElement() 2740 xmlDebugDumpOneNode(stderr, parent, 0); in xmlSAX2ProcessingInstruction() 2801 xmlDebugDumpOneNode(stderr, parent, 0); in xmlSAX2Comment()
|
H A D | debugXML.c | 1433 xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth) in xmlDebugDumpOneNode() function 2284 xmlDebugDumpOneNode(ctxt->output, node, 0); in xmlShellDir()
|
H A D | xpath.c | 1290 xmlDebugDumpOneNode(output, cur, depth); in xmlXPathDebugDumpNode() 1311 xmlDebugDumpOneNode(output, tmp, depth); in xmlXPathDebugDumpNodeList()
|