Searched refs:xmlStaticCopyNodeList (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | tree.c | 3993 xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent); 4064 ret->children = xmlStaticCopyNodeList(cur->children, ret->doc, (xmlNodePtr) ret); in xmlCopyPropInternal() 4299 ret->children = xmlStaticCopyNodeList(node->children, doc, ret); in xmlStaticCopyNode() 4312 xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent) { in xmlStaticCopyNodeList() function 4401 xmlNodePtr ret = xmlStaticCopyNodeList(node, doc, NULL); in xmlDocCopyNodeList() 4415 xmlNodePtr ret = xmlStaticCopyNodeList(node, NULL, NULL); in xmlCopyNodeList() 4553 ret->children = xmlStaticCopyNodeList(doc->children, ret, in xmlCopyDoc()
|
D | ChangeLog | 16375 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
|