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