templates         176 include/crm/common/scheduler_internal.h     GHashTable *templates;          // Key = template ID, value = resource list
templates         121 lib/pacemaker/pcmk_sched_constraints.c     if (g_hash_table_lookup_extended(scheduler->priv->templates, id,
templates         422 lib/pengine/complex.c     pcmk__add_idref(scheduler->priv->templates, template_ref, id);
templates         357 lib/pengine/status.c     if (scheduler->priv->templates != NULL) {
templates         358 lib/pengine/status.c         g_hash_table_destroy(scheduler->priv->templates);
templates         820 lib/pengine/unpack.c     scheduler->priv->templates = pcmk__strkey_table(free, pcmk__free_idref);
templates         835 lib/pengine/unpack.c             if (g_hash_table_lookup_extended(scheduler->priv->templates, id,
templates         838 lib/pengine/unpack.c                 pcmk__insert_dup(scheduler->priv->templates, id, NULL);