template_ref 248 lib/pengine/complex.c const char *template_ref = NULL; template_ref 257 lib/pengine/complex.c template_ref = crm_element_value(xml_obj, XML_CIB_TAG_RSC_TEMPLATE); template_ref 258 lib/pengine/complex.c if (template_ref == NULL) { template_ref 268 lib/pengine/complex.c if (crm_str_eq(template_ref, id, TRUE)) { template_ref 279 lib/pengine/complex.c template = find_entity(cib_resources, XML_CIB_TAG_RSC_TEMPLATE, template_ref); template_ref 281 lib/pengine/complex.c pe_err("No template named '%s'", template_ref); template_ref 352 lib/pengine/complex.c const char *template_ref = NULL; template_ref 360 lib/pengine/complex.c template_ref = crm_element_value(xml_obj, XML_CIB_TAG_RSC_TEMPLATE); template_ref 361 lib/pengine/complex.c if (template_ref == NULL) { template_ref 371 lib/pengine/complex.c if (crm_str_eq(template_ref, id, TRUE)) { template_ref 376 lib/pengine/complex.c if (add_tag_ref(data_set->template_rsc_sets, template_ref, id) == FALSE) {