combined         1285 tools/crm_resource_runtime.c     GHashTable *combined = NULL;
combined         1290 tools/crm_resource_runtime.c     combined = pcmk__strkey_table(free, free);
combined         1296 tools/crm_resource_runtime.c             pcmk__insert_dup(combined, key, value);
combined         1307 tools/crm_resource_runtime.c             g_hash_table_insert(combined, crm_name, strdup(value));
combined         1312 tools/crm_resource_runtime.c     return combined;