Searched refs:xmlStaticCopyNodeList (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | tree.c | 3992 xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent); 4063 ret->children = xmlStaticCopyNodeList(cur->children, ret->doc, (xmlNodePtr) ret); in xmlCopyPropInternal() 4298 ret->children = xmlStaticCopyNodeList(node->children, doc, ret); in xmlStaticCopyNode() 4311 xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent) { in xmlStaticCopyNodeList() function 4400 xmlNodePtr ret = xmlStaticCopyNodeList(node, doc, NULL); in xmlDocCopyNodeList() 4414 xmlNodePtr ret = xmlStaticCopyNodeList(node, NULL, NULL); in xmlCopyNodeList() 4552 ret->children = xmlStaticCopyNodeList(doc->children, ret, in xmlCopyDoc()
|
D | ChangeLog | 16375 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
|