old_table          62 include/crm/common/strings_internal.h GHashTable *pcmk__str_table_dup(GHashTable *old_table);
old_table         768 lib/common/strings.c pcmk__str_table_dup(GHashTable *old_table)
old_table         772 lib/common/strings.c     if (old_table) {
old_table         774 lib/common/strings.c         g_hash_table_foreach(old_table, copy_str_table_entry, new_table);