template_ref      290 lib/pengine/complex.c     const char *template_ref = NULL;
template_ref      298 lib/pengine/complex.c     template_ref = crm_element_value(xml_obj, PCMK_XA_TEMPLATE);
template_ref      299 lib/pengine/complex.c     if (template_ref == NULL) {
template_ref      309 lib/pengine/complex.c     if (pcmk__str_eq(template_ref, id, pcmk__str_none)) {
template_ref      323 lib/pengine/complex.c                                     PCMK_XA_ID, template_ref);
template_ref      325 lib/pengine/complex.c         pcmk__config_err("No template named '%s'", template_ref);
template_ref      396 lib/pengine/complex.c     const char *template_ref = NULL;
template_ref      405 lib/pengine/complex.c     template_ref = crm_element_value(xml_obj, PCMK_XA_TEMPLATE);
template_ref      406 lib/pengine/complex.c     if (template_ref == NULL) {
template_ref      416 lib/pengine/complex.c     if (pcmk__str_eq(template_ref, id, pcmk__str_none)) {
template_ref      422 lib/pengine/complex.c     pcmk__add_idref(scheduler->priv->templates, template_ref, id);