old_table          53 include/crm/common/strings_internal.h GHashTable *pcmk__str_table_dup(GHashTable *old_table);
old_table         109 include/crm/common/util_compat.h GHashTable *crm_str_table_dup(GHashTable *old_table);
old_table         674 lib/common/strings.c pcmk__str_table_dup(GHashTable *old_table)
old_table         678 lib/common/strings.c     if (old_table) {
old_table         680 lib/common/strings.c         g_hash_table_foreach(old_table, copy_str_table_entry, new_table);
old_table        1229 lib/common/strings.c crm_str_table_dup(GHashTable *old_table)
old_table        1231 lib/common/strings.c     return pcmk__str_table_dup(old_table);