template_ref      255 lib/pengine/complex.c     const char *template_ref = NULL;
template_ref      264 lib/pengine/complex.c     template_ref = crm_element_value(xml_obj, XML_CIB_TAG_RSC_TEMPLATE);
template_ref      265 lib/pengine/complex.c     if (template_ref == NULL) {
template_ref      275 lib/pengine/complex.c     if (pcmk__str_eq(template_ref, id, pcmk__str_none)) {
template_ref      287 lib/pengine/complex.c                               XML_ATTR_ID, template_ref);
template_ref      289 lib/pengine/complex.c         pe_err("No template named '%s'", template_ref);
template_ref      363 lib/pengine/complex.c     const char *template_ref = NULL;
template_ref      371 lib/pengine/complex.c     template_ref = crm_element_value(xml_obj, XML_CIB_TAG_RSC_TEMPLATE);
template_ref      372 lib/pengine/complex.c     if (template_ref == NULL) {
template_ref      382 lib/pengine/complex.c     if (pcmk__str_eq(template_ref, id, pcmk__str_none)) {
template_ref      387 lib/pengine/complex.c     if (add_tag_ref(data_set->template_rsc_sets, template_ref, id) == FALSE) {