template_ref      302 lib/pengine/complex.c     const char *template_ref = NULL;
template_ref      310 lib/pengine/complex.c     template_ref = crm_element_value(xml_obj, PCMK_XA_TEMPLATE);
template_ref      311 lib/pengine/complex.c     if (template_ref == NULL) {
template_ref      321 lib/pengine/complex.c     if (pcmk__str_eq(template_ref, id, pcmk__str_none)) {
template_ref      335 lib/pengine/complex.c                                     PCMK_XA_ID, template_ref);
template_ref      337 lib/pengine/complex.c         pcmk__config_err("No template named '%s'", template_ref);
template_ref      408 lib/pengine/complex.c     const char *template_ref = NULL;
template_ref      417 lib/pengine/complex.c     template_ref = crm_element_value(xml_obj, PCMK_XA_TEMPLATE);
template_ref      418 lib/pengine/complex.c     if (template_ref == NULL) {
template_ref      428 lib/pengine/complex.c     if (pcmk__str_eq(template_ref, id, pcmk__str_none)) {
template_ref      434 lib/pengine/complex.c     if (add_tag_ref(scheduler->template_rsc_sets, template_ref, id) == FALSE) {