new_child        2012 lib/common/xml.c mark_child_moved(xmlNode *old_child, xmlNode *new_parent, xmlNode *new_child,
new_child        2015 lib/common/xml.c     xml_node_private_t *nodepriv = new_child->_private;
new_child        2018 lib/common/xml.c               new_child->name, (ID(new_child)? ID(new_child) : "<no id>"),
new_child        2026 lib/common/xml.c         nodepriv = new_child->_private;
new_child        2059 lib/common/xml.c         xmlNode *new_child = pcmk__xml_match(new_xml, cIter, true);
new_child        2062 lib/common/xml.c         if(new_child) {
new_child        2063 lib/common/xml.c             mark_xml_changes(old_child, new_child, TRUE);
new_child        2072 lib/common/xml.c         xmlNode *new_child = cIter;
new_child        2078 lib/common/xml.c             nodepriv = new_child->_private;
new_child        2080 lib/common/xml.c             mark_xml_changes(old_child, new_child, TRUE);
new_child        2084 lib/common/xml.c             int p_new = pcmk__xml_position(new_child, pcmk__xf_skip);
new_child        2088 lib/common/xml.c                 mark_child_moved(old_child, new_xml, new_child, p_old, p_new);
new_child         306 lib/pengine/complex.c         xmlNode *new_child = NULL;
new_child         308 lib/pengine/complex.c         new_child = add_node_copy(new_xml, child_xml);
new_child         310 lib/pengine/complex.c         if (pcmk__str_eq((const char *)new_child->name, "operations", pcmk__str_none)) {
new_child         311 lib/pengine/complex.c             rsc_ops = new_child;