cib_xml_copy      428 daemons/execd/cts-exec-helper.c     xmlNode *cib_xml_copy = NULL;
cib_xml_copy      453 daemons/execd/cts-exec-helper.c     rc = cib_conn->cmds->query(cib_conn, NULL, &cib_xml_copy, cib_scope_local | cib_sync_call);
cib_xml_copy      458 daemons/execd/cts-exec-helper.c     } else if (cib_xml_copy == NULL) {
cib_xml_copy      464 daemons/execd/cts-exec-helper.c     if (cli_config_update(&cib_xml_copy, NULL, FALSE) == FALSE) {
cib_xml_copy      470 daemons/execd/cts-exec-helper.c     data_set->input = cib_xml_copy;
cib_xml_copy     1036 tools/crm_resource.c clear_constraints(pcmk__output_t *out, xmlNodePtr *cib_xml_copy)
cib_xml_copy     1072 tools/crm_resource.c         rc = cib_conn->cmds->query(cib_conn, NULL, cib_xml_copy, cib_scope_local | cib_sync_call);
cib_xml_copy     1082 tools/crm_resource.c         data_set->input = *cib_xml_copy;
cib_xml_copy     1224 tools/crm_resource.c populate_working_set(xmlNodePtr *cib_xml_copy)
cib_xml_copy     1229 tools/crm_resource.c         *cib_xml_copy = filename2xml(options.xml_file);
cib_xml_copy     1231 tools/crm_resource.c         rc = cib_conn->cmds->query(cib_conn, NULL, cib_xml_copy, cib_scope_local | cib_sync_call);
cib_xml_copy     1248 tools/crm_resource.c     rc = update_working_set_xml(data_set, cib_xml_copy);
cib_xml_copy     1514 tools/crm_resource.c     xmlNode *cib_xml_copy = NULL;
cib_xml_copy     1724 tools/crm_resource.c         rc = populate_working_set(&cib_xml_copy);
cib_xml_copy     1918 tools/crm_resource.c             rc = clear_constraints(out, &cib_xml_copy);
cib_xml_copy     1097 tools/crm_resource_runtime.c     xmlNode *cib_xml_copy = NULL;
cib_xml_copy     1100 tools/crm_resource_runtime.c     rc = cib->cmds->query(cib, NULL, &cib_xml_copy, cib_scope_local | cib_sync_call);
cib_xml_copy     1107 tools/crm_resource_runtime.c     rc = update_working_set_xml(data_set, &cib_xml_copy);
cib_xml_copy     1110 tools/crm_resource_runtime.c         free_xml(cib_xml_copy);
cib_xml_copy      714 tools/crm_ticket.c     xmlNode *cib_xml_copy = NULL;
cib_xml_copy      872 tools/crm_ticket.c         cib_xml_copy = filename2xml(xml_file);
cib_xml_copy      875 tools/crm_ticket.c         rc = cib_conn->cmds->query(cib_conn, NULL, &cib_xml_copy, cib_scope_local | cib_sync_call);
cib_xml_copy      883 tools/crm_ticket.c     if (cli_config_update(&cib_xml_copy, NULL, FALSE) == FALSE) {
cib_xml_copy      889 tools/crm_ticket.c     data_set->input = cib_xml_copy;