key              1283 daemons/based/based_callbacks.c disconnect_remote_client(gpointer key, gpointer value, gpointer user_data)
key                41 daemons/based/based_notify.c cib_notify_send_one(gpointer key, gpointer value, gpointer user_data)
key              1046 daemons/controld/controld_cib.c                                       const char *key, int call_id)
key              1050 daemons/controld/controld_cib.c     CRM_CHECK((rsc_id != NULL) && (node != NULL) && (key != NULL), return);
key              1053 daemons/controld/controld_cib.c         xpath = crm_strdup_printf(XPATH_HISTORY_CALL, node, rsc_id, key,
key              1056 daemons/controld/controld_cib.c         xpath = crm_strdup_printf(XPATH_HISTORY_ID, node, rsc_id, key);
key               100 daemons/controld/controld_cib.h                                            const char *key, int call_id);
key                37 daemons/controld/controld_execd.c static gboolean stop_recurring_actions(gpointer key, gpointer value, gpointer user_data);
key                66 daemons/controld/controld_execd.c copy_instance_keys(gpointer key, gpointer value, gpointer user_data)
key                68 daemons/controld/controld_execd.c     if (strstr(key, CRM_META "_") == NULL) {
key                69 daemons/controld/controld_execd.c         pcmk__insert_dup(user_data, (const char *) key, (const char *) value);
key                74 daemons/controld/controld_execd.c copy_meta_keys(gpointer key, gpointer value, gpointer user_data)
key                76 daemons/controld/controld_execd.c     if (strstr(key, CRM_META "_") != NULL) {
key                77 daemons/controld/controld_execd.c         pcmk__insert_dup(user_data, (const char *) key, (const char *) value);
key               399 daemons/controld/controld_execd.c     const char *key = NULL;
key               443 daemons/controld/controld_execd.c             while (g_hash_table_iter_next(&gIter, (gpointer*)&key, (gpointer*)&pending)) {
key               444 daemons/controld/controld_execd.c                 do_crm_log(log_level, "Pending action: %s (%s)", key, pending->op_key);
key               479 daemons/controld/controld_execd.c             while (g_hash_table_iter_next(&hIter, (gpointer*)&key, (gpointer*)&pending)) {
key               483 daemons/controld/controld_execd.c                                key, pending->op_key, when);
key               682 daemons/controld/controld_execd.c lrm_remove_deleted_rsc(gpointer key, gpointer value, gpointer user_data)
key               695 daemons/controld/controld_execd.c lrm_remove_deleted_op(gpointer key, gpointer value, gpointer user_data)
key               793 daemons/controld/controld_execd.c cancel_op(lrm_state_t * lrm_state, const char *rsc_id, const char *key, int op, gboolean remove)
key               801 daemons/controld/controld_execd.c     if (key == NULL) {
key               803 daemons/controld/controld_execd.c         key = local_key;
key               805 daemons/controld/controld_execd.c     pending = g_hash_table_lookup(lrm_state->active_ops, key);
key               810 daemons/controld/controld_execd.c             crm_debug("Scheduling %s for removal", key);
key               814 daemons/controld/controld_execd.c             crm_debug("Operation %s already cancelled", key);
key               821 daemons/controld/controld_execd.c         crm_info("No pending op found for %s", key);
key               826 daemons/controld/controld_execd.c     crm_debug("Cancelling op %d for %s (%s)", op, rsc_id, key);
key               830 daemons/controld/controld_execd.c         crm_debug("Op %d for %s (%s): cancelled", op, rsc_id, key);
key               835 daemons/controld/controld_execd.c     crm_debug("Op %d for %s (%s): Nothing to cancel", op, rsc_id, key);
key               852 daemons/controld/controld_execd.c     const char *key;
key               858 daemons/controld/controld_execd.c cancel_action_by_key(gpointer key, gpointer value, gpointer user_data)
key               864 daemons/controld/controld_execd.c     if (pcmk__str_eq(op->op_key, data->key, pcmk__str_none)) {
key               866 daemons/controld/controld_execd.c         remove = !cancel_op(data->lrm_state, data->rsc->id, key, op->call_id, data->remove);
key               872 daemons/controld/controld_execd.c cancel_op_key(lrm_state_t * lrm_state, lrmd_rsc_info_t * rsc, const char *key, gboolean remove)
key               878 daemons/controld/controld_execd.c     CRM_CHECK(key != NULL, return FALSE);
key               880 daemons/controld/controld_execd.c     data.key = key;
key              1796 daemons/controld/controld_execd.c stop_recurring_action_by_rsc(gpointer key, gpointer value, gpointer user_data)
key              1805 daemons/controld/controld_execd.c         crm_debug("Cancelling op %d for %s (%s)", op->call_id, op->rsc_id, (char*)key);
key              1806 daemons/controld/controld_execd.c         remove = !cancel_op(event->lrm_state, event->rsc->id, key, op->call_id, FALSE);
key              1813 daemons/controld/controld_execd.c stop_recurring_actions(gpointer key, gpointer value, gpointer user_data)
key              1821 daemons/controld/controld_execd.c                  (const char *) key);
key              1822 daemons/controld/controld_execd.c         remove = !cancel_op(lrm_state, op->rsc_id, key, op->call_id, FALSE);
key                61 daemons/controld/controld_execd_state.c fail_pending_op(gpointer key, gpointer value, gpointer user_data)
key                69 daemons/controld/controld_execd_state.c               lrm_state->node_name, (char*)key, op->user_data);
key               129 daemons/controld/controld_execd_state.c remote_proxy_remove_by_node(gpointer key, gpointer value, gpointer user_data)
key               751 daemons/controld/controld_execd_state.c         const char *key = NULL;
key               756 daemons/controld/controld_execd_state.c         while (g_hash_table_iter_next(&iter, (gpointer *) &key,
key               758 daemons/controld/controld_execd_state.c             params = lrmd_key_value_add(params, key, value);
key               104 daemons/controld/controld_fencing.c     const char *key = NULL;
key               113 daemons/controld/controld_fencing.c         while (g_hash_table_iter_next(&iter, (gpointer *) &key,
key               117 daemons/controld/controld_fencing.c                 target = (const char*)key;
key               157 daemons/controld/controld_fencing.c         const char *key = NULL;
key               161 daemons/controld/controld_fencing.c         while (g_hash_table_iter_next(&iter, (gpointer *) &key,
key                42 daemons/controld/controld_join_dc.c void finalize_join_for(gpointer key, gpointer value, gpointer user_data);
key               249 daemons/controld/controld_join_dc.c join_make_offer(gpointer key, gpointer value, gpointer user_data)
key               897 daemons/controld/controld_join_dc.c finalize_join_for(gpointer key, gpointer value, gpointer user_data)
key                28 daemons/controld/controld_membership.c reap_dead_nodes(gpointer key, gpointer value, gpointer user_data)
key               119 daemons/controld/controld_metadata.c     char *key = NULL;
key               129 daemons/controld/controld_metadata.c     key = crm_generate_ra_key(rsc->standard, rsc->provider, rsc->type);
key               130 daemons/controld/controld_metadata.c     if (!key) {
key               152 daemons/controld/controld_metadata.c         log_ra_ocf_version(key, (const char *) content);
key               169 daemons/controld/controld_metadata.c                 controld_set_ra_flags(md, key, ra_supports_reload_agent);
key               172 daemons/controld/controld_metadata.c                            "because it does not support OCF 1.1 or later", key);
key               177 daemons/controld/controld_metadata.c             controld_set_ra_flags(md, key, ra_supports_legacy_reload);
key               221 daemons/controld/controld_metadata.c     g_hash_table_replace(mdc, key, md);
key               229 daemons/controld/controld_metadata.c     free(key);
key               252 daemons/controld/controld_metadata.c     char *key = NULL;
key               258 daemons/controld/controld_metadata.c         key = crm_generate_ra_key(rsc->standard, rsc->provider, rsc->type);
key               259 daemons/controld/controld_metadata.c         if (key != NULL) {
key               260 daemons/controld/controld_metadata.c             metadata = g_hash_table_lookup(lrm_state->metadata_cache, key);
key               261 daemons/controld/controld_metadata.c             free(key);
key               502 daemons/controld/controld_remote_ra.c             pcmk__insert_dup(op.params, tmp->key, tmp->value);
key               873 daemons/controld/controld_remote_ra.c         if (pcmk__strcase_any_of(tmp->key,
key               878 daemons/controld/controld_remote_ra.c         } else if (pcmk__str_eq(tmp->key, PCMK_REMOTE_RA_PORT,
key               882 daemons/controld/controld_remote_ra.c         } else if (pcmk__str_eq(tmp->key, CRM_META "_" PCMK__META_CONTAINER,
key               154 daemons/controld/controld_te_callbacks.c     char *key;
key               158 daemons/controld/controld_te_callbacks.c     key = strrchr(mutable_key, '\'');
key               159 daemons/controld/controld_te_callbacks.c     if (key != NULL) {
key               160 daemons/controld/controld_te_callbacks.c         *key = '\0';
key               161 daemons/controld/controld_te_callbacks.c         key = strrchr(mutable_key, '\'');
key               163 daemons/controld/controld_te_callbacks.c     if (key == NULL) {
key               169 daemons/controld/controld_te_callbacks.c     ++key;
key               172 daemons/controld/controld_te_callbacks.c     if (confirm_cancel_action(key, node_uuid) == FALSE) {
key               181 daemons/controld/controld_te_utils.c node_pending_timer_popped(gpointer key)
key               189 daemons/controld/controld_te_utils.c     node_pending_timer = g_hash_table_lookup(node_pending_timers, key);
key               196 daemons/controld/controld_te_utils.c              (const char *) key, controld_globals.node_pending_timeout);
key               202 daemons/controld/controld_te_utils.c     g_hash_table_remove(node_pending_timers, key);
key               211 daemons/controld/controld_te_utils.c     char *key = NULL;
key               231 daemons/controld/controld_te_utils.c     key = pcmk__str_copy(node->xml_id);
key               239 daemons/controld/controld_te_utils.c     g_hash_table_replace(node_pending_timers, key, node_pending_timer);
key               243 daemons/controld/controld_te_utils.c                                                 key);
key                32 daemons/execd/cts-exec-helper.c static char *key = NULL;
key                77 daemons/execd/cts-exec-helper.c         pcmk__str_update(&key, optarg);
key                82 daemons/execd/cts-exec-helper.c     if (key != NULL && val != NULL) {
key                83 daemons/execd/cts-exec-helper.c         options.params = lrmd_key_value_add(options.params, key, val);
key                84 daemons/execd/cts-exec-helper.c         pcmk__str_update(&key, NULL);
key               452 daemons/execd/cts-exec-helper.c     char *key = NULL;
key               495 daemons/execd/cts-exec-helper.c         while (g_hash_table_iter_next(&iter, (gpointer *) &key,
key               497 daemons/execd/cts-exec-helper.c             options.params = lrmd_key_value_add(options.params, key, value);
key               505 daemons/execd/cts-exec-helper.c     while (g_hash_table_iter_next(&iter, (gpointer *) &key,
key               507 daemons/execd/cts-exec-helper.c         char *crm_name = crm_meta_name(key);
key               621 daemons/execd/cts-exec-helper.c     free(key);
key               562 daemons/execd/execd_commands.c send_client_notify(gpointer key, gpointer value, gpointer user_data)
key               673 daemons/execd/execd_commands.c         char *key = NULL;
key               680 daemons/execd/execd_commands.c         while (g_hash_table_iter_next(&iter, (gpointer *) & key, (gpointer *) & value)) {
key               681 daemons/execd/execd_commands.c             hash2smartfield((gpointer) key, (gpointer) value, args);
key               785 daemons/execd/execd_commands.c notify_one_client(gpointer key, gpointer value, gpointer user_data)
key               791 daemons/execd/execd_commands.c         send_client_notify(key, (gpointer) client, (gpointer) data->notify);
key               813 daemons/execd/execd_commands.c     char *key = NULL;
key               816 daemons/execd/execd_commands.c     while (g_hash_table_iter_next(&iter, (gpointer *) & key, (gpointer *) & rsc)) {
key              1204 daemons/execd/execd_commands.c     char *key = NULL;
key              1214 daemons/execd/execd_commands.c         while (g_hash_table_iter_next(&iter, (gpointer *) & key, (gpointer *) & value)) {
key              1215 daemons/execd/execd_commands.c             device_params = stonith__key_value_add(device_params, key, value);
key              1860 daemons/execd/execd_commands.c         char *key = NULL;
key              1863 daemons/execd/execd_commands.c         while (g_hash_table_iter_next(&iter, (gpointer *) &key,
key               442 daemons/execd/remoted_proxy.c     char *key = NULL;
key               449 daemons/execd/remoted_proxy.c     while (g_hash_table_iter_next(&iter, (gpointer *) & key, (gpointer *) & ipc_client)) {
key               259 daemons/execd/remoted_tls.c lrmd_tls_server_key_cb(gnutls_session_t session, const char *username, gnutls_datum_t * key)
key               261 daemons/execd/remoted_tls.c     return (lrmd__init_remote_key(key) == pcmk_rc_ok)? 0 : -1;
key                74 daemons/fenced/fenced_cib.c     char *key = NULL;
key                79 daemons/fenced/fenced_cib.c     key = stonith_level_key(match, fenced_target_by_unknown);
key                84 daemons/fenced/fenced_cib.c     crm_xml_add(data, PCMK_XA_TARGET, key);
key                89 daemons/fenced/fenced_cib.c     free(key);
key               186 daemons/fenced/fenced_cib.c mark_dirty_if_cib_registered(gpointer key, gpointer value, gpointer user_data)
key               209 daemons/fenced/fenced_cib.c device_is_dirty(gpointer key, gpointer value, gpointer user_data)
key              1295 daemons/fenced/fenced_commands.c     char *key = NULL;
key              1300 daemons/fenced/fenced_commands.c     while (g_hash_table_iter_next(&gIter, (void **)&key, (void **)&value)) {
key              1302 daemons/fenced/fenced_commands.c         if(strstr(key, "CRM_meta") == key) {
key              1304 daemons/fenced/fenced_commands.c         } else if (strcmp(key, PCMK_XA_CRM_FEATURE_SET) == 0) {
key              1307 daemons/fenced/fenced_commands.c             char *other_value = g_hash_table_lookup(second, key);
key              1310 daemons/fenced/fenced_commands.c                 crm_trace("Different value for %s: %s != %s", key, other_value, value);
key              2198 daemons/fenced/fenced_commands.c search_devices(gpointer key, gpointer value, gpointer user_data)
key                66 daemons/fenced/fenced_history.c stonith_remove_history_entry (gpointer key,
key               135 daemons/fenced/fenced_remote.c count_peer_device(gpointer key, gpointer value, gpointer user_data)
key              1591 daemons/fenced/fenced_remote.c add_device_timeout(gpointer key, gpointer value, gpointer user_data)
key              1593 daemons/fenced/fenced_remote.c     const char *device_id = key;
key               312 daemons/fenced/pacemaker-fenced.c stonith_notify_client(gpointer key, gpointer value, gpointer user_data)
key               249 daemons/pacemakerd/pcmkd_corosync.c get_config_opt(uint64_t unused, cmap_handle_t object_handle, const char *key, char **value,
key               254 daemons/pacemakerd/pcmkd_corosync.c     cs_repeat(retries, 5, rc = cmap_get_string(object_handle, key, value));
key               256 daemons/pacemakerd/pcmkd_corosync.c         crm_trace("Search for %s failed %d, defaulting to %s", key, rc, fallback);
key               259 daemons/pacemakerd/pcmkd_corosync.c     crm_trace("%s: %s", key, *value);
key               363 daemons/pacemakerd/pcmkd_corosync.c             char key[PATH_MAX];
key               364 daemons/pacemakerd/pcmkd_corosync.c             snprintf(key, PATH_MAX, "uidgid.gid.%u", gid);
key               365 daemons/pacemakerd/pcmkd_corosync.c             rc = cmap_set_uint8(local_handle, key, 1);
key                71 include/crm/common/actions.h gboolean parse_op_key(const char *key, char **rsc_id, char **op_type,
key                73 include/crm/common/actions.h gboolean decode_transition_key(const char *key, char **uuid, int *transition_id,
key                43 include/crm/common/history_internal.h         const char *key = crm_element_value(xml, PCMK__XA_OPERATION_KEY);
key                45 include/crm/common/history_internal.h         return pcmk__str_empty(key)? pcmk__xe_id(xml) : key;
key               232 include/crm/common/ipc_internal.h pcmk__client_t *pcmk__new_unauth_client(void *key);
key                42 include/crm/common/nvpair.h void hash2field(gpointer key, gpointer value, gpointer user_data);
key                43 include/crm/common/nvpair.h void hash2metafield(gpointer key, gpointer value, gpointer user_data);
key                44 include/crm/common/nvpair.h void hash2smartfield(gpointer key, gpointer value, gpointer user_data);
key                39 include/crm/common/nvpair_compat.h void hash2nvpair(gpointer key, gpointer value, gpointer user_data);
key                42 include/crm/common/strings_internal.h int pcmk__guint_from_hash(GHashTable *table, const char *key, guint default_val,
key               110 include/crm/common/strings_internal.h pcmk__intkey_table_insert(GHashTable *hash_table, int key, gpointer value)
key               112 include/crm/common/strings_internal.h     return g_hash_table_insert(hash_table, GINT_TO_POINTER(key), value);
key               125 include/crm/common/strings_internal.h pcmk__intkey_table_lookup(GHashTable *hash_table, int key)
key               127 include/crm/common/strings_internal.h     return g_hash_table_lookup(hash_table, GINT_TO_POINTER(key));
key               140 include/crm/common/strings_internal.h pcmk__intkey_table_remove(GHashTable *hash_table, int key)
key               142 include/crm/common/strings_internal.h     return g_hash_table_remove(hash_table, GINT_TO_POINTER(key));
key               106 include/crm/common/tls_internal.h void pcmk__tls_add_psk_key(pcmk__tls_t *tls, gnutls_datum_t *key);
key                36 include/crm/fencing/internal.h                                             const char *key, const char *value);
key                31 include/crm/lrmd.h     char *key;
key               130 include/crm/lrmd.h lrmd_key_value_t *lrmd_key_value_add(lrmd_key_value_t * kvp, const char *key, const char *value);
key                93 include/crm/lrmd_internal.h int lrmd__init_remote_key(gnutls_datum_t *key);
key               185 include/crm/pengine/internal.h pcmk_action_t *custom_action(pcmk_resource_t *rsc, char *key, const char *task,
key               222 include/crm/pengine/internal.h GList *find_actions(GList *input, const char *key, const pcmk_node_t *on_node);
key               223 include/crm/pengine/internal.h GList *find_actions_exact(GList *input, const char *key,
key               163 include/crm/stonith-ng.h     char *key;
key               785 include/crm/stonith-ng.h                                            const char *key, const char *value);
key               750 lib/cib/cib_client.c cib_dump_pending_op(gpointer key, gpointer value, gpointer user_data)
key               752 lib/cib/cib_client.c     int call = GPOINTER_TO_INT(key);
key                68 lib/cluster/corosync.c node_name_is_valid(const char *key, const char *name)
key                73 lib/cluster/corosync.c         crm_trace("%s is empty", key);
key                77 lib/cluster/corosync.c         crm_trace("%s contains an IPv4 address (%s), ignoring", key, name);
key                81 lib/cluster/corosync.c         crm_trace("%s contains an IPv6 address (%s), ignoring", key, name);
key                84 lib/cluster/corosync.c     crm_trace("'%s: %s' is valid", key, name);
key               168 lib/cluster/corosync.c         char *key = NULL;
key               170 lib/cluster/corosync.c         key = crm_strdup_printf("nodelist.node.%d.nodeid", lpc);
key               171 lib/cluster/corosync.c         rc = cmap_get_uint32(cmap_handle, key, &id);
key               172 lib/cluster/corosync.c         crm_trace("Checking %u vs %u from %s", nodeid, id, key);
key               173 lib/cluster/corosync.c         free(key);
key               183 lib/cluster/corosync.c                 key = crm_strdup_printf("nodelist.node.%d.name", lpc);
key               184 lib/cluster/corosync.c                 cmap_get_string(cmap_handle, key, &name);
key               185 lib/cluster/corosync.c                 crm_trace("%s = %s", key, pcmk__s(name, "<null>"));
key               186 lib/cluster/corosync.c                 free(key);
key               189 lib/cluster/corosync.c                 key = crm_strdup_printf("nodelist.node.%d.ring0_addr", lpc);
key               190 lib/cluster/corosync.c                 cmap_get_string(cmap_handle, key, &name);
key               191 lib/cluster/corosync.c                 crm_trace("%s = %s", key, pcmk__s(name, "<null>"));
key               193 lib/cluster/corosync.c                 if (!node_name_is_valid(key, name)) {
key               197 lib/cluster/corosync.c                 free(key);
key               618 lib/cluster/corosync.c         char *key = NULL;
key               620 lib/cluster/corosync.c         key = crm_strdup_printf("nodelist.node.%d.nodeid", lpc);
key               621 lib/cluster/corosync.c         rc = cmap_get_uint32(cmap_handle, key, &nodeid);
key               622 lib/cluster/corosync.c         free(key);
key               370 lib/cluster/election.c             char *key = NULL;
key               381 lib/cluster/election.c             while (g_hash_table_iter_next(&gIter, (gpointer *) & key, NULL)) {
key               382 lib/cluster/election.c                 crm_warn("* actual vote: %s", key);
key               305 lib/cluster/membership.c mark_dirty(gpointer key, gpointer value, gpointer user_data)
key               311 lib/cluster/membership.c is_dirty(gpointer key, gpointer value, gpointer user_data)
key               425 lib/cluster/membership.c should_forget_cluster_node(gpointer key, gpointer value, gpointer user_data)
key               516 lib/cluster/membership.c count_peer(gpointer key, gpointer value, gpointer user_data)
key               669 lib/cluster/membership.c hash_find_by_data(gpointer key, gpointer value, gpointer user_data)
key               259 lib/common/actions.c match_before(const char *key, size_t position, const char **matches)
key               268 lib/common/actions.c             if ((key[possible] == '_')
key               269 lib/common/actions.c                 && (strncmp(key + possible + 1, matches[i], match_len) == 0)) {
key               278 lib/common/actions.c parse_op_key(const char *key, char **rsc_id, char **op_type, guint *interval_ms)
key               281 lib/common/actions.c     const size_t key_len = (key == NULL)? 0 : strlen(key);
key               322 lib/common/actions.c     while ((interval_underbar > 2) && (key[interval_underbar] != '_')) {
key               326 lib/common/actions.c         || !convert_interval(key + interval_underbar + 1, &local_interval_ms)) {
key               331 lib/common/actions.c     action_underbar = match_before(key, interval_underbar,
key               335 lib/common/actions.c         while ((action_underbar > 0) && (key[action_underbar] != '_')) {
key               342 lib/common/actions.c     possible = match_before(key, action_underbar,
key               350 lib/common/actions.c         *rsc_id = strndup(key, action_underbar);
key               354 lib/common/actions.c         *op_type = strndup(key + action_underbar + 1,
key               395 lib/common/actions.c     char *key = NULL;
key               403 lib/common/actions.c     res = sscanf(magic, "%d:%d;%ms", &local_op_status, &local_op_rc, &key);
key               406 lib/common/actions.c     key = pcmk__assert_alloc(1, strlen(magic) - 3);
key               407 lib/common/actions.c     res = sscanf(magic, "%d:%d;%s", &local_op_status, &local_op_rc, key);
key               424 lib/common/actions.c         result = decode_transition_key(key, uuid, transition_id, action_id,
key               427 lib/common/actions.c     free(key);
key               454 lib/common/actions.c decode_transition_key(const char *key, char **uuid, int *transition_id, int *action_id,
key               476 lib/common/actions.c     CRM_CHECK(key != NULL, return FALSE);
key               477 lib/common/actions.c     if (sscanf(key, "%d:%d:%d:%36s", &local_action_id, &local_transition_id,
key               479 lib/common/actions.c         crm_err("Invalid transition key '%s'", key);
key               483 lib/common/actions.c         crm_warn("Invalid UUID '%s' in transition key '%s'", local_uuid, key);
key               301 lib/common/digest.c     char *key = NULL;
key               312 lib/common/digest.c     key = crm_meta_name(PCMK_META_INTERVAL);
key               313 lib/common/digest.c     if (crm_element_value_ms(param_set, key, &interval_ms) != pcmk_ok) {
key               316 lib/common/digest.c     free(key);
key               317 lib/common/digest.c     key = NULL;
key               319 lib/common/digest.c         key = crm_meta_name(PCMK_META_TIMEOUT);
key               320 lib/common/digest.c         timeout = crm_element_value_copy(param_set, key);
key               329 lib/common/digest.c         crm_xml_add(param_set, key, timeout);
key               332 lib/common/digest.c     free(key);
key               499 lib/common/ipc_controld.c     char *key;
key               515 lib/common/ipc_controld.c     key = pcmk__transition_key(0, getpid(), 0,
key               517 lib/common/ipc_controld.c     crm_xml_add(msg_data, PCMK__XA_TRANSITION_KEY, key);
key               518 lib/common/ipc_controld.c     free(key);
key               541 lib/common/ipc_controld.c     key = crm_meta_name(PCMK_META_TIMEOUT);
key               542 lib/common/ipc_controld.c     crm_xml_add(params, key, "60000");  /* 1 minute */ //@TODO pass as arg
key               543 lib/common/ipc_controld.c     free(key);
key                73 lib/common/ipc_server.c         gpointer key;
key                78 lib/common/ipc_server.c         while (g_hash_table_iter_next(&iter, &key, (gpointer *) & client)) {
key               164 lib/common/ipc_server.c client_from_connection(qb_ipcs_connection_t *c, void *key, uid_t uid_client)
key               178 lib/common/ipc_server.c         if (key == NULL) {
key               179 lib/common/ipc_server.c             key = c;
key               184 lib/common/ipc_server.c     if (key == NULL) {
key               185 lib/common/ipc_server.c         key = client->id;
key               191 lib/common/ipc_server.c     g_hash_table_insert(client_connections, key, client);
key               203 lib/common/ipc_server.c pcmk__new_unauth_client(void *key)
key               205 lib/common/ipc_server.c     return client_from_connection(NULL, key, 0);
key               603 lib/common/logging.c             char *key = crm_strdup_printf("%s:%d", cs->function, cs->lineno);
key               605 lib/common/logging.c             if (strstr(trace_blackbox, key) != NULL) {
key               608 lib/common/logging.c             free(key);
key               196 lib/common/nvpair.c hash2smartfield(gpointer key, gpointer value, gpointer user_data)
key               206 lib/common/nvpair.c     const char *name = key;
key               238 lib/common/nvpair.c hash2field(gpointer key, gpointer value, gpointer user_data)
key               240 lib/common/nvpair.c     const char *name = key;
key               266 lib/common/nvpair.c hash2metafield(gpointer key, gpointer value, gpointer user_data)
key               270 lib/common/nvpair.c     if (key == NULL || value == NULL) {
key               277 lib/common/nvpair.c     for (crm_name = key; *crm_name; ++crm_name) {
key               283 lib/common/nvpair.c     crm_name = crm_meta_name(key);
key               370 lib/common/nvpair.c         const char *key = crm_element_value(child, PCMK_XA_NAME);
key               373 lib/common/nvpair.c         crm_trace("Added %s=%s", key, value);
key               374 lib/common/nvpair.c         if (key != NULL && value != NULL) {
key               375 lib/common/nvpair.c             pcmk__insert_dup(nvpair_hash, key, value);
key               556 lib/common/nvpair.c         char *key = crm_meta_name(attr_name);
key               557 lib/common/nvpair.c         const char *value = g_hash_table_lookup(meta, key);
key               559 lib/common/nvpair.c         free(key);
key               717 lib/common/nvpair.c hash2nvpair(gpointer key, gpointer value, gpointer user_data)
key               719 lib/common/nvpair.c     const char *name = key;
key               507 lib/common/output_html.c         char *key = va_arg(ap, char *);
key               510 lib/common/output_html.c         if (key == NULL) {
key               515 lib/common/output_html.c         crm_xml_add(header_node, key, value);
key               474 lib/common/patchset.c search_v2_xpath(const xmlNode *top, const char *key, int target_position)
key               477 lib/common/patchset.c     const char *current = key;
key               486 lib/common/patchset.c     CRM_CHECK(key != NULL, return NULL);
key               487 lib/common/patchset.c     key_len = strlen(key);
key               535 lib/common/patchset.c                   (path = (char *) xmlGetNodePath(target)), key);
key               538 lib/common/patchset.c         crm_debug("No match for %s", key);
key               303 lib/common/strings.c pcmk__guint_from_hash(GHashTable *table, const char *key, guint default_val,
key               310 lib/common/strings.c     CRM_CHECK((table != NULL) && (key != NULL), return EINVAL);
key               316 lib/common/strings.c     value = g_hash_table_lookup(table, key);
key               324 lib/common/strings.c                  "valid integer: %s", default_val, key, value, pcmk_rc_str(rc));
key               330 lib/common/strings.c                  default_val, key, value);
key               749 lib/common/strings.c copy_str_table_entry(gpointer key, gpointer value, gpointer user_data)
key               751 lib/common/strings.c     if (key && value && user_data) {
key               753 lib/common/strings.c                          (const char *) key, (const char *) value);
key               454 lib/common/tls.c pcmk__tls_add_psk_key(pcmk__tls_t *tls, gnutls_datum_t *key)
key               457 lib/common/tls.c                                       DEFAULT_REMOTE_USERNAME, key,
key                90 lib/fencing/st_actions.c append_config_arg(gpointer key, gpointer value, gpointer user_data)
key                98 lib/fencing/st_actions.c     if (!pcmk__str_eq(key, STONITH_ATTR_ACTION_OP, pcmk__str_casei)
key                99 lib/fencing/st_actions.c         && !pcmk_stonith_param(key)
key               100 lib/fencing/st_actions.c         && (strstr(key, CRM_META) == NULL)
key               101 lib/fencing/st_actions.c         && !pcmk__str_eq(key, PCMK_XA_CRM_FEATURE_SET, pcmk__str_none)) {
key               104 lib/fencing/st_actions.c                   (const char *) key, (const char *) (value? value : ""));
key               105 lib/fencing/st_actions.c         pcmk__insert_dup((GHashTable *) user_data, key, pcmk__s(value, ""));
key               332 lib/fencing/st_client.c         hash2field((gpointer) params->key, (gpointer) params->value, args);
key              1736 lib/fencing/st_client.c is_stonith_param(gpointer key, gpointer value, gpointer user_data)
key              1738 lib/fencing/st_client.c     return pcmk_stonith_param(key);
key              1846 lib/fencing/st_client.c         if (!pcmk_stonith_param(params->key)) {
key              1847 lib/fencing/st_client.c             pcmk__insert_dup(params_table, params->key, params->value);
key              1995 lib/fencing/st_client.c stonith__key_value_add(stonith_key_value_t *head, const char *key,
key              2005 lib/fencing/st_client.c     pair->key = pcmk__str_copy(key);
key              2039 lib/fencing/st_client.c             free(head->key);
key              2825 lib/fencing/st_client.c stonith_dump_pending_op(gpointer key, gpointer value, gpointer user_data)
key              2827 lib/fencing/st_client.c     int call = GPOINTER_TO_INT(key);
key              2856 lib/fencing/st_client.c                                            const char *key, const char *value);
key              2859 lib/fencing/st_client.c stonith_key_value_add(stonith_key_value_t *head, const char *key,
key              2862 lib/fencing/st_client.c     return stonith__key_value_add(head, key, value);
key                60 lib/lrmd/lrmd_alerts.c set_ev_kv(gpointer key, gpointer value, gpointer user_data)
key                66 lib/lrmd/lrmd_alerts.c                   (char*)key, (char*)value);
key                67 lib/lrmd/lrmd_alerts.c         *head = lrmd_key_value_add(*head, key, value);
key               166 lib/lrmd/lrmd_alerts.c             copy_params = lrmd_key_value_add(copy_params, head->key, head->value);
key               146 lib/lrmd/lrmd_client.c lrmd_key_value_add(lrmd_key_value_t * head, const char *key, const char *value)
key               151 lib/lrmd/lrmd_client.c     p->key = strdup(key);
key               175 lib/lrmd/lrmd_client.c         free(head->key);
key              1180 lib/lrmd/lrmd_client.c read_gnutls_key(const char *location, gnutls_datum_t *key)
key              1185 lib/lrmd/lrmd_client.c     if ((location == NULL) || (key == NULL)) {
key              1194 lib/lrmd/lrmd_client.c     key->data = gnutls_malloc(buf_len);
key              1195 lib/lrmd/lrmd_client.c     key->size = 0;
key              1206 lib/lrmd/lrmd_client.c         if (key->size == buf_len) {
key              1207 lib/lrmd/lrmd_client.c             buf_len = key->size + KEY_READ_LEN;
key              1208 lib/lrmd/lrmd_client.c             key->data = gnutls_realloc(key->data, buf_len);
key              1209 lib/lrmd/lrmd_client.c             pcmk__assert(key->data);
key              1211 lib/lrmd/lrmd_client.c         key->data[key->size++] = (unsigned char) next;
key              1215 lib/lrmd/lrmd_client.c     if (key->size == 0) {
key              1216 lib/lrmd/lrmd_client.c         clear_gnutls_datum(key);
key              1227 lib/lrmd/lrmd_client.c     gnutls_datum_t key;     // Cached key
key              1245 lib/lrmd/lrmd_client.c     clear_gnutls_datum(&(key_cache->key));
key              1254 lib/lrmd/lrmd_client.c get_cached_key(struct key_cache_s *key_cache, gnutls_datum_t *key)
key              1256 lib/lrmd/lrmd_client.c     copy_gnutls_datum(key, &(key_cache->key));
key              1262 lib/lrmd/lrmd_client.c cache_key(struct key_cache_s *key_cache, gnutls_datum_t *key,
key              1267 lib/lrmd/lrmd_client.c     copy_gnutls_datum(&(key_cache->key), key);
key              1283 lib/lrmd/lrmd_client.c get_remote_key(const char *location, gnutls_datum_t *key)
key              1288 lib/lrmd/lrmd_client.c     if ((location == NULL) || (key == NULL)) {
key              1296 lib/lrmd/lrmd_client.c             get_cached_key(&key_cache, key);
key              1301 lib/lrmd/lrmd_client.c     rc = read_gnutls_key(location, key);
key              1305 lib/lrmd/lrmd_client.c     cache_key(&key_cache, key, location);
key              1324 lib/lrmd/lrmd_client.c lrmd__init_remote_key(gnutls_datum_t *key)
key              1338 lib/lrmd/lrmd_client.c         rc = get_remote_key(env_location, key);
key              1349 lib/lrmd/lrmd_client.c     rc = get_remote_key(DEFAULT_REMOTE_KEY_LOCATION, key);
key              2112 lib/lrmd/lrmd_client.c         pcmk__insert_dup(params_table, param->key, param->value);
key              2169 lib/lrmd/lrmd_client.c         hash2smartfield((gpointer) tmp->key, (gpointer) tmp->value, args);
key              2195 lib/lrmd/lrmd_client.c         hash2smartfield((gpointer) tmp->key, (gpointer) tmp->value, args);
key               148 lib/pacemaker/pcmk_graph_logging.c         const char *key = crm_element_value(input->xml, PCMK__XA_OPERATION_KEY);
key               154 lib/pacemaker/pcmk_graph_logging.c                        input->id, actiontype2text(input->type), key,
key               164 lib/pacemaker/pcmk_graph_logging.c     const char *key = crm_element_value(action->xml, PCMK__XA_OPERATION_KEY);
key               168 lib/pacemaker/pcmk_graph_logging.c                                    actiontype2text(action->type), key);
key               566 lib/pacemaker/pcmk_injections.c     char *key = NULL;
key               584 lib/pacemaker/pcmk_injections.c     key = pcmk__assert_alloc(1, strlen(spec) + 1);
key               586 lib/pacemaker/pcmk_injections.c     rc = sscanf(spec, "%[^@]@%[^=]=%d", key, node, &outcome);
key               593 lib/pacemaker/pcmk_injections.c     parse_op_key(key, &resource, &task, &interval_ms);
key               638 lib/pacemaker/pcmk_injections.c     free(key);
key              1104 lib/pacemaker/pcmk_output.c     char *key = NULL;
key              1249 lib/pacemaker/pcmk_output.c         key = stop_key(rsc);
key              1257 lib/pacemaker/pcmk_output.c             possible_matches = find_actions(rsc->priv->actions, key, node);
key              1278 lib/pacemaker/pcmk_output.c         free(key);
key              1135 lib/pacemaker/pcmk_sched_actions.c     char *key = NULL;
key              1176 lib/pacemaker/pcmk_sched_actions.c     key = pcmk__op_key(op->rsc_id, task, op->interval_ms);
key              1199 lib/pacemaker/pcmk_sched_actions.c         op_id = strdup(key);
key              1212 lib/pacemaker/pcmk_sched_actions.c         op_id = strdup(key);
key              1240 lib/pacemaker/pcmk_sched_actions.c     crm_xml_add(xml_op, PCMK__XA_OPERATION_KEY, key);
key              1304 lib/pacemaker/pcmk_sched_actions.c     free(key);
key              1547 lib/pacemaker/pcmk_sched_actions.c     char *key = pcmk__op_key(rsc->id, task, interval_ms);
key              1548 lib/pacemaker/pcmk_sched_actions.c     pcmk_action_t *required = custom_action(rsc, key, task, NULL, FALSE,
key               239 lib/pacemaker/pcmk_sched_migration.c task_from_action_or_key(const pcmk_action_t *action, const char *key)
key               245 lib/pacemaker/pcmk_sched_migration.c     } else if (key != NULL) {
key               246 lib/pacemaker/pcmk_sched_migration.c         parse_op_key(key, NULL, &res, NULL);
key               569 lib/pacemaker/pcmk_sched_ordering.c     char *key = NULL;
key               611 lib/pacemaker/pcmk_sched_ordering.c         key = pcmk__op_key(resource->id, action, 0);
key               620 lib/pacemaker/pcmk_sched_ordering.c                 pcmk__new_ordering(resource, strdup(key), NULL, then_rsc,
key               631 lib/pacemaker/pcmk_sched_ordering.c         free(key);
key              1199 lib/pacemaker/pcmk_sched_ordering.c         char *key = NULL;
key              1205 lib/pacemaker/pcmk_sched_ordering.c         key = pcmk__op_key(rsc->id, task, interval_ms);
key              1206 lib/pacemaker/pcmk_sched_ordering.c         list = find_actions(rsc->priv->actions, key, NULL);
key              1207 lib/pacemaker/pcmk_sched_ordering.c         free(key);
key              1308 lib/pacemaker/pcmk_sched_ordering.c         char *key = NULL;
key              1314 lib/pacemaker/pcmk_sched_ordering.c         key = pcmk__op_key(first_rsc->id, op_type, interval_ms);
key              1319 lib/pacemaker/pcmk_sched_ordering.c             free(key);
key              1328 lib/pacemaker/pcmk_sched_ordering.c             free(key);
key              1338 lib/pacemaker/pcmk_sched_ordering.c             first_action = custom_action(first_rsc, key, op_type, NULL, TRUE,
key               138 lib/pacemaker/pcmk_sched_probes.c     char *key = pcmk__op_key(rsc->id, PCMK_ACTION_MONITOR, 0);
key               144 lib/pacemaker/pcmk_sched_probes.c     probe = custom_action(rsc, key, PCMK_ACTION_MONITOR, node, FALSE,
key                27 lib/pacemaker/pcmk_sched_recurring.c     char *key;              // Operation key for action
key               182 lib/pacemaker/pcmk_sched_recurring.c     op->key = pcmk__op_key(rsc->id, op->name, op->interval_ms);
key               199 lib/pacemaker/pcmk_sched_recurring.c                                     const pcmk_node_t *node, const char *key,
key               207 lib/pacemaker/pcmk_sched_recurring.c                         key);
key               214 lib/pacemaker/pcmk_sched_recurring.c                         key, start->uuid);
key               218 lib/pacemaker/pcmk_sched_recurring.c     possible_matches = find_actions_exact(rsc->priv->actions, key, node);
key               222 lib/pacemaker/pcmk_sched_recurring.c                         key, pcmk__node_name(node));
key               234 lib/pacemaker/pcmk_sched_recurring.c                             "it needs to be rescheduled", key);
key               267 lib/pacemaker/pcmk_sched_recurring.c     is_optional = active_recurring_should_be_optional(rsc, node, op->key,
key               313 lib/pacemaker/pcmk_sched_recurring.c                    (is_optional? "Cancelling" : "Ignoring"), op->key, op->id,
key               321 lib/pacemaker/pcmk_sched_recurring.c                     (is_optional? "optional" : "mandatory"), op->key,
key               325 lib/pacemaker/pcmk_sched_recurring.c     mon = custom_action(rsc, strdup(op->key), op->name, node, is_optional,
key               391 lib/pacemaker/pcmk_sched_recurring.c                   const char *key, const char *name, guint interval_ms)
key               393 lib/pacemaker/pcmk_sched_recurring.c     GList *possible_matches = find_actions_exact(rsc->priv->actions, key,
key               532 lib/pacemaker/pcmk_sched_recurring.c             cancel_if_running(rsc, node, op->key, op->name, op->interval_ms);
key               537 lib/pacemaker/pcmk_sched_recurring.c         possible_matches = find_actions_exact(rsc->priv->actions, op->key,
key               546 lib/pacemaker/pcmk_sched_recurring.c                         op->key, op->id, rsc->id, pcmk__node_name(stop_node));
key               548 lib/pacemaker/pcmk_sched_recurring.c         stopped_mon = custom_action(rsc, strdup(op->key), op->name, stop_node,
key               638 lib/pacemaker/pcmk_sched_recurring.c         free(op_history.key);
key               658 lib/pacemaker/pcmk_sched_recurring.c     char *key = NULL;
key               663 lib/pacemaker/pcmk_sched_recurring.c     key = pcmk__op_key(rsc->id, task, interval_ms);
key               668 lib/pacemaker/pcmk_sched_recurring.c     cancel_op = custom_action(rsc, key, PCMK_ACTION_CANCEL, node, FALSE,
key                69 lib/pacemaker/pcmk_sched_utilization.c compare_utilization_value(gpointer key, gpointer value, gpointer user_data)
key                77 lib/pacemaker/pcmk_sched_utilization.c         if (g_hash_table_lookup(data->node1->priv->utilization, key)) {
key                84 lib/pacemaker/pcmk_sched_utilization.c     node2_value = g_hash_table_lookup(data->node2->priv->utilization, key);
key               147 lib/pacemaker/pcmk_sched_utilization.c update_utilization_value(gpointer key, gpointer value, gpointer user_data)
key               150 lib/pacemaker/pcmk_sched_utilization.c     const char *current = g_hash_table_lookup(data->current_utilization, key);
key               160 lib/pacemaker/pcmk_sched_utilization.c                          strdup(key), pcmk__itoa((int) result));
key               223 lib/pacemaker/pcmk_sched_utilization.c check_capacity(gpointer key, gpointer value, gpointer user_data)
key               230 lib/pacemaker/pcmk_sched_utilization.c     node_value_s = g_hash_table_lookup(data->node->priv->utilization, key);
key               238 lib/pacemaker/pcmk_sched_utilization.c                   (const char *) key, pcmk__node_name(data->node), remaining,
key                69 lib/pacemaker/pcmk_simulate.c         char *key = NULL;
key                85 lib/pacemaker/pcmk_simulate.c             key = pcmk__notify_key(history_id, n_type, n_task);
key                87 lib/pacemaker/pcmk_simulate.c             key = pcmk__op_key(history_id, task, interval_ms);
key                92 lib/pacemaker/pcmk_simulate.c                                             prefix, key, action_host);
key                94 lib/pacemaker/pcmk_simulate.c             action_name = crm_strdup_printf("%s%s", prefix, key);
key                96 lib/pacemaker/pcmk_simulate.c         free(key);
key               659 lib/pacemaker/pcmk_simulate.c         char *key = NULL;
key               664 lib/pacemaker/pcmk_simulate.c         key = crm_strdup_printf(PCMK__OP_FMT "@%s=", resource, op->op_type,
key               666 lib/pacemaker/pcmk_simulate.c         if (strncasecmp(key, spec, strlen(key)) == 0) {
key               669 lib/pacemaker/pcmk_simulate.c         free(key);
key               675 lib/pacemaker/pcmk_simulate.c             key = crm_strdup_printf(PCMK__OP_FMT "@%s=", resource_config_name,
key               677 lib/pacemaker/pcmk_simulate.c             if (strncasecmp(key, spec, strlen(key)) == 0) {
key               680 lib/pacemaker/pcmk_simulate.c             free(key);
key                54 lib/pacemaker/pcmk_ticket.c     char *key = NULL;
key                61 lib/pacemaker/pcmk_ticket.c     while (g_hash_table_iter_next(&hash_iter, (gpointer *) & key, (gpointer *) & value)) {
key                62 lib/pacemaker/pcmk_ticket.c         crm_xml_add(*ticket_state_xml, key, value);
key                64 lib/pacemaker/pcmk_ticket.c         if (pcmk__str_eq(key, PCMK__XA_GRANTED, pcmk__str_none)
key               405 lib/pacemaker/pcmk_ticket.c         const char *key = list_iter->data;
key               407 lib/pacemaker/pcmk_ticket.c         if (!force && pcmk__str_eq(key, PCMK__XA_GRANTED, pcmk__str_none)) {
key               412 lib/pacemaker/pcmk_ticket.c         pcmk__xe_remove_attr(ticket_state_xml, key);
key               120 lib/pengine/clone.c     gpointer key, value;
key               123 lib/pengine/clone.c     while (g_hash_table_iter_next(&iter, &key, &value)) {
key               138 lib/pengine/clone.c     gpointer key, value;
key               141 lib/pengine/clone.c     while (g_hash_table_iter_next(&iter, &key, &value)) {
key               143 lib/pengine/clone.c             retval = g_list_prepend(retval, key);
key               109 lib/pengine/complex.c dup_attr(gpointer key, gpointer value, gpointer user_data)
key               113 lib/pengine/complex.c     CRM_CHECK((key != NULL) && (table != NULL), return);
key               119 lib/pengine/complex.c                           (const char *) key);
key               120 lib/pengine/complex.c     } else if ((value != NULL) && (g_hash_table_lookup(table, key) == NULL)) {
key               121 lib/pengine/complex.c         pcmk__insert_dup(table, (const char *) key, (const char *) value);
key               254 lib/pengine/complex.c     char *key = NULL;
key               262 lib/pengine/complex.c     key = crm_strdup_printf("%s-%s", name, role);
key               263 lib/pengine/complex.c     return key;
key               341 lib/pengine/complex.c             char *key = template_op_key(op);
key               343 lib/pengine/complex.c             g_hash_table_insert(rsc_ops_hash, key, op);
key               349 lib/pengine/complex.c             char *key = template_op_key(op);
key               351 lib/pengine/complex.c             if (g_hash_table_lookup(rsc_ops_hash, key) == NULL) {
key               355 lib/pengine/complex.c             free(key);
key               288 lib/pengine/failcounts.c update_failcount_for_attr(gpointer key, gpointer value, gpointer user_data)
key               293 lib/pengine/failcounts.c     if (regexec(&(fc_data->failcount_re), (const char *) key, 0, NULL, 0) == 0) {
key               300 lib/pengine/failcounts.c                      (const char *) key, pcmk__node_name(fc_data->node),
key               306 lib/pengine/failcounts.c                         (const char *) key, (const char *) value,
key               313 lib/pengine/failcounts.c     if (regexec(&(fc_data->lastfailure_re), (const char *) key, 0, NULL,
key               320 lib/pengine/failcounts.c                      (const char *) value, (const char *) key, pcmk_rc_str(rc));
key               470 lib/pengine/failcounts.c     char *key = NULL;
key               475 lib/pengine/failcounts.c     key = pcmk__op_key(rsc->id, PCMK_ACTION_CLEAR_FAILCOUNT, 0);
key               476 lib/pengine/failcounts.c     clear = custom_action(rsc, key, PCMK_ACTION_CLEAR_FAILCOUNT, node, FALSE,
key                60 lib/pengine/pe_actions.c find_existing_action(const char *key, const pcmk_resource_t *rsc,
key                68 lib/pengine/pe_actions.c     GList *matches = find_actions(actions, key, node);
key               174 lib/pengine/pe_actions.c new_action(char *key, const char *task, pcmk_resource_t *rsc,
key               181 lib/pengine/pe_actions.c     action->uuid = key;
key               205 lib/pengine/pe_actions.c         parse_op_key(key, NULL, NULL, &interval_ms);
key               212 lib/pengine/pe_actions.c         if ((action->op_entry == NULL) && (strstr(key, "_notify_") != NULL)) {
key               222 lib/pengine/pe_actions.c                     scheduler->priv->next_action_id, key, task,
key              1085 lib/pengine/pe_actions.c custom_action(pcmk_resource_t *rsc, char *key, const char *task,
key              1091 lib/pengine/pe_actions.c     pcmk__assert((key != NULL) && (task != NULL) && (scheduler != NULL));
key              1093 lib/pengine/pe_actions.c     action = find_existing_action(key, rsc, on_node, scheduler);
key              1095 lib/pengine/pe_actions.c         action = new_action(key, task, rsc, on_node, optional, scheduler);
key              1097 lib/pengine/pe_actions.c         free(key);
key              1415 lib/pengine/pe_actions.c find_actions(GList *input, const char *key, const pcmk_node_t *on_node)
key              1420 lib/pengine/pe_actions.c     CRM_CHECK(key != NULL, return NULL);
key              1425 lib/pengine/pe_actions.c         if (!pcmk__str_eq(key, action->uuid, pcmk__str_casei)) {
key              1429 lib/pengine/pe_actions.c             crm_trace("Action %s matches (ignoring node)", key);
key              1434 lib/pengine/pe_actions.c                       key, pcmk__node_name(on_node));
key              1440 lib/pengine/pe_actions.c             crm_trace("Action %s on %s matches", key, pcmk__node_name(on_node));
key              1449 lib/pengine/pe_actions.c find_actions_exact(GList *input, const char *key, const pcmk_node_t *on_node)
key              1453 lib/pengine/pe_actions.c     CRM_CHECK(key != NULL, return NULL);
key              1463 lib/pengine/pe_actions.c             && pcmk__str_eq(key, action->uuid, pcmk__str_casei)
key              1466 lib/pengine/pe_actions.c             crm_trace("Action %s on %s matches", key, pcmk__node_name(on_node));
key              1491 lib/pengine/pe_actions.c     char *key = pcmk__op_key(rsc->id, task, 0);
key              1494 lib/pengine/pe_actions.c         result = find_actions_exact(rsc->priv->actions, key, node);
key              1496 lib/pengine/pe_actions.c         result = find_actions(rsc->priv->actions, key, node);
key              1498 lib/pengine/pe_actions.c     free(key);
key               366 lib/pengine/pe_digest.c     char *key = pcmk__op_key(rsc->id, task, interval_ms);
key               368 lib/pengine/pe_digest.c     data = g_hash_table_lookup(node->priv->digest_cache, key);
key               373 lib/pengine/pe_digest.c         g_hash_table_insert(node->priv->digest_cache, strdup(key), data);
key               375 lib/pengine/pe_digest.c     free(key);
key                80 lib/pengine/pe_health.c add_node_health_value(gpointer key, gpointer value, gpointer user_data)
key                82 lib/pengine/pe_health.c     if (pcmk__starts_with((const char *) key, "#health")) {
key                89 lib/pengine/pe_health.c                      (const char *) key, pcmk__node_name(health_sum->node),
key               252 lib/pengine/pe_notif.c copy_meta_to_notify(gpointer key, gpointer value, gpointer user_data)
key               259 lib/pengine/pe_notif.c     if (g_hash_table_lookup(notify->meta, (const char *) key) != NULL) {
key               263 lib/pengine/pe_notif.c     pcmk__insert_dup(notify->meta, (const char *) key, (const char *) value);
key               322 lib/pengine/pe_notif.c     char *key = NULL;
key               353 lib/pengine/pe_notif.c     key = pcmk__notify_key(rsc->id, value, task);
key               354 lib/pengine/pe_notif.c     notify_action = custom_action(rsc, key, op->task, node,
key               658 lib/pengine/pe_notif.c #define add_notify_env(n_data, key, value) do {                         \
key               659 lib/pengine/pe_notif.c          n_data->keys = pcmk_prepend_nvpair(n_data->keys, key, value);  \
key               663 lib/pengine/pe_notif.c #define add_notify_env_gs(n_data, key, value) do {                      \
key               664 lib/pengine/pe_notif.c          n_data->keys = pcmk_prepend_nvpair(n_data->keys, key,          \
key               669 lib/pengine/pe_notif.c #define add_notify_env_free_gs(n_data, key, value) do {                 \
key               670 lib/pengine/pe_notif.c          n_data->keys = pcmk_prepend_nvpair(n_data->keys, key,          \
key               179 lib/pengine/pe_output.c add_dump_node(gpointer key, gpointer value, gpointer user_data)
key               183 lib/pengine/pe_output.c     node = pcmk__xe_create(node, (const char *) key);
key               188 lib/pengine/pe_output.c append_dump_text(gpointer key, gpointer value, gpointer user_data)
key               192 lib/pengine/pe_output.c                                        *dump_text, (char *)key, (char *)value);
key              2358 lib/pengine/pe_output.c         gpointer key;
key              2366 lib/pengine/pe_output.c         while (g_hash_table_iter_next (&iter, &key, NULL)) {
key              2367 lib/pengine/pe_output.c             attr_list = filter_attr_list(attr_list, key);
key                39 lib/pengine/unpack.c     const char *key;          // Operation key of action
key              2597 lib/pengine/unpack.c         char *key = NULL;
key              2634 lib/pengine/unpack.c         key = pcmk__op_key(rsc->id, task, interval_ms);
key              2635 lib/pengine/unpack.c         pcmk__rsc_trace(rsc, "Creating %s on %s", key, pcmk__node_name(node));
key              2636 lib/pengine/unpack.c         custom_action(rsc, key, task, node, TRUE, scheduler);
key              2932 lib/pengine/unpack.c set_node_score(gpointer key, gpointer value, gpointer user_data)
key              3512 lib/pengine/unpack.c         const char *key = pcmk__xe_history_key(xIter);
key              3515 lib/pengine/unpack.c         if (pcmk__str_eq(history->key, key, pcmk__str_none)
key              3519 lib/pengine/unpack.c                       history->key, pcmk__node_name(history->node));
key              3525 lib/pengine/unpack.c               history->key, pcmk__node_name(history->node));
key              3685 lib/pengine/unpack.c                         pcmk__on_fail_text(config_on_fail), history->key);
key              3902 lib/pengine/unpack.c                           history->key, pcmk__node_name(history->node));
key              3911 lib/pengine/unpack.c                         history->key, pcmk__node_name(history->node),
key              4029 lib/pengine/unpack.c                         history->key, pcmk_exec_status_str(orig_exec_status),
key              4295 lib/pengine/unpack.c     const char *key = crm_element_value(xml_op, PCMK__XA_TRANSITION_KEY);
key              4297 lib/pengine/unpack.c     if (key == NULL) {
key              4300 lib/pengine/unpack.c     decode_transition_key(key, NULL, NULL, NULL, &target_rc);
key              4331 lib/pengine/unpack.c             && pcmk__str_eq(history->key, pcmk__xe_history_key(last_failure),
key              4739 lib/pengine/unpack.c     history.key = pcmk__xe_history_key(xml_op);
key              4906 lib/pengine/unpack.c insert_attr(gpointer key, gpointer value, gpointer user_data)
key              4910 lib/pengine/unpack.c     g_hash_table_insert(table, key, value);
key                23 lib/pengine/utils.c gboolean ghash_free_str_str(gpointer key, gpointer value, gpointer user_data);
key               404 lib/services/services_linux.c set_ocf_env(const char *key, const char *value, gpointer user_data)
key               406 lib/services/services_linux.c     if (setenv(key, value, 1) != 0) {
key               407 lib/services/services_linux.c         crm_perror(LOG_ERR, "setenv failed for key:%s and value:%s", key, value);
key               412 lib/services/services_linux.c set_ocf_env_with_prefix(gpointer key, gpointer value, gpointer user_data)
key               416 lib/services/services_linux.c     snprintf(buffer, sizeof(buffer), strcmp(key, "OCF_CHECK_LEVEL") != 0 ? "OCF_RESKEY_%s" : "%s", (char *)key);
key               421 lib/services/services_linux.c set_alert_env(gpointer key, gpointer value, gpointer user_data)
key               426 lib/services/services_linux.c         rc = setenv(key, value, 1);
key               428 lib/services/services_linux.c         rc = unsetenv(key);
key               433 lib/services/services_linux.c                   (char*)key, (value? (char*)value : ""));
key               435 lib/services/services_linux.c         crm_trace("setenv %s=%s", (char*)key, (value? (char*)value : ""));
key               484 lib/services/services_linux.c pipe_in_single_parameter(gpointer key, gpointer value, gpointer user_data)
key               487 lib/services/services_linux.c     char *buffer = crm_strdup_printf("%s=%s\n", (char *)key, (char *) value);
key               107 libltdl/libltdl/lt__private.h   lt_dlinterface_id	key;
key              2314 libltdl/ltdl.c void lt_dlinterface_free (lt_dlinterface_id key)
key              2316 libltdl/ltdl.c   lt__interface_id *interface_id = (lt__interface_id *)key;
key              2322 libltdl/ltdl.c lt_dlcaller_set_data (lt_dlinterface_id key, lt_dlhandle handle, void *data)
key              2330 libltdl/ltdl.c     while (cur->interface_data[n_elements].key)
key              2335 libltdl/ltdl.c       if (cur->interface_data[i].key == key)
key              2358 libltdl/ltdl.c       cur->interface_data[i].key	= key;
key              2359 libltdl/ltdl.c       cur->interface_data[1+ i].key	= 0;
key              2369 libltdl/ltdl.c lt_dlcaller_get_data (lt_dlinterface_id key, lt_dlhandle handle)
key              2378 libltdl/ltdl.c       for (i = 0; cur->interface_data[i].key; ++i)
key              2380 libltdl/ltdl.c 	  if (cur->interface_data[i].key == key)
key               123 libltdl/ltdl.h LT_SCOPE void	lt_dlinterface_free (lt_dlinterface_id key);
key               124 libltdl/ltdl.h LT_SCOPE void *	lt_dlcaller_set_data  (lt_dlinterface_id key,
key               126 libltdl/ltdl.h LT_SCOPE void *	lt_dlcaller_get_data  (lt_dlinterface_id key,
key              1287 tools/crm_resource_runtime.c     char *key = NULL;
key              1295 tools/crm_resource_runtime.c         while (g_hash_table_iter_next(&iter, (gpointer *) & key, (gpointer *) & value)) {
key              1296 tools/crm_resource_runtime.c             pcmk__insert_dup(combined, key, value);
key              1304 tools/crm_resource_runtime.c         while (g_hash_table_iter_next(&iter, (gpointer *) & key, (gpointer *) & value)) {
key              1305 tools/crm_resource_runtime.c             char *crm_name = crm_meta_name(key);
key               245 tools/stonith_admin.c     char *key = crm_strdup_printf("OCF_RESKEY_%s", optarg);
key               246 tools/stonith_admin.c     const char *env = getenv(key);
key               262 tools/stonith_admin.c     free(key);
key               608 tools/stonith_admin.c             gpointer key, val;
key               612 tools/stonith_admin.c                 while (g_hash_table_iter_next(&iter, &key, &val)) {
key               613 tools/stonith_admin.c                     params = stonith__key_value_add(params, key, val);