new_table 770 lib/common/strings.c GHashTable *new_table = NULL; new_table 773 lib/common/strings.c new_table = pcmk__strkey_table(free, free); new_table 774 lib/common/strings.c g_hash_table_foreach(old_table, copy_str_table_entry, new_table); new_table 776 lib/common/strings.c return new_table; new_table 69 lib/pacemaker/pcmk_sched_nodes.c GHashTable *new_table = NULL; new_table 76 lib/pacemaker/pcmk_sched_nodes.c new_table = pcmk__strkey_table(NULL, pcmk__free_node_copy); new_table 81 lib/pacemaker/pcmk_sched_nodes.c g_hash_table_insert(new_table, (gpointer) new_node->priv->id, new_table 84 lib/pacemaker/pcmk_sched_nodes.c return new_table;