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  188 daemons/controld/controld_execd.c         g_hash_table_insert(lrm_state->resource_history, entry->id, entry);
g_hash_table_insert 1336 daemons/controld/controld_execd.c             g_hash_table_insert(lrm_state->deletion_ops, ref, op);
g_hash_table_insert 1959 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  702 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  496 daemons/controld/controld_te_actions.c         g_hash_table_insert(te_targets, r->name, r);
g_hash_table_insert  572 daemons/controld/controld_te_actions.c         g_hash_table_insert(te_targets, r->name, r);
g_hash_table_insert  506 daemons/controld/controld_throttle.c         g_hash_table_insert(throttle_records, r->node, r);
g_hash_table_insert  546 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 2081 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  921 lib/common/nvpair.c         g_hash_table_insert(nvpair_hash, strdup(p_name), strdup(p_value));
g_hash_table_insert  933 lib/common/nvpair.c                 g_hash_table_insert(nvpair_hash, strdup(key), strdup(value));
g_hash_table_insert  516 lib/common/options.c                 g_hash_table_insert(options, strdup(name), new_value);
g_hash_table_insert  551 lib/common/options.c         g_hash_table_insert(options, strdup(name), new_value);
g_hash_table_insert  105 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 1745 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  845 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  661 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  659 lib/pacemaker/pcmk_sched_remote.c             g_hash_table_insert(params, strdup(XML_RSC_ATTR_REMOTE_RA_ADDR),
g_hash_table_insert  724 lib/pacemaker/pcmk_sched_resource.c     g_hash_table_insert(table, (gpointer) node->details->id, node);
g_hash_table_insert  544 lib/pengine/bundle.c         g_hash_table_insert(replica->child->allowed_nodes,
g_hash_table_insert  551 lib/pengine/bundle.c             g_hash_table_insert(replica->child->parent->allowed_nodes,
g_hash_table_insert  575 lib/pengine/bundle.c         g_hash_table_insert(replica->node->details->attrs,
g_hash_table_insert  885 lib/pengine/clone.c                 g_hash_table_insert(stopped, strdup(child_rsc->id), strdup("Stopped"));
g_hash_table_insert 1047 lib/pengine/clone.c                         g_hash_table_insert(stopped, strdup(node->details->uname),
g_hash_table_insert 1050 lib/pengine/clone.c                         g_hash_table_insert(stopped, strdup(node->details->uname),
g_hash_table_insert  517 lib/pengine/common.c         g_hash_table_insert(hash, strdup(name), strdup(value));
g_hash_table_insert  317 lib/pengine/complex.c             g_hash_table_insert(rsc_ops_hash, key, op);
g_hash_table_insert  403 lib/pengine/complex.c         g_hash_table_insert(rsc->meta, strdup(XML_RSC_ATTR_PROMOTABLE),
g_hash_table_insert  459 lib/pengine/complex.c         g_hash_table_insert(rsc->parameter_cache, strdup(node_name),
g_hash_table_insert 1154 lib/pengine/native.c                 g_hash_table_insert(rsc_table, strdup(buffer), rsc_counter);
g_hash_table_insert 1174 lib/pengine/native.c                     g_hash_table_insert(active_table, strdup(node->details->uname), node_table);
g_hash_table_insert 1181 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  774 lib/pengine/pe_actions.c         g_hash_table_insert(action->meta, strdup(XML_OP_ATTR_ON_FAIL), strdup("block"));
g_hash_table_insert 1143 lib/pengine/pe_actions.c             g_hash_table_insert(stonith_op->meta, key, value);
g_hash_table_insert 1149 lib/pengine/pe_actions.c             g_hash_table_insert(stonith_op->meta, key, value);
g_hash_table_insert 1176 lib/pengine/pe_actions.c             g_hash_table_insert(stonith_op->meta,
g_hash_table_insert 1682 lib/pengine/pe_actions.c     g_hash_table_insert(action->meta, name, pcmk__itoa(expected_result));
g_hash_table_insert  362 lib/pengine/pe_digest.c         g_hash_table_insert(node->details->digest_cache, strdup(key), data);
g_hash_table_insert  251 lib/pengine/pe_notif.c     g_hash_table_insert(notify->meta, strdup((const char *) key),
g_hash_table_insert  394 lib/pengine/rules.c                 g_hash_table_insert(hash, strdup(name), strdup(value));
g_hash_table_insert   90 lib/pengine/rules_alerts.c         g_hash_table_insert(entry->envvars, strdup(name), strdup(value));
g_hash_table_insert  439 lib/pengine/unpack.c         g_hash_table_insert(new_node->details->attrs, strdup(CRM_ATTR_KIND),
g_hash_table_insert  442 lib/pengine/unpack.c         g_hash_table_insert(new_node->details->attrs, strdup(CRM_ATTR_KIND),
g_hash_table_insert  786 lib/pengine/unpack.c                 g_hash_table_insert(data_set->template_rsc_sets, strdup(id), NULL);
g_hash_table_insert 1991 lib/pengine/unpack.c                 g_hash_table_insert(iter->known_on, (gpointer) n->details->id, n);
g_hash_table_insert 4204 lib/pengine/unpack.c     g_hash_table_insert(node->details->attrs,
g_hash_table_insert 4207 lib/pengine/unpack.c     g_hash_table_insert(node->details->attrs, strdup(CRM_ATTR_ID),
g_hash_table_insert 4212 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs,
g_hash_table_insert 4215 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs,
g_hash_table_insert 4221 lib/pengine/unpack.c         g_hash_table_insert(node->details->attrs, strdup(CRM_ATTR_CLUSTER_NAME),
g_hash_table_insert 4232 lib/pengine/unpack.c             g_hash_table_insert(node->details->attrs,
g_hash_table_insert 4238 lib/pengine/unpack.c             g_hash_table_insert(node->details->attrs,
g_hash_table_insert  137 lib/pengine/utils.c             g_hash_table_insert(result, (gpointer) new_node->details->id, new_node);
g_hash_table_insert  159 lib/pengine/utils.c         g_hash_table_insert(result, (gpointer) new_node->details->id, new_node);
g_hash_table_insert  379 lib/pengine/utils.c         g_hash_table_insert(rsc->allowed_nodes, (gpointer) match->details->id, match);
g_hash_table_insert  562 lib/pengine/utils.c         g_hash_table_insert(data_set->tickets, strdup(ticket->id), ticket);
g_hash_table_insert  655 lib/pengine/utils.c         g_hash_table_insert(tags, strdup(tag_name), tag);
g_hash_table_insert 1007 tools/crm_resource_runtime.c             g_hash_table_insert(combined, strdup(key), strdup(value));
g_hash_table_insert 1018 tools/crm_resource_runtime.c             g_hash_table_insert(combined, crm_name, strdup(value));
g_hash_table_insert 1817 tools/crm_resource_runtime.c     g_hash_table_insert(params, strdup("CRM_meta_timeout"),
g_hash_table_insert 1820 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));