Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c4051 xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent);
4122 ret->children = xmlStaticCopyNodeList(cur->children, ret->doc, (xmlNodePtr) ret); in xmlCopyPropInternal()
4357 ret->children = xmlStaticCopyNodeList(node->children, doc, ret); in xmlStaticCopyNode()
4370 xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent) { in xmlStaticCopyNodeList() function
4459 xmlNodePtr ret = xmlStaticCopyNodeList(node, doc, NULL); in xmlDocCopyNodeList()
4473 xmlNodePtr ret = xmlStaticCopyNodeList(node, NULL, NULL); in xmlCopyNodeList()
4612 ret->children = xmlStaticCopyNodeList(doc->children, ret, in xmlCopyDoc()