new_child        4128 lib/common/xml.c         xmlNode *new_child = find_element(new, cIter, TRUE);
new_child        4131 lib/common/xml.c         if(new_child) {
new_child        4132 lib/common/xml.c             __xml_diff_object(old_child, new_child);
new_child        4153 lib/common/xml.c         xmlNode *new_child = cIter;
new_child        4158 lib/common/xml.c             xml_private_t *p = new_child->_private;
new_child        4160 lib/common/xml.c             __xml_diff_object(old_child, new_child);
new_child        4164 lib/common/xml.c             int p_new = __xml_offset(new_child);
new_child        4168 lib/common/xml.c                 xml_private_t *p = new_child->_private;
new_child        4171 lib/common/xml.c                          new_child->name, ID(new_child), p_old, p_new);
new_child        4178 lib/common/xml.c                     p = new_child->_private;
new_child         298 lib/pengine/complex.c         xmlNode *new_child = NULL;
new_child         300 lib/pengine/complex.c         new_child = add_node_copy(new_xml, child_xml);
new_child         302 lib/pengine/complex.c         if (crm_str_eq((const char *)new_child->name, "operations", TRUE)) {
new_child         303 lib/pengine/complex.c             rsc_ops = new_child;