combined          935 tools/crm_resource_runtime.c     GHashTable *combined = NULL;
combined          945 tools/crm_resource_runtime.c     combined = crm_str_table_new();
combined          956 tools/crm_resource_runtime.c             g_hash_table_insert(combined, strdup(key), strdup(value));
combined          969 tools/crm_resource_runtime.c             g_hash_table_insert(combined, crm_name, strdup(value));
combined          974 tools/crm_resource_runtime.c     return combined;