xmlStaticCopyNodeList 3916 third_party/libxml/src/tree.c xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent); xmlStaticCopyNodeList 3985 third_party/libxml/src/tree.c ret->children = xmlStaticCopyNodeList(cur->children, ret->doc, (xmlNodePtr) ret); xmlStaticCopyNodeList 4218 third_party/libxml/src/tree.c ret->children = xmlStaticCopyNodeList(node->children, doc, ret); xmlStaticCopyNodeList 4318 third_party/libxml/src/tree.c xmlNodePtr ret = xmlStaticCopyNodeList(node, doc, NULL); xmlStaticCopyNodeList 4332 third_party/libxml/src/tree.c xmlNodePtr ret = xmlStaticCopyNodeList(node, NULL, NULL); xmlStaticCopyNodeList 4466 third_party/libxml/src/tree.c ret->children = xmlStaticCopyNodeList(doc->children, ret,