nvpair_hash      4936 lib/common/xml.c     GHashTable *nvpair_hash = crm_str_table_new();
nvpair_hash      4938 lib/common/xml.c     CRM_CHECK(parent != NULL, return nvpair_hash);
nvpair_hash      4954 lib/common/xml.c         g_hash_table_insert(nvpair_hash, strdup(p_name), strdup(p_value));
nvpair_hash      4964 lib/common/xml.c                 g_hash_table_insert(nvpair_hash, strdup(key), strdup(value));
nvpair_hash      4969 lib/common/xml.c     return nvpair_hash;