pcmk__remote_peer_cache 871 daemons/controld/controld_fencing.c if (g_hash_table_lookup(pcmk__remote_peer_cache, pcmk__remote_peer_cache 964 daemons/controld/controld_join_dc.c g_hash_table_iter_init(&iter, pcmk__remote_peer_cache); pcmk__remote_peer_cache 383 daemons/controld/controld_membership.c if (pcmk__remote_peer_cache != NULL) { pcmk__remote_peer_cache 384 daemons/controld/controld_membership.c g_hash_table_iter_init(&iter, pcmk__remote_peer_cache); pcmk__remote_peer_cache 239 daemons/controld/controld_te_events.c if (g_hash_table_lookup(pcmk__remote_peer_cache, event_node_uuid)) { pcmk__remote_peer_cache 291 include/crm/cluster/internal.h extern GHashTable *pcmk__remote_peer_cache; pcmk__remote_peer_cache 331 lib/cluster/cluster.c if (g_hash_table_lookup(pcmk__remote_peer_cache, uuid)) { pcmk__remote_peer_cache 55 lib/cluster/membership.c GHashTable *pcmk__remote_peer_cache = NULL; pcmk__remote_peer_cache 122 lib/cluster/membership.c if (pcmk__remote_peer_cache == NULL) { pcmk__remote_peer_cache 125 lib/cluster/membership.c return g_hash_table_size(pcmk__remote_peer_cache); pcmk__remote_peer_cache 175 lib/cluster/membership.c node = g_hash_table_lookup(pcmk__remote_peer_cache, node_name); pcmk__remote_peer_cache 199 lib/cluster/membership.c g_hash_table_replace(pcmk__remote_peer_cache, node->xml_id, node); pcmk__remote_peer_cache 223 lib/cluster/membership.c if (g_hash_table_lookup(pcmk__remote_peer_cache, node_name) != NULL) { pcmk__remote_peer_cache 225 lib/cluster/membership.c g_hash_table_remove(pcmk__remote_peer_cache, node_name); pcmk__remote_peer_cache 279 lib/cluster/membership.c node = g_hash_table_lookup(pcmk__remote_peer_cache, remote); pcmk__remote_peer_cache 329 lib/cluster/membership.c g_hash_table_foreach(pcmk__remote_peer_cache, mark_dirty, NULL); pcmk__remote_peer_cache 353 lib/cluster/membership.c g_hash_table_foreach_remove(pcmk__remote_peer_cache, is_dirty, NULL); pcmk__remote_peer_cache 568 lib/cluster/membership.c if (pcmk__remote_peer_cache == NULL) { pcmk__remote_peer_cache 569 lib/cluster/membership.c pcmk__remote_peer_cache = pcmk__strikey_table(NULL, destroy_crm_node); pcmk__remote_peer_cache 591 lib/cluster/membership.c if (pcmk__remote_peer_cache != NULL) { pcmk__remote_peer_cache 594 lib/cluster/membership.c g_hash_table_destroy(pcmk__remote_peer_cache); pcmk__remote_peer_cache 595 lib/cluster/membership.c pcmk__remote_peer_cache = NULL; pcmk__remote_peer_cache 810 lib/cluster/membership.c node = g_hash_table_lookup(pcmk__remote_peer_cache, uname); pcmk__remote_peer_cache 854 lib/cluster/membership.c && (g_hash_table_lookup(pcmk__remote_peer_cache, node_name) != NULL)) { pcmk__remote_peer_cache 862 lib/cluster/membership.c g_hash_table_remove(pcmk__remote_peer_cache, node_name); pcmk__remote_peer_cache 939 lib/cluster/membership.c node = g_hash_table_lookup(pcmk__remote_peer_cache, uname);