template_ref      276 lib/pengine/complex.c     const char *template_ref = NULL;
template_ref      285 lib/pengine/complex.c     template_ref = crm_element_value(xml_obj, XML_CIB_TAG_RSC_TEMPLATE);
template_ref      286 lib/pengine/complex.c     if (template_ref == NULL) {
template_ref      296 lib/pengine/complex.c     if (pcmk__str_eq(template_ref, id, pcmk__str_none)) {
template_ref      308 lib/pengine/complex.c                               XML_ATTR_ID, template_ref);
template_ref      310 lib/pengine/complex.c         pe_err("No template named '%s'", template_ref);
template_ref      384 lib/pengine/complex.c     const char *template_ref = NULL;
template_ref      392 lib/pengine/complex.c     template_ref = crm_element_value(xml_obj, XML_CIB_TAG_RSC_TEMPLATE);
template_ref      393 lib/pengine/complex.c     if (template_ref == NULL) {
template_ref      403 lib/pengine/complex.c     if (pcmk__str_eq(template_ref, id, pcmk__str_none)) {
template_ref      408 lib/pengine/complex.c     if (add_tag_ref(data_set->template_rsc_sets, template_ref, id) == FALSE) {