element_xpath     149 lib/cib/cib_utils.c     const char *element_xpath = pcmk__cib_abs_xpath_for(element);
element_xpath     154 lib/cib/cib_utils.c     CRM_CHECK(element_xpath != NULL, return false); // Unsupported element
element_xpath     157 lib/cib/cib_utils.c     element_regex = crm_strdup_printf("^%s(/|$)", element_xpath);