patchset_cib      342 lib/cib/cib_utils.c     xmlNode *patchset_cib = NULL;
patchset_cib      418 lib/cib/cib_utils.c         patchset_cib = top;
patchset_cib      430 lib/cib/cib_utils.c         patchset_cib = *current_cib;
patchset_cib      476 lib/cib/cib_utils.c     if (patchset_cib != NULL) {
patchset_cib      481 lib/cib/cib_utils.c         crm_element_value_int(patchset_cib, PCMK_XA_ADMIN_EPOCH, &old);
patchset_cib      492 lib/cib/cib_utils.c             crm_element_value_int(patchset_cib, PCMK_XA_EPOCH, &old);
patchset_cib      513 lib/cib/cib_utils.c         local_diff = xml_create_patchset(2, patchset_cib, scratch,
patchset_cib      525 lib/cib/cib_utils.c         local_diff = xml_create_patchset(0, patchset_cib, scratch,
patchset_cib      533 lib/cib/cib_utils.c         patchset_process_digest(local_diff, patchset_cib, scratch, with_digest);
patchset_cib      545 lib/cib/cib_utils.c                 xmlNode *cib_copy = pcmk__xml_copy(NULL, patchset_cib);
patchset_cib      553 lib/cib/cib_utils.c                     save_xml_to_file(patchset_cib, "PatchApply:input", NULL);
patchset_cib      639 lib/cib/cib_utils.c     if ((rc != pcmk_ok) && cib_acl_enabled(patchset_cib, user)
patchset_cib      640 lib/cib/cib_utils.c         && xml_acl_filtered_copy(user, patchset_cib, scratch, result_cib)) {