patchset_cib 343 lib/cib/cib_utils.c xmlNode *patchset_cib = NULL; patchset_cib 419 lib/cib/cib_utils.c patchset_cib = top; patchset_cib 431 lib/cib/cib_utils.c patchset_cib = *current_cib; patchset_cib 477 lib/cib/cib_utils.c if (patchset_cib != NULL) { patchset_cib 482 lib/cib/cib_utils.c crm_element_value_int(patchset_cib, PCMK_XA_ADMIN_EPOCH, &old); patchset_cib 493 lib/cib/cib_utils.c crm_element_value_int(patchset_cib, PCMK_XA_EPOCH, &old); patchset_cib 514 lib/cib/cib_utils.c local_diff = xml_create_patchset(2, patchset_cib, scratch, patchset_cib 526 lib/cib/cib_utils.c local_diff = xml_create_patchset(0, patchset_cib, scratch, patchset_cib 534 lib/cib/cib_utils.c patchset_process_digest(local_diff, patchset_cib, scratch, with_digest); patchset_cib 546 lib/cib/cib_utils.c xmlNode *cib_copy = pcmk__xml_copy(NULL, patchset_cib); patchset_cib 554 lib/cib/cib_utils.c save_xml_to_file(patchset_cib, "PatchApply:input", NULL); patchset_cib 640 lib/cib/cib_utils.c if ((rc != pcmk_ok) && cib_acl_enabled(patchset_cib, user) patchset_cib 641 lib/cib/cib_utils.c && xml_acl_filtered_copy(user, patchset_cib, scratch, result_cib)) {