template_ref      232 lib/pengine/complex.c     const char *template_ref = NULL;
template_ref      241 lib/pengine/complex.c     template_ref = crm_element_value(xml_obj, XML_CIB_TAG_RSC_TEMPLATE);
template_ref      242 lib/pengine/complex.c     if (template_ref == NULL) {
template_ref      252 lib/pengine/complex.c     if (pcmk__str_eq(template_ref, id, pcmk__str_none)) {
template_ref      264 lib/pengine/complex.c                               XML_ATTR_ID, template_ref);
template_ref      266 lib/pengine/complex.c         pe_err("No template named '%s'", template_ref);
template_ref      342 lib/pengine/complex.c     const char *template_ref = NULL;
template_ref      350 lib/pengine/complex.c     template_ref = crm_element_value(xml_obj, XML_CIB_TAG_RSC_TEMPLATE);
template_ref      351 lib/pengine/complex.c     if (template_ref == NULL) {
template_ref      361 lib/pengine/complex.c     if (pcmk__str_eq(template_ref, id, pcmk__str_none)) {
template_ref      366 lib/pengine/complex.c     if (add_tag_ref(data_set->template_rsc_sets, template_ref, id) == FALSE) {