new_table 384 lib/common/strings.c GHashTable *new_table = NULL; new_table 387 lib/common/strings.c new_table = crm_str_table_new(); new_table 388 lib/common/strings.c g_hash_table_foreach(old_table, copy_str_table_entry, new_table); new_table 390 lib/common/strings.c return new_table;