xmlNewReconciliedNs   53 third_party/libxml/src/tree.c xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns);
xmlNewReconciliedNs 3975 third_party/libxml/src/tree.c           ret->ns = xmlNewReconciliedNs(target->doc, target, cur->ns);
xmlNewReconciliedNs 4192 third_party/libxml/src/tree.c 			ret->ns = xmlNewReconciliedNs(doc, ret, node->ns);
xmlNewReconciliedNs 6178 third_party/libxml/src/tree.c 		n = xmlNewReconciliedNs(doc, tree, node->ns);
xmlNewReconciliedNs 6242 third_party/libxml/src/tree.c 			n = xmlNewReconciliedNs(doc, tree, attr->ns);