templates         184 include/crm/common/scheduler_internal.h     GHashTable *templates;          // Key = template ID, value = resource list
templates         127 lib/common/scheduler.c     if (scheduler->priv->templates != NULL) {
templates         128 lib/common/scheduler.c         g_hash_table_destroy(scheduler->priv->templates);
templates         129 lib/common/scheduler.c         scheduler->priv->templates = NULL;
templates         120 lib/pacemaker/pcmk_sched_constraints.c     if (g_hash_table_lookup_extended(scheduler->priv->templates, id,
templates         408 lib/pengine/complex.c     pcmk__add_idref(scheduler->priv->templates, template_ref, id);
templates         304 lib/pengine/status.c     if (scheduler->priv->templates != NULL) {
templates         305 lib/pengine/status.c         g_hash_table_destroy(scheduler->priv->templates);
templates         829 lib/pengine/unpack.c     scheduler->priv->templates = pcmk__strkey_table(free, pcmk__free_idref);
templates         844 lib/pengine/unpack.c             if (g_hash_table_lookup_extended(scheduler->priv->templates, id,
templates         847 lib/pengine/unpack.c                 pcmk__insert_dup(scheduler->priv->templates, id, NULL);