g_hash_table_insert  295 daemons/attrd/attrd_utils.c         g_hash_table_insert(peer_protocol_vers, host_name, GINT_TO_POINTER(ver));
g_hash_table_insert  180 daemons/controld/controld_execd.c         g_hash_table_insert(lrm_state->resource_history, entry->id, entry);
g_hash_table_insert  987 daemons/controld/controld_execd.c             g_hash_table_insert(lrm_state->deletion_ops, ref, op);
g_hash_table_insert 1635 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  697 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  740 daemons/controld/controld_messages.c             g_hash_table_insert(op->params, strdup(XML_ATTR_CRM_VERSION),
g_hash_table_insert  496 daemons/controld/controld_remote_ra.c             g_hash_table_insert(op.params, strdup(tmp->key), strdup(tmp->value));
g_hash_table_insert  505 daemons/controld/controld_te_actions.c         g_hash_table_insert(te_targets, r->name, r);
g_hash_table_insert  581 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  996 daemons/fenced/fenced_commands.c         g_hash_table_insert(params, key, strdup(value));
g_hash_table_insert 2144 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   76 lib/cib/cib_file.c     g_hash_table_insert(client_table, private->id, (gpointer) cib);
g_hash_table_insert  152 lib/cib/cib_ops.c             g_hash_table_insert(operation_table, (gpointer) oper->name,
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  851 lib/common/nvpair.c         g_hash_table_insert(nvpair_hash, strdup(p_name), strdup(p_value));
g_hash_table_insert  863 lib/common/nvpair.c                 g_hash_table_insert(nvpair_hash, strdup(key), strdup(value));
g_hash_table_insert  297 lib/common/options.c                 g_hash_table_insert(options, strdup(name), new_value);
g_hash_table_insert  332 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  657 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   62 lib/common/tests/strings/pcmk__guint_from_hash_test.c     g_hash_table_insert(tbl, strdup("baddata"), strdup("asdf"));
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 1757 lib/fencing/st_client.c             g_hash_table_insert(params_table, strdup(params->key),
g_hash_table_insert 1988 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  866 lib/pacemaker/pcmk_graph_consumer.c         g_hash_table_insert(op->params, strdup(name), strdup(value));
g_hash_table_insert  461 lib/pacemaker/pcmk_graph_producer.c         g_hash_table_insert(action->meta, strdup(XML_LRM_ATTR_TARGET),
g_hash_table_insert  463 lib/pacemaker/pcmk_graph_producer.c         g_hash_table_insert(action->meta, strdup(XML_LRM_ATTR_TARGET_UUID),
g_hash_table_insert  132 lib/pacemaker/pcmk_sched_instances.c     g_hash_table_insert(table, (gpointer) node->details->id, node);
g_hash_table_insert  658 lib/pacemaker/pcmk_sched_location.c             g_hash_table_insert(rsc->allowed_nodes,
g_hash_table_insert   78 lib/pacemaker/pcmk_sched_nodes.c         g_hash_table_insert(new_table, (gpointer) new_node->details->id,
g_hash_table_insert  122 lib/pacemaker/pcmk_sched_nodes.c     g_hash_table_insert(*copy, rsc->id,
g_hash_table_insert  665 lib/pacemaker/pcmk_sched_remote.c             g_hash_table_insert(params, strdup(XML_RSC_ATTR_REMOTE_RA_ADDR),
g_hash_table_insert  773 lib/pengine/bundle.c         g_hash_table_insert(replica->child->allowed_nodes,
g_hash_table_insert  780 lib/pengine/bundle.c             g_hash_table_insert(replica->child->parent->allowed_nodes,
g_hash_table_insert  804 lib/pengine/bundle.c         g_hash_table_insert(replica->node->details->attrs,
g_hash_table_insert 2188 lib/pengine/bundle.c             if (g_hash_table_insert(nodes, (gpointer) node->details,
g_hash_table_insert  966 lib/pengine/clone.c                 g_hash_table_insert(stopped, strdup(child_rsc->id), strdup("Stopped"));
g_hash_table_insert 1129 lib/pengine/clone.c                         g_hash_table_insert(stopped, strdup(node->details->uname),
g_hash_table_insert 1132 lib/pengine/clone.c                         g_hash_table_insert(stopped, strdup(node->details->uname),
g_hash_table_insert  521 lib/pengine/common.c         g_hash_table_insert(hash, strdup(name), strdup(value));
g_hash_table_insert  335 lib/pengine/complex.c             g_hash_table_insert(rsc_ops_hash, key, op);
g_hash_table_insert  420 lib/pengine/complex.c         g_hash_table_insert(rsc->meta, strdup(XML_RSC_ATTR_PROMOTABLE),
g_hash_table_insert  476 lib/pengine/complex.c         g_hash_table_insert(rsc->parameter_cache, strdup(node_name),
g_hash_table_insert 1203 lib/pengine/native.c                 g_hash_table_insert(rsc_table, strdup(buffer), rsc_counter);
g_hash_table_insert 1223 lib/pengine/native.c                     g_hash_table_insert(active_table, strdup(node->details->uname), node_table);
g_hash_table_insert 1230 lib/pengine/native.c                     g_hash_table_insert(node_table, strdup(buffer), active_counter);
g_hash_table_insert   31 lib/pengine/pe_actions.c     g_hash_table_insert(scheduler->singletons, action->uuid, action);
g_hash_table_insert  519 lib/pengine/pe_actions.c             g_hash_table_insert(meta, key, new_value);
g_hash_table_insert  529 lib/pengine/pe_actions.c         g_hash_table_insert(meta, key, new_value);
g_hash_table_insert  746 lib/pengine/pe_actions.c                 g_hash_table_insert(meta, name, value);
g_hash_table_insert  766 lib/pengine/pe_actions.c             g_hash_table_insert(meta, name, value);
g_hash_table_insert  777 lib/pengine/pe_actions.c         g_hash_table_insert(meta, name, value);
g_hash_table_insert  809 lib/pengine/pe_actions.c             g_hash_table_insert(meta, name, value);
g_hash_table_insert  817 lib/pengine/pe_actions.c     g_hash_table_insert(meta, name, pcmk__itoa(unpack_timeout(timeout_spec)));
g_hash_table_insert  834 lib/pengine/pe_actions.c             g_hash_table_insert(meta, name,
g_hash_table_insert 1331 lib/pengine/pe_actions.c             g_hash_table_insert(stonith_op->meta, key, value);
g_hash_table_insert 1337 lib/pengine/pe_actions.c             g_hash_table_insert(stonith_op->meta, key, value);
g_hash_table_insert 1365 lib/pengine/pe_actions.c             g_hash_table_insert(stonith_op->meta,
g_hash_table_insert 1870 lib/pengine/pe_actions.c     g_hash_table_insert(action->meta, name, pcmk__itoa(expected_result));
g_hash_table_insert  371 lib/pengine/pe_digest.c         g_hash_table_insert(node->details->digest_cache, strdup(key), data);
g_hash_table_insert  256 lib/pengine/pe_notif.c     g_hash_table_insert(notify->meta, strdup((const char *) key),
g_hash_table_insert  402 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  497 lib/pengine/unpack.c         g_hash_table_insert(new_node->details->attrs, strdup(CRM_ATTR_KIND),
g_hash_table_insert  500 lib/pengine/unpack.c         g_hash_table_insert(new_node->details->attrs, strdup(CRM_ATTR_KIND),
g_hash_table_insert  840 lib/pengine/unpack.c                 g_hash_table_insert(scheduler->template_rsc_sets, strdup(id),
g_hash_table_insert 2221 lib/pengine/unpack.c                 g_hash_table_insert(iter->known_on, (gpointer) n->details->id, n);
g_hash_table_insert 4901 lib/pengine/unpack.c     g_hash_table_insert(node->details->attrs,
g_hash_table_insert 4904 lib/pengine/unpack.c     g_hash_table_insert(node->details->attrs, strdup(CRM_ATTR_ID),
g_hash_table_insert 4909 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs,
g_hash_table_insert 4912 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs,
g_hash_table_insert 4918 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs, strdup(CRM_ATTR_CLUSTER_NAME),
g_hash_table_insert 4934 lib/pengine/unpack.c             g_hash_table_insert(node->details->attrs,
g_hash_table_insert 4940 lib/pengine/unpack.c             g_hash_table_insert(node->details->attrs,
g_hash_table_insert  125 lib/pengine/utils.c         g_hash_table_insert(result, (gpointer) new_node->details->id, new_node);
g_hash_table_insert  350 lib/pengine/utils.c         g_hash_table_insert(rsc->allowed_nodes, (gpointer) match->details->id, match);
g_hash_table_insert  539 lib/pengine/utils.c         g_hash_table_insert(scheduler->tickets, strdup(ticket->id), ticket);
g_hash_table_insert  633 lib/pengine/utils.c         g_hash_table_insert(tags, strdup(tag_name), tag);
g_hash_table_insert 1078 tools/crm_resource_runtime.c             g_hash_table_insert(combined, strdup(key), strdup(value));
g_hash_table_insert 1089 tools/crm_resource_runtime.c             g_hash_table_insert(combined, crm_name, strdup(value));
g_hash_table_insert 1949 tools/crm_resource_runtime.c     g_hash_table_insert(params, strdup("CRM_meta_timeout"),
g_hash_table_insert 1952 tools/crm_resource_runtime.c     g_hash_table_insert(params, strdup(XML_ATTR_CRM_VERSION),
g_hash_table_insert   74 tools/crm_ticket.c     g_hash_table_insert(attr_set, strdup(options.attr_name), strdup(options.attr_value));
g_hash_table_insert  119 tools/crm_ticket.c         g_hash_table_insert(attr_set, strdup("granted"), strdup("true"));
g_hash_table_insert  122 tools/crm_ticket.c         g_hash_table_insert(attr_set, strdup("granted"), strdup("false"));
g_hash_table_insert  125 tools/crm_ticket.c         g_hash_table_insert(attr_set, strdup("standby"), strdup("true"));
g_hash_table_insert  128 tools/crm_ticket.c         g_hash_table_insert(attr_set, strdup("standby"), strdup("false"));
g_hash_table_insert  143 tools/crm_ticket.c     g_hash_table_insert(attr_set, strdup(options.attr_name), strdup(options.attr_value));