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