parameter_cache   399 include/crm/pengine/pe_types.h     GHashTable *parameter_cache; // Key = node name, value = parameters table
parameter_cache   449 lib/pengine/complex.c     if (rsc->parameter_cache == NULL) {
parameter_cache   450 lib/pengine/complex.c         rsc->parameter_cache = pcmk__strikey_table(free, free_params_table);
parameter_cache   452 lib/pengine/complex.c         params_on_node = g_hash_table_lookup(rsc->parameter_cache, node_name);
parameter_cache   459 lib/pengine/complex.c         g_hash_table_insert(rsc->parameter_cache, strdup(node_name),
parameter_cache   939 lib/pengine/complex.c     if (rsc->parameter_cache != NULL) {
parameter_cache   940 lib/pengine/complex.c         g_hash_table_destroy(rsc->parameter_cache);