new_table 591 lib/common/strings.c GHashTable *new_table = NULL; new_table 594 lib/common/strings.c new_table = crm_str_table_new(); new_table 595 lib/common/strings.c g_hash_table_foreach(old_table, copy_str_table_entry, new_table); new_table 597 lib/common/strings.c return new_table; new_table 98 lib/pacemaker/pcmk_sched_utils.c GHashTable *new_table = NULL; new_table 105 lib/pacemaker/pcmk_sched_utils.c new_table = g_hash_table_new_full(crm_str_hash, g_str_equal, NULL, free); new_table 110 lib/pacemaker/pcmk_sched_utils.c g_hash_table_insert(new_table, (gpointer) new_node->details->id, new_table 113 lib/pacemaker/pcmk_sched_utils.c return new_table;