template_ref      276 lib/pengine/complex.c     const char *template_ref = NULL;
template_ref      284 lib/pengine/complex.c     template_ref = crm_element_value(xml_obj, PCMK_XA_TEMPLATE);
template_ref      285 lib/pengine/complex.c     if (template_ref == NULL) {
template_ref      295 lib/pengine/complex.c     if (pcmk__str_eq(template_ref, id, pcmk__str_none)) {
template_ref      309 lib/pengine/complex.c                                     PCMK_XA_ID, template_ref);
template_ref      311 lib/pengine/complex.c         pcmk__config_err("No template named '%s'", template_ref);
template_ref      382 lib/pengine/complex.c     const char *template_ref = NULL;
template_ref      391 lib/pengine/complex.c     template_ref = crm_element_value(xml_obj, PCMK_XA_TEMPLATE);
template_ref      392 lib/pengine/complex.c     if (template_ref == NULL) {
template_ref      402 lib/pengine/complex.c     if (pcmk__str_eq(template_ref, id, pcmk__str_none)) {
template_ref      408 lib/pengine/complex.c     pcmk__add_idref(scheduler->priv->templates, template_ref, id);