Searched refs:xmlDebugDumpAttr (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DdebugXML.h32 xmlDebugDumpAttr (FILE *output,
/vbox/src/libs/libxml2-2.6.31/
H A DdebugXML.c1366 * xmlDebugDumpAttr:
1374 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) { function
2282 xmlDebugDumpAttr(ctxt->output, (xmlAttrPtr) node, 0);
H A Delfgcchack.h2610 #undef xmlDebugDumpAttr macro
2611 extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr __attribute((alias("xmlDebugDumpAttr__internal_alias")));
2613 #ifndef xmlDebugDumpAttr
2614 extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr__internal_alias __attribute((visibility("hidden")));
2615 #define xmlDebugDumpAttr xmlDebugDumpAttr__internal_alias macro
H A Dxpath.c894 xmlDebugDumpAttr(output, (xmlAttrPtr)cur, depth);
H A Dtestapi.c6999 xmlDebugDumpAttr(output, attr, depth);
7006 printf("Leak of %d blocks found in xmlDebugDumpAttr",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c2637 if (!PyArg_ParseTuple(args, (char *)"OOi:xmlDebugDumpAttr", &pyobj_output, &pyobj_attr, &depth))
2642 xmlDebugDumpAttr(output, attr, depth);

Completed in 584 milliseconds