new_table         676 lib/common/strings.c     GHashTable *new_table = NULL;
new_table         679 lib/common/strings.c         new_table = pcmk__strkey_table(free, free);
new_table         680 lib/common/strings.c         g_hash_table_foreach(old_table, copy_str_table_entry, new_table);
new_table         682 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 = pcmk__strkey_table(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;