parameter_cache 426 include/crm/pengine/pe_types.h GHashTable *parameter_cache; // Key = node name, value = parameters table parameter_cache 456 lib/pengine/complex.c if (rsc->parameter_cache == NULL) { parameter_cache 457 lib/pengine/complex.c rsc->parameter_cache = pcmk__strikey_table(free, free_params_table); parameter_cache 459 lib/pengine/complex.c params_on_node = g_hash_table_lookup(rsc->parameter_cache, node_name); parameter_cache 466 lib/pengine/complex.c g_hash_table_insert(rsc->parameter_cache, strdup(node_name), parameter_cache 977 lib/pengine/complex.c if (rsc->parameter_cache != NULL) { parameter_cache 978 lib/pengine/complex.c g_hash_table_destroy(rsc->parameter_cache);