Home
last modified time | relevance | path

Searched refs:xmlDebugDumpNodeList (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DdebugXML.h48 xmlDebugDumpNodeList (FILE *output,
/external/libxml2/
Delfgcchack.h2706 #undef xmlDebugDumpNodeList
2707 extern __typeof (xmlDebugDumpNodeList) xmlDebugDumpNodeList __attribute((alias("xmlDebugDumpNodeLis…
2709 #ifndef xmlDebugDumpNodeList
2710 extern __typeof (xmlDebugDumpNodeList) xmlDebugDumpNodeList__internal_alias __attribute((visibility…
2711 #define xmlDebugDumpNodeList xmlDebugDumpNodeList__internal_alias macro
DdebugXML.c1481 xmlDebugDumpNodeList(FILE * output, xmlNodePtr node, int depth) in xmlDebugDumpNodeList() function