parameter_cache   406 include/crm/pengine/pe_types.h     GHashTable *parameter_cache; // Key = node name, value = parameters table
parameter_cache   476 lib/pengine/complex.c     if (rsc->parameter_cache == NULL) {
parameter_cache   477 lib/pengine/complex.c         rsc->parameter_cache = pcmk__strikey_table(free, free_params_table);
parameter_cache   479 lib/pengine/complex.c         params_on_node = g_hash_table_lookup(rsc->parameter_cache, node_name);
parameter_cache   486 lib/pengine/complex.c         g_hash_table_insert(rsc->parameter_cache, strdup(node_name),
parameter_cache   940 lib/pengine/complex.c     if (rsc->parameter_cache != NULL) {
parameter_cache   941 lib/pengine/complex.c         g_hash_table_destroy(rsc->parameter_cache);