xmlLsCountNode   1722 third_party/libxml/src/debugXML.c     fprintf(output, " %8d ", xmlLsCountNode(node));
xmlLsCountNode   5138 third_party/libxml/src/elfgcchack.h #undef xmlLsCountNode
xmlLsCountNode   5139 third_party/libxml/src/elfgcchack.h extern __typeof (xmlLsCountNode) xmlLsCountNode __attribute((alias("xmlLsCountNode__internal_alias")));
xmlLsCountNode   5141 third_party/libxml/src/elfgcchack.h #ifndef xmlLsCountNode
xmlLsCountNode   5142 third_party/libxml/src/elfgcchack.h extern __typeof (xmlLsCountNode) xmlLsCountNode__internal_alias __attribute((visibility("hidden")));
xmlLsCountNode   5143 third_party/libxml/src/elfgcchack.h #define xmlLsCountNode xmlLsCountNode__internal_alias
xmlLsCountNode     83 third_party/libxml/src/include/libxml/debugXML.h 	xmlLsCountNode		(xmlNodePtr node);
xmlLsCountNode   7434 third_party/libxml/src/testapi.c         ret_val = xmlLsCountNode(node);