pcmk__cib_element_in_patchset   65 daemons/attrd/attrd_cib.c     if (pcmk__cib_element_in_patchset(patchset, PCMK_XE_ALERTS)) {
pcmk__cib_element_in_patchset   69 daemons/attrd/attrd_cib.c     status_changed = pcmk__cib_element_in_patchset(patchset, PCMK_XE_STATUS);
pcmk__cib_element_in_patchset   85 daemons/attrd/attrd_cib.c         || pcmk__cib_element_in_patchset(patchset, PCMK_XE_NODES)) {
pcmk__cib_element_in_patchset   61 daemons/controld/controld_cib.c     if (pcmk__cib_element_in_patchset(patchset, PCMK_XE_ALERTS)
pcmk__cib_element_in_patchset   62 daemons/controld/controld_cib.c         || pcmk__cib_element_in_patchset(patchset, PCMK_XE_CRM_CONFIG)) {
pcmk__cib_element_in_patchset   78 daemons/controld/controld_cib.c     if (pcmk__cib_element_in_patchset(patchset, PCMK_XE_NODES)
pcmk__cib_element_in_patchset   79 daemons/controld/controld_cib.c         || pcmk__cib_element_in_patchset(patchset, PCMK_XE_STATUS)) {
pcmk__cib_element_in_patchset  449 include/crm/common/xml_internal.h bool pcmk__cib_element_in_patchset(const xmlNode *patchset,
pcmk__cib_element_in_patchset   45 lib/common/tests/patchset/pcmk__cib_element_in_patchset_test.c         assert_true(pcmk__cib_element_in_patchset(patchset, element));
pcmk__cib_element_in_patchset   47 lib/common/tests/patchset/pcmk__cib_element_in_patchset_test.c         assert_false(pcmk__cib_element_in_patchset(patchset, element));
pcmk__cib_element_in_patchset   58 lib/common/tests/patchset/pcmk__cib_element_in_patchset_test.c     pcmk__assert_asserts(pcmk__cib_element_in_patchset(NULL, NULL));
pcmk__cib_element_in_patchset   59 lib/common/tests/patchset/pcmk__cib_element_in_patchset_test.c     pcmk__assert_asserts(pcmk__cib_element_in_patchset(NULL, PCMK_XE_NODES));