patchset_cib 233 lib/cib/cib_utils.c xmlNode *patchset_cib = NULL; patchset_cib 309 lib/cib/cib_utils.c patchset_cib = top; patchset_cib 321 lib/cib/cib_utils.c patchset_cib = *current_cib; patchset_cib 367 lib/cib/cib_utils.c if (patchset_cib != NULL) { patchset_cib 372 lib/cib/cib_utils.c crm_element_value_int(patchset_cib, PCMK_XA_ADMIN_EPOCH, &old); patchset_cib 383 lib/cib/cib_utils.c crm_element_value_int(patchset_cib, PCMK_XA_EPOCH, &old); patchset_cib 407 lib/cib/cib_utils.c local_diff = xml_create_patchset(0, patchset_cib, scratch, patchset_cib 414 lib/cib/cib_utils.c patchset_process_digest(local_diff, patchset_cib, scratch, with_digest); patchset_cib 426 lib/cib/cib_utils.c xmlNode *cib_copy = pcmk__xml_copy(NULL, patchset_cib); patchset_cib 434 lib/cib/cib_utils.c save_xml_to_file(patchset_cib, "PatchApply:input", NULL); patchset_cib 519 lib/cib/cib_utils.c if ((rc != pcmk_ok) && cib_acl_enabled(patchset_cib, user) patchset_cib 520 lib/cib/cib_utils.c && xml_acl_filtered_copy(user, patchset_cib, scratch, result_cib)) {