patchset_cib      232 lib/cib/cib_utils.c     xmlNode *patchset_cib = NULL;
patchset_cib      309 lib/cib/cib_utils.c         patchset_cib = top;
patchset_cib      329 lib/cib/cib_utils.c         patchset_cib = *current_cib;
patchset_cib      385 lib/cib/cib_utils.c     if (patchset_cib != NULL) {
patchset_cib      390 lib/cib/cib_utils.c         crm_element_value_int(patchset_cib, PCMK_XA_ADMIN_EPOCH, &old);
patchset_cib      401 lib/cib/cib_utils.c             crm_element_value_int(patchset_cib, PCMK_XA_EPOCH, &old);
patchset_cib      425 lib/cib/cib_utils.c     local_diff = xml_create_patchset(0, patchset_cib, scratch,
patchset_cib      432 lib/cib/cib_utils.c         patchset_process_digest(local_diff, patchset_cib, scratch, with_digest);
patchset_cib      444 lib/cib/cib_utils.c                 xmlNode *cib_copy = pcmk__xml_copy(NULL, patchset_cib);
patchset_cib      452 lib/cib/cib_utils.c                     save_xml_to_file(patchset_cib, "PatchApply:input", NULL);
patchset_cib      537 lib/cib/cib_utils.c     if ((rc != pcmk_ok) && cib_acl_enabled(patchset_cib, user)
patchset_cib      538 lib/cib/cib_utils.c         && xml_acl_filtered_copy(user, patchset_cib, scratch, result_cib)) {