Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DdebugXML.h83 xmlLsCountNode (xmlNodePtr node);
/external/libxml2/
DdebugXML.c1603 xmlLsCountNode(xmlNodePtr node) { in xmlLsCountNode() function
1723 fprintf(output, " %8d ", xmlLsCountNode(node)); in xmlLsOneNode()
Delfgcchack.h5138 #undef xmlLsCountNode
5139 extern __typeof (xmlLsCountNode) xmlLsCountNode __attribute((alias("xmlLsCountNode__internal_alias"…
5141 #ifndef xmlLsCountNode
5142 extern __typeof (xmlLsCountNode) xmlLsCountNode__internal_alias __attribute((visibility("hidden")));
5143 #define xmlLsCountNode xmlLsCountNode__internal_alias macro