element_xpath     835 lib/common/patchset.c     const char *element_xpath = pcmk__cib_abs_xpath_for(element);
element_xpath     849 lib/common/patchset.c     CRM_CHECK(element_xpath != NULL, return false); // Unsupported element
element_xpath     858 lib/common/patchset.c     element_regex = crm_strdup_printf("^%s(/|$)", element_xpath);