g_hash_table_insert  181 daemons/based/based_common.c                 g_hash_table_insert(operation_hash, (gpointer) cib_server_ops[lpc].operation, value);
g_hash_table_insert  186 daemons/controld/controld_execd.c         g_hash_table_insert(lrm_state->resource_history, entry->id, entry);
g_hash_table_insert 1343 daemons/controld/controld_execd.c             g_hash_table_insert(lrm_state->deletion_ops, ref, op);
g_hash_table_insert 1983 daemons/controld/controld_execd.c         g_hash_table_insert(op->params, strdup(XML_ATTR_CRM_VERSION), strdup(CRM_FEATURE_SET));
g_hash_table_insert  130 daemons/controld/controld_execd_state.c     g_hash_table_insert(lrm_state_table, (char *)state->node_name, state);
g_hash_table_insert  675 daemons/controld/controld_execd_state.c         g_hash_table_insert(lrm_state->rsc_info_cache, rsc->id, rsc);
g_hash_table_insert  149 daemons/controld/controld_fencing.c         g_hash_table_insert(stonith_failures, strdup(target), rec);
g_hash_table_insert  703 daemons/controld/controld_messages.c             g_hash_table_insert(op->params, strdup(XML_ATTR_CRM_VERSION),
g_hash_table_insert  394 daemons/controld/controld_remote_ra.c             g_hash_table_insert(op.params, strdup(tmp->key), strdup(tmp->value));
g_hash_table_insert  457 daemons/controld/controld_te_actions.c         g_hash_table_insert(te_targets, r->name, r);
g_hash_table_insert  522 daemons/controld/controld_te_actions.c         g_hash_table_insert(te_targets, r->name, r);
g_hash_table_insert  505 daemons/controld/controld_throttle.c         g_hash_table_insert(throttle_records, r->node, r);
g_hash_table_insert  545 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  930 daemons/fenced/fenced_commands.c         g_hash_table_insert(params, key, strdup(value));
g_hash_table_insert 1999 daemons/fenced/fenced_remote.c     g_hash_table_insert(peer->devices, strdup(device), props);
g_hash_table_insert   88 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  203 lib/common/ipc_server.c     g_hash_table_insert(client_connections, key, client);
g_hash_table_insert  232 lib/common/messages.c             g_hash_table_insert(commands, (gpointer) handlers[i].command,
g_hash_table_insert  237 lib/common/messages.c             g_hash_table_insert(commands, (gpointer) "", handlers[i].handler);
g_hash_table_insert  933 lib/common/nvpair.c         g_hash_table_insert(nvpair_hash, strdup(p_name), strdup(p_value));
g_hash_table_insert  945 lib/common/nvpair.c                 g_hash_table_insert(nvpair_hash, strdup(key), strdup(value));
g_hash_table_insert  486 lib/common/options.c                 g_hash_table_insert(options, strdup(name), new_value);
g_hash_table_insert  521 lib/common/options.c         g_hash_table_insert(options, strdup(name), new_value);
g_hash_table_insert   94 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   50 lib/common/tests/strings/pcmk__guint_from_hash_test.c     g_hash_table_insert(tbl, strdup("abc"), strdup("123"));
g_hash_table_insert   64 lib/common/tests/strings/pcmk__guint_from_hash_test.c     g_hash_table_insert(tbl, strdup("negative"), strdup("-3"));
g_hash_table_insert   65 lib/common/tests/strings/pcmk__guint_from_hash_test.c     g_hash_table_insert(tbl, strdup("toobig"), strdup("20000000000000000"));
g_hash_table_insert   45 lib/common/tests/strings/pcmk__str_table_dup_test.c     g_hash_table_insert(tbl, strdup("abc"), strdup("123"));
g_hash_table_insert   46 lib/common/tests/strings/pcmk__str_table_dup_test.c     g_hash_table_insert(tbl, strdup("def"), strdup("456"));
g_hash_table_insert   47 lib/common/tests/strings/pcmk__str_table_dup_test.c     g_hash_table_insert(tbl, strdup("ghi"), strdup("789"));
g_hash_table_insert   28 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   32 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   36 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   28 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   32 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   36 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   48 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   49 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  132 lib/fencing/st_actions.c     g_hash_table_insert(arg_list, strdup(STONITH_ATTR_ACTION_OP),
g_hash_table_insert  144 lib/fencing/st_actions.c         g_hash_table_insert(arg_list, strdup("nodename"), strdup(victim));
g_hash_table_insert  153 lib/fencing/st_actions.c             g_hash_table_insert(arg_list, strdup("nodeid"), nodeid);
g_hash_table_insert  184 lib/fencing/st_actions.c                 g_hash_table_insert(arg_list, strdup(param), strdup(alias));
g_hash_table_insert 1713 lib/fencing/st_client.c             g_hash_table_insert(params_table, strdup(params->key),
g_hash_table_insert 1955 lib/lrmd/lrmd_client.c         g_hash_table_insert(params_table, strdup(param->key), strdup(param->value));
g_hash_table_insert  200 lib/lrmd/proxy_common.c     g_hash_table_insert(proxy_table, proxy->session_id, proxy);
g_hash_table_insert  838 lib/pacemaker/pcmk_graph_consumer.c         g_hash_table_insert(op->params, strdup(name), strdup(value));
g_hash_table_insert  494 lib/pacemaker/pcmk_graph_producer.c         g_hash_table_insert(action->meta, strdup(XML_LRM_ATTR_TARGET),
g_hash_table_insert  496 lib/pacemaker/pcmk_graph_producer.c         g_hash_table_insert(action->meta, strdup(XML_LRM_ATTR_TARGET_UUID),
g_hash_table_insert  116 lib/pacemaker/pcmk_sched_clone.c     g_hash_table_insert(hash1, (gpointer) n->details->id, n);
g_hash_table_insert  119 lib/pacemaker/pcmk_sched_clone.c     g_hash_table_insert(hash2, (gpointer) n->details->id, n);
g_hash_table_insert  654 lib/pacemaker/pcmk_sched_location.c             g_hash_table_insert(rsc->allowed_nodes,
g_hash_table_insert   59 lib/pacemaker/pcmk_sched_nodes.c         g_hash_table_insert(new_table, (gpointer) new_node->details->id,
g_hash_table_insert  260 lib/pacemaker/pcmk_sched_notif.c     g_hash_table_insert(notify->meta, strdup((const char *) key),
g_hash_table_insert  674 lib/pacemaker/pcmk_sched_remote.c             g_hash_table_insert(params, strdup(XML_RSC_ATTR_REMOTE_RA_ADDR),
g_hash_table_insert  785 lib/pengine/bundle.c         g_hash_table_insert(replica->child->allowed_nodes,
g_hash_table_insert  792 lib/pengine/bundle.c             g_hash_table_insert(replica->child->parent->allowed_nodes,
g_hash_table_insert  815 lib/pengine/bundle.c         g_hash_table_insert(replica->node->details->attrs,
g_hash_table_insert  826 lib/pengine/clone.c                 g_hash_table_insert(stopped, strdup(child_rsc->id), strdup("Stopped"));
g_hash_table_insert  987 lib/pengine/clone.c                         g_hash_table_insert(stopped, strdup(node->details->uname),
g_hash_table_insert  990 lib/pengine/clone.c                         g_hash_table_insert(stopped, strdup(node->details->uname),
g_hash_table_insert  516 lib/pengine/common.c         g_hash_table_insert(hash, strdup(name), strdup(value));
g_hash_table_insert  345 lib/pengine/complex.c             g_hash_table_insert(rsc_ops_hash, key, op);
g_hash_table_insert  431 lib/pengine/complex.c         g_hash_table_insert(rsc->meta, strdup(XML_RSC_ATTR_PROMOTABLE),
g_hash_table_insert  486 lib/pengine/complex.c         g_hash_table_insert(rsc->parameter_cache, strdup(node_name),
g_hash_table_insert 1144 lib/pengine/native.c                 g_hash_table_insert(rsc_table, strdup(buffer), rsc_counter);
g_hash_table_insert 1164 lib/pengine/native.c                     g_hash_table_insert(active_table, strdup(node->details->uname), node_table);
g_hash_table_insert 1171 lib/pengine/native.c                     g_hash_table_insert(node_table, strdup(buffer), active_counter);
g_hash_table_insert  374 lib/pengine/pe_digest.c         g_hash_table_insert(node->details->digest_cache, strdup(key), data);
g_hash_table_insert  401 lib/pengine/rules.c                 g_hash_table_insert(hash, strdup(name), strdup(value));
g_hash_table_insert  725 lib/pengine/rules.c             g_hash_table_insert(node_hash, strdup(CRM_ATTR_RA_VERSION),
g_hash_table_insert   90 lib/pengine/rules_alerts.c         g_hash_table_insert(entry->envvars, strdup(name), strdup(value));
g_hash_table_insert  438 lib/pengine/unpack.c         g_hash_table_insert(new_node->details->attrs, strdup(CRM_ATTR_KIND),
g_hash_table_insert  441 lib/pengine/unpack.c         g_hash_table_insert(new_node->details->attrs, strdup(CRM_ATTR_KIND),
g_hash_table_insert  784 lib/pengine/unpack.c                 g_hash_table_insert(data_set->template_rsc_sets, strdup(template_id), NULL);
g_hash_table_insert 1977 lib/pengine/unpack.c                 g_hash_table_insert(iter->known_on, (gpointer) n->details->id, n);
g_hash_table_insert 3968 lib/pengine/unpack.c     g_hash_table_insert(node->details->attrs,
g_hash_table_insert 3971 lib/pengine/unpack.c     g_hash_table_insert(node->details->attrs, strdup(CRM_ATTR_ID),
g_hash_table_insert 3976 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs,
g_hash_table_insert 3979 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs,
g_hash_table_insert 3985 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs, strdup(CRM_ATTR_CLUSTER_NAME),
g_hash_table_insert 3996 lib/pengine/unpack.c             g_hash_table_insert(node->details->attrs,
g_hash_table_insert 4002 lib/pengine/unpack.c             g_hash_table_insert(node->details->attrs,
g_hash_table_insert  189 lib/pengine/utils.c             g_hash_table_insert(result, (gpointer) new_node->details->id, new_node);
g_hash_table_insert  211 lib/pengine/utils.c         g_hash_table_insert(result, (gpointer) new_node->details->id, new_node);
g_hash_table_insert  419 lib/pengine/utils.c     g_hash_table_insert(data_set->singletons, action->uuid, action);
g_hash_table_insert 1219 lib/pengine/utils.c         g_hash_table_insert(action->meta, strdup(XML_OP_ATTR_ON_FAIL), strdup("block"));
g_hash_table_insert 1686 lib/pengine/utils.c         g_hash_table_insert(rsc->allowed_nodes, (gpointer) match->details->id, match);
g_hash_table_insert 2006 lib/pengine/utils.c         g_hash_table_insert(data_set->tickets, strdup(ticket->id), ticket);
g_hash_table_insert 2196 lib/pengine/utils.c             g_hash_table_insert(stonith_op->meta,
g_hash_table_insert 2199 lib/pengine/utils.c             g_hash_table_insert(stonith_op->meta,
g_hash_table_insert 2227 lib/pengine/utils.c             g_hash_table_insert(stonith_op->meta,
g_hash_table_insert 2295 lib/pengine/utils.c         g_hash_table_insert(tags, strdup(tag_name), tag);
g_hash_table_insert  952 tools/crm_resource_runtime.c             g_hash_table_insert(combined, strdup(key), strdup(value));
g_hash_table_insert  963 tools/crm_resource_runtime.c             g_hash_table_insert(combined, crm_name, strdup(value));
g_hash_table_insert 1761 tools/crm_resource_runtime.c     g_hash_table_insert(params, strdup("CRM_meta_timeout"),
g_hash_table_insert 1764 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));