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