old_table 54 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 675 lib/common/strings.c pcmk__str_table_dup(GHashTable *old_table) old_table 679 lib/common/strings.c if (old_table) { old_table 681 lib/common/strings.c g_hash_table_foreach(old_table, copy_str_table_entry, new_table); old_table 1244 lib/common/strings.c crm_str_table_dup(GHashTable *old_table) old_table 1246 lib/common/strings.c return pcmk__str_table_dup(old_table); old_table 33 maint/gnulib/lib/gl_anyhash2.h gl_hash_entry_t *old_table = container->table; old_table 48 maint/gnulib/lib/gl_anyhash2.h gl_hash_entry_t node = old_table[--i]; old_table 64 maint/gnulib/lib/gl_anyhash2.h free (old_table);