cib_xml_copy 353 lrmd/test.c xmlNode *cib_xml_copy = NULL; cib_xml_copy 373 lrmd/test.c rc = cib_conn->cmds->query(cib_conn, NULL, &cib_xml_copy, cib_scope_local | cib_sync_call); cib_xml_copy 378 lrmd/test.c } else if (cib_xml_copy == NULL) { cib_xml_copy 384 lrmd/test.c if (cli_config_update(&cib_xml_copy, NULL, FALSE) == FALSE) { cib_xml_copy 390 lrmd/test.c data_set.input = cib_xml_copy; cib_xml_copy 825 tools/crm_resource.c xmlNode *cib_xml_copy = NULL; cib_xml_copy 828 tools/crm_resource.c cib_xml_copy = filename2xml(xml_file); cib_xml_copy 831 tools/crm_resource.c rc = cib_conn->cmds->query(cib_conn, NULL, &cib_xml_copy, cib_scope_local | cib_sync_call); cib_xml_copy 840 tools/crm_resource.c rc = update_working_set_xml(&data_set, &cib_xml_copy); cib_xml_copy 929 tools/crm_resource_runtime.c xmlNode *cib_xml_copy = NULL; cib_xml_copy 932 tools/crm_resource_runtime.c rc = cib->cmds->query(cib, NULL, &cib_xml_copy, cib_scope_local | cib_sync_call); cib_xml_copy 937 tools/crm_resource_runtime.c rc = update_working_set_xml(data_set, &cib_xml_copy); cib_xml_copy 940 tools/crm_resource_runtime.c free_xml(cib_xml_copy); cib_xml_copy 706 tools/crm_ticket.c xmlNode *cib_xml_copy = NULL; cib_xml_copy 855 tools/crm_ticket.c cib_xml_copy = filename2xml(xml_file); cib_xml_copy 858 tools/crm_ticket.c rc = cib_conn->cmds->query(cib_conn, NULL, &cib_xml_copy, cib_scope_local | cib_sync_call); cib_xml_copy 864 tools/crm_ticket.c } else if (cli_config_update(&cib_xml_copy, NULL, FALSE) == FALSE) { cib_xml_copy 869 tools/crm_ticket.c data_set.input = cib_xml_copy;