template_ref      248 lib/pengine/complex.c     const char *template_ref = NULL;
template_ref      257 lib/pengine/complex.c     template_ref = crm_element_value(xml_obj, XML_CIB_TAG_RSC_TEMPLATE);
template_ref      258 lib/pengine/complex.c     if (template_ref == NULL) {
template_ref      268 lib/pengine/complex.c     if (pcmk__str_eq(template_ref, id, pcmk__str_none)) {
template_ref      280 lib/pengine/complex.c                               XML_ATTR_ID, template_ref);
template_ref      282 lib/pengine/complex.c         pe_err("No template named '%s'", template_ref);
template_ref      356 lib/pengine/complex.c     const char *template_ref = NULL;
template_ref      364 lib/pengine/complex.c     template_ref = crm_element_value(xml_obj, XML_CIB_TAG_RSC_TEMPLATE);
template_ref      365 lib/pengine/complex.c     if (template_ref == NULL) {
template_ref      375 lib/pengine/complex.c     if (pcmk__str_eq(template_ref, id, pcmk__str_none)) {
template_ref      380 lib/pengine/complex.c     if (add_tag_ref(data_set->template_rsc_sets, template_ref, id) == FALSE) {