xmlTextReaderFreeNodeList  215 third_party/libxml/src/xmlreader.c static void xmlTextReaderFreeNodeList(xmlTextReaderPtr reader, xmlNodePtr cur);
xmlTextReaderFreeNodeList  296 third_party/libxml/src/xmlreader.c         xmlTextReaderFreeNodeList(reader, cur->children);
xmlTextReaderFreeNodeList  359 third_party/libxml/src/xmlreader.c 		    xmlTextReaderFreeNodeList(reader, cur->children);
xmlTextReaderFreeNodeList  434 third_party/libxml/src/xmlreader.c 	    xmlTextReaderFreeNodeList(reader, cur->children);
xmlTextReaderFreeNodeList  527 third_party/libxml/src/xmlreader.c     if (cur->children != NULL) xmlTextReaderFreeNodeList(reader, cur->children);