copy_xml          442 cib/io.c               cib_local = copy_xml(p);
copy_xml          479 cib/io.c               cib_local = copy_xml(the_cib);
copy_xml          255 cib/messages.c         xmlNode *scratch = copy_xml(existing_cib);
copy_xml          355 crmd/join_dc.c         max_generation_xml = copy_xml(generation);
copy_xml          370 crmd/join_dc.c         max_generation_xml = copy_xml(join_ack->xml);
copy_xml          215 crmd/messages.c         data = copy_xml(orig->msg);
copy_xml         1133 fencing/main.c     local_cib = copy_xml(output);
copy_xml         1017 fencing/remote.c     op->request = copy_xml(request);    /* TODO: Figure out how to avoid this */
copy_xml          140 include/crm/common/xml.h xmlNode *copy_xml(xmlNode * src_node);
copy_xml          333 include/crm/compatibility.h     *new = copy_xml(old);
copy_xml          858 lib/cib/cib_file.c             *output_data = copy_xml(output);
copy_xml          418 lib/cib/cib_native.c             *output_data = copy_xml(tmp);
copy_xml          270 lib/cib/cib_ops.c         *result_cib = copy_xml(input);
copy_xml          603 lib/cib/cib_ops.c     *result_cib = copy_xml(existing_cib);
copy_xml          627 lib/cib/cib_remote.c             *output_data = copy_xml(tmp);
copy_xml          352 lib/cib/cib_utils.c             *output = copy_xml(*output);
copy_xml          356 lib/cib/cib_utils.c             *output = copy_xml(*output);
copy_xml          378 lib/cib/cib_utils.c         scratch = copy_xml(current_cib);
copy_xml          487 lib/cib/cib_utils.c         xmlNode * c = copy_xml(current_cib);
copy_xml          939 lib/common/schemas.c         converted = copy_xml(*xml);
copy_xml          715 lib/common/xml.c     target = copy_xml(xml);
copy_xml         1878 lib/common/xml.c     xmlNode *old = copy_xml(xml);
copy_xml         2181 lib/common/xml.c         old = copy_xml(xml);
copy_xml         3963 lib/common/xml.c         *new = copy_xml(old);
copy_xml         4779 lib/common/xml.c             xmlNode *tmp = copy_xml(update);
copy_xml          104 lib/pengine/clone.c     child_copy = copy_xml(clone_data->xml_obj_child);
copy_xml          285 lib/pengine/complex.c     new_xml = copy_xml(template);
copy_xml          796 lib/pengine/rules.c     attr_set_copy = copy_xml(attr_set);
copy_xml         1958 lib/pengine/utils.c             data->params_secure = copy_xml(data->params_all);
copy_xml         1966 lib/pengine/utils.c             data->params_restart = copy_xml(data->params_all);
copy_xml           52 lib/transition/unpack.c     action->xml = copy_xml(xml_action);
copy_xml          464 pengine/constraints.c     new_xml = copy_xml(xml_obj);
copy_xml          856 pengine/constraints.c     new_xml = copy_xml(xml_obj);
copy_xml         1980 pengine/constraints.c     new_xml = copy_xml(xml_obj);
copy_xml         2466 pengine/constraints.c     new_xml = copy_xml(xml_obj);
copy_xml         2804 pengine/constraints.c     new_xml = copy_xml(xml_obj);
copy_xml          109 pengine/pengine.c         converted = copy_xml(xml_data);
copy_xml           85 tools/crm_diff.c     xmlNode *output = copy_xml(input);
copy_xml         4128 tools/crm_mon.c     xmlNode *cib_copy = copy_xml(current_cib);