Home
last modified time | relevance | path

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

/third_party/libxml2/
Dtree.c4059 xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent);
4130 ret->children = xmlStaticCopyNodeList(cur->children, ret->doc, (xmlNodePtr) ret); in xmlCopyPropInternal()
4365 ret->children = xmlStaticCopyNodeList(node->children, doc, ret); in xmlStaticCopyNode()
4378 xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent) { in xmlStaticCopyNodeList() function
4467 xmlNodePtr ret = xmlStaticCopyNodeList(node, doc, NULL); in xmlDocCopyNodeList()
4481 xmlNodePtr ret = xmlStaticCopyNodeList(node, NULL, NULL); in xmlCopyNodeList()
4620 ret->children = xmlStaticCopyNodeList(doc->children, ret, in xmlCopyDoc()
/third_party/chromium/patch/
D0001-cve.patch90970 - * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
132869 - ret->children = xmlStaticCopyNodeList(node->children, doc, ret);