new_child 1354 lib/common/xml.c mark_child_moved(xmlNode *old_child, xmlNode *new_child, int old_pos, new_child 1357 lib/common/xml.c const char *id_s = pcmk__s(pcmk__xe_id(new_child), "<no id>"); new_child 1358 lib/common/xml.c xmlNode *new_parent = new_child->parent; new_child 1359 lib/common/xml.c xml_node_private_t *nodepriv = new_child->_private; new_child 1363 lib/common/xml.c new_child->name, id_s, old_pos, new_pos, new_parent->name); new_child 1465 lib/common/xml.c new_child_matches(const xmlNode *old_child, const xmlNode *new_child) new_child 1467 lib/common/xml.c if (old_child->type != new_child->type) { new_child 1473 lib/common/xml.c return new_comment_matches(old_child, new_child); new_child 1475 lib/common/xml.c return new_element_matches(old_child, new_child); new_child 1504 lib/common/xml.c for (xmlNode *new_child = pcmk__xml_first_child(new_xml); new_child 1505 lib/common/xml.c new_child != NULL; new_child = pcmk__xml_next(new_child)) { new_child 1507 lib/common/xml.c xml_node_private_t *new_nodepriv = new_child->_private; new_child 1516 lib/common/xml.c if (new_child_matches(old_child, new_child)) { new_child 1517 lib/common/xml.c old_nodepriv->match = new_child; new_child 1562 lib/common/xml.c xmlNode *new_child = NULL; new_child 1577 lib/common/xml.c new_child = nodepriv->match; new_child 1580 lib/common/xml.c pcmk__assert(old_child->type == new_child->type); new_child 1587 lib/common/xml.c pcmk__xml_mark_changes(old_child, new_child); new_child 1594 lib/common/xml.c for (xmlNode *new_child = pcmk__xml_first_child(new_xml), new_child 1595 lib/common/xml.c *next = pcmk__xml_next(new_child); new_child 1596 lib/common/xml.c new_child != NULL; new_child 1597 lib/common/xml.c new_child = next, next = pcmk__xml_next(new_child)) { new_child 1599 lib/common/xml.c xml_node_private_t *nodepriv = new_child->_private; new_child 1616 lib/common/xml.c int new_pos = pcmk__xml_position(new_child, pcmk__xf_skip); new_child 1619 lib/common/xml.c mark_child_moved(old_child, new_child, old_pos, new_pos); new_child 1627 lib/common/xml.c mark_xml_tree_dirty_created(new_child); new_child 1630 lib/common/xml.c pcmk__apply_creation_acl(new_child, true); new_child 327 lib/pengine/complex.c xmlNode *new_child = pcmk__xml_copy(new_xml, child_xml); new_child 329 lib/pengine/complex.c if (pcmk__xe_is(new_child, PCMK_XE_OPERATIONS)) { new_child 330 lib/pengine/complex.c rsc_ops = new_child;