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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DdebugXML.h32 xmlDebugDumpAttr (FILE *output,
/external/libxml2/include/libxml/
H A DdebugXML.h32 xmlDebugDumpAttr (FILE *output,
/external/chromium_org/third_party/libxml/src/
H A DdebugXML.c1368 * xmlDebugDumpAttr:
1376 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) { function
2284 xmlDebugDumpAttr(ctxt->output, (xmlAttrPtr) node, 0);
H A Delfgcchack.h2622 #undef xmlDebugDumpAttr macro
2623 extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr __attribute((alias("xmlDebugDumpAttr__internal_alias")));
2625 #ifndef xmlDebugDumpAttr
2626 extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr__internal_alias __attribute((visibility("hidden")));
2627 #define xmlDebugDumpAttr xmlDebugDumpAttr__internal_alias macro
H A Dxpath.c893 xmlDebugDumpAttr(output, (xmlAttrPtr)cur, depth);
H A Dtestapi.c7016 xmlDebugDumpAttr(output, attr, depth);
7023 printf("Leak of %d blocks found in xmlDebugDumpAttr",
[all...]
/external/libxml2/
H A DdebugXML.c1368 * xmlDebugDumpAttr:
1376 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) { function
2287 xmlDebugDumpAttr(ctxt->output, (xmlAttrPtr) node, 0);
H A Delfgcchack.h2694 #undef xmlDebugDumpAttr macro
2695 extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr __attribute((alias("xmlDebugDumpAttr__internal_alias")));
2697 #ifndef xmlDebugDumpAttr
2698 extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr__internal_alias __attribute((visibility("hidden")));
2699 #define xmlDebugDumpAttr xmlDebugDumpAttr__internal_alias macro
H A Dxpath.c974 xmlDebugDumpAttr(output, (xmlAttrPtr)cur, depth);

Completed in 545 milliseconds