g_hash_table_insert  332 daemons/attrd/attrd_utils.c         g_hash_table_insert(peer_protocol_vers, host_name, GINT_TO_POINTER(ver));
g_hash_table_insert  241 daemons/based/based_common.c                 g_hash_table_insert(operation_hash, (gpointer) cib_server_ops[lpc].operation, value);
g_hash_table_insert  184 daemons/controld/controld_execd.c         g_hash_table_insert(lrm_state->resource_history, entry->id, entry);
g_hash_table_insert  988 daemons/controld/controld_execd.c             g_hash_table_insert(lrm_state->deletion_ops, ref, op);
g_hash_table_insert 1631 daemons/controld/controld_execd.c         g_hash_table_insert(op->params, strdup(XML_ATTR_CRM_VERSION), strdup(CRM_FEATURE_SET));
g_hash_table_insert  131 daemons/controld/controld_execd_state.c     g_hash_table_insert(lrm_state_table, (char *)state->node_name, state);
g_hash_table_insert  698 daemons/controld/controld_execd_state.c         g_hash_table_insert(lrm_state->rsc_info_cache, rsc->id, rsc);
g_hash_table_insert  179 daemons/controld/controld_fencing.c         g_hash_table_insert(stonith_failures, strdup(target), rec);
g_hash_table_insert   88 daemons/controld/controld_join_dc.c     CRM_LOG_ASSERT(g_hash_table_insert(failed_sync_nodes, g_strdup(node_name),
g_hash_table_insert  708 daemons/controld/controld_messages.c             g_hash_table_insert(op->params, strdup(XML_ATTR_CRM_VERSION),
g_hash_table_insert  480 daemons/controld/controld_remote_ra.c             g_hash_table_insert(op.params, strdup(tmp->key), strdup(tmp->value));
g_hash_table_insert  504 daemons/controld/controld_te_actions.c         g_hash_table_insert(te_targets, r->name, r);
g_hash_table_insert  580 daemons/controld/controld_te_actions.c         g_hash_table_insert(te_targets, r->name, r);
g_hash_table_insert  525 daemons/controld/controld_throttle.c         g_hash_table_insert(throttle_records, r->node, r);
g_hash_table_insert  565 daemons/controld/controld_throttle.c         g_hash_table_insert(throttle_records, r->node, r);
g_hash_table_insert   97 daemons/execd/remoted_proxy.c     g_hash_table_insert(ipc_clients, client->id, client);
g_hash_table_insert  998 daemons/fenced/fenced_commands.c         g_hash_table_insert(params, key, strdup(value));
g_hash_table_insert 2141 daemons/fenced/fenced_remote.c     g_hash_table_insert(peer->devices, strdup(device), props);
g_hash_table_insert  103 include/crm/common/strings_internal.h     return g_hash_table_insert(hash_table, GINT_TO_POINTER(key), value);
g_hash_table_insert  155 lib/common/alerts.c             g_hash_table_insert(table, strdup(*key), strdup(value));
g_hash_table_insert  168 lib/common/alerts.c         g_hash_table_insert(table, strdup(*key), pcmk__itoa(value));
g_hash_table_insert  197 lib/common/ipc_server.c     g_hash_table_insert(client_connections, key, client);
g_hash_table_insert  230 lib/common/messages.c             g_hash_table_insert(commands, (gpointer) handlers[i].command,
g_hash_table_insert  235 lib/common/messages.c             g_hash_table_insert(commands, (gpointer) "", handlers[i].handler);
g_hash_table_insert  900 lib/common/nvpair.c         g_hash_table_insert(nvpair_hash, strdup(p_name), strdup(p_value));
g_hash_table_insert  912 lib/common/nvpair.c                 g_hash_table_insert(nvpair_hash, strdup(key), strdup(value));
g_hash_table_insert  284 lib/common/options.c                 g_hash_table_insert(options, strdup(name), new_value);
g_hash_table_insert  319 lib/common/options.c         g_hash_table_insert(options, strdup(name), new_value);
g_hash_table_insert  140 lib/common/output.c     g_hash_table_insert(formatters, strdup(name), create);
g_hash_table_insert  660 lib/common/strings.c         g_hash_table_insert((GHashTable*)user_data, strdup(key), strdup(value));
g_hash_table_insert   46 lib/common/tests/strings/pcmk__guint_from_hash_test.c     g_hash_table_insert(tbl, strdup("abc"), strdup("123"));
g_hash_table_insert   60 lib/common/tests/strings/pcmk__guint_from_hash_test.c     g_hash_table_insert(tbl, strdup("negative"), strdup("-3"));
g_hash_table_insert   61 lib/common/tests/strings/pcmk__guint_from_hash_test.c     g_hash_table_insert(tbl, strdup("toobig"), strdup("20000000000000000"));
g_hash_table_insert   41 lib/common/tests/strings/pcmk__str_table_dup_test.c     g_hash_table_insert(tbl, strdup("abc"), strdup("123"));
g_hash_table_insert   42 lib/common/tests/strings/pcmk__str_table_dup_test.c     g_hash_table_insert(tbl, strdup("def"), strdup("456"));
g_hash_table_insert   43 lib/common/tests/strings/pcmk__str_table_dup_test.c     g_hash_table_insert(tbl, strdup("ghi"), strdup("789"));
g_hash_table_insert   24 lib/common/tests/strings/pcmk__strikey_table_test.c     assert_true(g_hash_table_insert(tbl, strdup("key-abc"), strdup("val-abc")));
g_hash_table_insert   28 lib/common/tests/strings/pcmk__strikey_table_test.c     assert_false(g_hash_table_insert(tbl, strdup("key-abc"), strdup("val-def")));
g_hash_table_insert   32 lib/common/tests/strings/pcmk__strikey_table_test.c     assert_false(g_hash_table_insert(tbl, strdup("key-ABC"), strdup("val-ABC")));
g_hash_table_insert   24 lib/common/tests/strings/pcmk__strkey_table_test.c     assert_true(g_hash_table_insert(tbl, strdup("key-abc"), strdup("val-abc")));
g_hash_table_insert   28 lib/common/tests/strings/pcmk__strkey_table_test.c     assert_false(g_hash_table_insert(tbl, strdup("key-abc"), strdup("val-def")));
g_hash_table_insert   32 lib/common/tests/strings/pcmk__strkey_table_test.c     assert_true(g_hash_table_insert(tbl, strdup("key-ABC"), strdup("val-abc")));
g_hash_table_insert   44 lib/common/tests/utils/crm_meta_value_test.c     g_hash_table_insert(tbl, crm_meta_name(XML_RSC_ATTR_NOTIFY), strdup("1"));
g_hash_table_insert   45 lib/common/tests/utils/crm_meta_value_test.c     g_hash_table_insert(tbl, crm_meta_name(XML_RSC_ATTR_STICKINESS), strdup("2"));
g_hash_table_insert  103 lib/fencing/st_actions.c         g_hash_table_insert((GHashTable *) user_data,
g_hash_table_insert  146 lib/fencing/st_actions.c     g_hash_table_insert(arg_list, strdup(STONITH_ATTR_ACTION_OP),
g_hash_table_insert  158 lib/fencing/st_actions.c         g_hash_table_insert(arg_list, strdup("nodename"), strdup(target));
g_hash_table_insert  167 lib/fencing/st_actions.c             g_hash_table_insert(arg_list, strdup("nodeid"), nodeid);
g_hash_table_insert  198 lib/fencing/st_actions.c                 g_hash_table_insert(arg_list, strdup(param), strdup(alias));
g_hash_table_insert 1746 lib/fencing/st_client.c             g_hash_table_insert(params_table, strdup(params->key),
g_hash_table_insert 1964 lib/lrmd/lrmd_client.c         g_hash_table_insert(params_table, strdup(param->key), strdup(param->value));
g_hash_table_insert  201 lib/lrmd/proxy_common.c     g_hash_table_insert(proxy_table, proxy->session_id, proxy);
g_hash_table_insert  858 lib/pacemaker/pcmk_graph_consumer.c         g_hash_table_insert(op->params, strdup(name), strdup(value));
g_hash_table_insert  450 lib/pacemaker/pcmk_graph_producer.c         g_hash_table_insert(action->meta, strdup(XML_LRM_ATTR_TARGET),
g_hash_table_insert  452 lib/pacemaker/pcmk_graph_producer.c         g_hash_table_insert(action->meta, strdup(XML_LRM_ATTR_TARGET_UUID),
g_hash_table_insert  170 lib/pacemaker/pcmk_sched_instances.c     g_hash_table_insert(table, (gpointer) node->details->id, node);
g_hash_table_insert  660 lib/pacemaker/pcmk_sched_location.c             g_hash_table_insert(rsc->allowed_nodes,
g_hash_table_insert   79 lib/pacemaker/pcmk_sched_nodes.c         g_hash_table_insert(new_table, (gpointer) new_node->details->id,
g_hash_table_insert  666 lib/pacemaker/pcmk_sched_remote.c             g_hash_table_insert(params, strdup(XML_RSC_ATTR_REMOTE_RA_ADDR),
g_hash_table_insert  579 lib/pengine/bundle.c         g_hash_table_insert(replica->child->allowed_nodes,
g_hash_table_insert  586 lib/pengine/bundle.c             g_hash_table_insert(replica->child->parent->allowed_nodes,
g_hash_table_insert  610 lib/pengine/bundle.c         g_hash_table_insert(replica->node->details->attrs,
g_hash_table_insert 1991 lib/pengine/bundle.c             if (g_hash_table_insert(nodes, (gpointer) node->details,
g_hash_table_insert  956 lib/pengine/clone.c                 g_hash_table_insert(stopped, strdup(child_rsc->id), strdup("Stopped"));
g_hash_table_insert 1118 lib/pengine/clone.c                         g_hash_table_insert(stopped, strdup(node->details->uname),
g_hash_table_insert 1121 lib/pengine/clone.c                         g_hash_table_insert(stopped, strdup(node->details->uname),
g_hash_table_insert  513 lib/pengine/common.c         g_hash_table_insert(hash, strdup(name), strdup(value));
g_hash_table_insert  324 lib/pengine/complex.c             g_hash_table_insert(rsc_ops_hash, key, op);
g_hash_table_insert  410 lib/pengine/complex.c         g_hash_table_insert(rsc->meta, strdup(XML_RSC_ATTR_PROMOTABLE),
g_hash_table_insert  466 lib/pengine/complex.c         g_hash_table_insert(rsc->parameter_cache, strdup(node_name),
g_hash_table_insert 1179 lib/pengine/native.c                 g_hash_table_insert(rsc_table, strdup(buffer), rsc_counter);
g_hash_table_insert 1199 lib/pengine/native.c                     g_hash_table_insert(active_table, strdup(node->details->uname), node_table);
g_hash_table_insert 1206 lib/pengine/native.c                     g_hash_table_insert(node_table, strdup(buffer), active_counter);
g_hash_table_insert   30 lib/pengine/pe_actions.c     g_hash_table_insert(data_set->singletons, action->uuid, action);
g_hash_table_insert  776 lib/pengine/pe_actions.c         g_hash_table_insert(action->meta, strdup(XML_OP_ATTR_ON_FAIL), strdup("block"));
g_hash_table_insert 1146 lib/pengine/pe_actions.c             g_hash_table_insert(stonith_op->meta, key, value);
g_hash_table_insert 1152 lib/pengine/pe_actions.c             g_hash_table_insert(stonith_op->meta, key, value);
g_hash_table_insert 1179 lib/pengine/pe_actions.c             g_hash_table_insert(stonith_op->meta,
g_hash_table_insert 1685 lib/pengine/pe_actions.c     g_hash_table_insert(action->meta, name, pcmk__itoa(expected_result));
g_hash_table_insert  363 lib/pengine/pe_digest.c         g_hash_table_insert(node->details->digest_cache, strdup(key), data);
g_hash_table_insert  254 lib/pengine/pe_notif.c     g_hash_table_insert(notify->meta, strdup((const char *) key),
g_hash_table_insert  400 lib/pengine/rules.c                 g_hash_table_insert(hash, strdup(name), strdup(value));
g_hash_table_insert  110 lib/pengine/rules_alerts.c         g_hash_table_insert(entry->envvars, strdup(name), strdup(value));
g_hash_table_insert  456 lib/pengine/unpack.c         g_hash_table_insert(new_node->details->attrs, strdup(CRM_ATTR_KIND),
g_hash_table_insert  459 lib/pengine/unpack.c         g_hash_table_insert(new_node->details->attrs, strdup(CRM_ATTR_KIND),
g_hash_table_insert  791 lib/pengine/unpack.c                 g_hash_table_insert(data_set->template_rsc_sets, strdup(id), NULL);
g_hash_table_insert 2010 lib/pengine/unpack.c                 g_hash_table_insert(iter->known_on, (gpointer) n->details->id, n);
g_hash_table_insert 4652 lib/pengine/unpack.c     g_hash_table_insert(node->details->attrs,
g_hash_table_insert 4655 lib/pengine/unpack.c     g_hash_table_insert(node->details->attrs, strdup(CRM_ATTR_ID),
g_hash_table_insert 4660 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs,
g_hash_table_insert 4663 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs,
g_hash_table_insert 4669 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs, strdup(CRM_ATTR_CLUSTER_NAME),
g_hash_table_insert 4684 lib/pengine/unpack.c             g_hash_table_insert(node->details->attrs,
g_hash_table_insert 4690 lib/pengine/unpack.c             g_hash_table_insert(node->details->attrs,
g_hash_table_insert  142 lib/pengine/utils.c             g_hash_table_insert(result, (gpointer) new_node->details->id, new_node);
g_hash_table_insert  164 lib/pengine/utils.c         g_hash_table_insert(result, (gpointer) new_node->details->id, new_node);
g_hash_table_insert  388 lib/pengine/utils.c         g_hash_table_insert(rsc->allowed_nodes, (gpointer) match->details->id, match);
g_hash_table_insert  576 lib/pengine/utils.c         g_hash_table_insert(data_set->tickets, strdup(ticket->id), ticket);
g_hash_table_insert  667 lib/pengine/utils.c         g_hash_table_insert(tags, strdup(tag_name), tag);
g_hash_table_insert 1066 tools/crm_resource_runtime.c             g_hash_table_insert(combined, strdup(key), strdup(value));
g_hash_table_insert 1077 tools/crm_resource_runtime.c             g_hash_table_insert(combined, crm_name, strdup(value));
g_hash_table_insert 1888 tools/crm_resource_runtime.c     g_hash_table_insert(params, strdup("CRM_meta_timeout"),
g_hash_table_insert 1891 tools/crm_resource_runtime.c     g_hash_table_insert(params, strdup(XML_ATTR_CRM_VERSION),
g_hash_table_insert   73 tools/crm_ticket.c     g_hash_table_insert(attr_set, strdup(options.attr_name), strdup(options.attr_value));
g_hash_table_insert  118 tools/crm_ticket.c         g_hash_table_insert(attr_set, strdup("granted"), strdup("true"));
g_hash_table_insert  121 tools/crm_ticket.c         g_hash_table_insert(attr_set, strdup("granted"), strdup("false"));
g_hash_table_insert  124 tools/crm_ticket.c         g_hash_table_insert(attr_set, strdup("standby"), strdup("true"));
g_hash_table_insert  127 tools/crm_ticket.c         g_hash_table_insert(attr_set, strdup("standby"), strdup("false"));
g_hash_table_insert  142 tools/crm_ticket.c     g_hash_table_insert(attr_set, strdup(options.attr_name), strdup(options.attr_value));