Searched refs:xmlLsCountNode (Results 1 – 3 of 3) sorted by relevance
83 xmlLsCountNode (xmlNodePtr node);
1603 xmlLsCountNode(xmlNodePtr node) { in xmlLsCountNode() function1723 fprintf(output, " %8d ", xmlLsCountNode(node)); in xmlLsOneNode()
5138 #undef xmlLsCountNode5139 extern __typeof (xmlLsCountNode) xmlLsCountNode __attribute((alias("xmlLsCountNode__internal_alias"…5141 #ifndef xmlLsCountNode5142 extern __typeof (xmlLsCountNode) xmlLsCountNode__internal_alias __attribute((visibility("hidden")));5143 #define xmlLsCountNode xmlLsCountNode__internal_alias macro