old_table 108 include/crm/common/util.h GHashTable *crm_str_table_dup(GHashTable *old_table); old_table 589 lib/common/strings.c crm_str_table_dup(GHashTable *old_table) old_table 593 lib/common/strings.c if (old_table) { old_table 595 lib/common/strings.c g_hash_table_foreach(old_table, copy_str_table_entry, new_table);