crm_remote_peer_cache 866 daemons/controld/controld_fencing.c if (g_hash_table_lookup(crm_remote_peer_cache, uuid) != NULL) { crm_remote_peer_cache 917 daemons/controld/controld_join_dc.c g_hash_table_iter_init(&iter, crm_remote_peer_cache); crm_remote_peer_cache 382 daemons/controld/controld_membership.c if (crm_remote_peer_cache) { crm_remote_peer_cache 383 daemons/controld/controld_membership.c g_hash_table_iter_init(&iter, crm_remote_peer_cache); crm_remote_peer_cache 239 daemons/controld/controld_te_events.c if (g_hash_table_lookup(crm_remote_peer_cache, event_node_uuid)) { crm_remote_peer_cache 37 include/crm/cluster.h extern GHashTable *crm_remote_peer_cache; crm_remote_peer_cache 367 lib/cluster/cluster.c if (g_hash_table_lookup(crm_remote_peer_cache, uuid)) { crm_remote_peer_cache 57 lib/cluster/membership.c GHashTable *crm_remote_peer_cache = NULL; crm_remote_peer_cache 100 lib/cluster/membership.c if (crm_remote_peer_cache == NULL) { crm_remote_peer_cache 103 lib/cluster/membership.c return g_hash_table_size(crm_remote_peer_cache); crm_remote_peer_cache 153 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, node_name); crm_remote_peer_cache 177 lib/cluster/membership.c g_hash_table_replace(crm_remote_peer_cache, node->uuid, node); crm_remote_peer_cache 201 lib/cluster/membership.c if (g_hash_table_lookup(crm_remote_peer_cache, node_name) != NULL) { crm_remote_peer_cache 203 lib/cluster/membership.c g_hash_table_remove(crm_remote_peer_cache, node_name); crm_remote_peer_cache 260 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, remote); crm_remote_peer_cache 308 lib/cluster/membership.c g_hash_table_foreach(crm_remote_peer_cache, mark_dirty, NULL); crm_remote_peer_cache 332 lib/cluster/membership.c g_hash_table_foreach_remove(crm_remote_peer_cache, is_dirty, NULL); crm_remote_peer_cache 543 lib/cluster/membership.c if (crm_remote_peer_cache == NULL) { crm_remote_peer_cache 544 lib/cluster/membership.c crm_remote_peer_cache = pcmk__strikey_table(NULL, destroy_crm_node); crm_remote_peer_cache 566 lib/cluster/membership.c if (crm_remote_peer_cache != NULL) { crm_remote_peer_cache 569 lib/cluster/membership.c g_hash_table_destroy(crm_remote_peer_cache); crm_remote_peer_cache 570 lib/cluster/membership.c crm_remote_peer_cache = NULL; crm_remote_peer_cache 774 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, uname); crm_remote_peer_cache 818 lib/cluster/membership.c && (g_hash_table_lookup(crm_remote_peer_cache, node_name) != NULL)) { crm_remote_peer_cache 826 lib/cluster/membership.c g_hash_table_remove(crm_remote_peer_cache, node_name); crm_remote_peer_cache 902 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, uname);