pcmk__remote_peer_cache  860 daemons/controld/controld_fencing.c                 if (g_hash_table_lookup(pcmk__remote_peer_cache,
pcmk__remote_peer_cache  965 daemons/controld/controld_join_dc.c             g_hash_table_iter_init(&iter, pcmk__remote_peer_cache);
pcmk__remote_peer_cache  408 daemons/controld/controld_membership.c     if (pcmk__remote_peer_cache != NULL) {
pcmk__remote_peer_cache  409 daemons/controld/controld_membership.c         g_hash_table_iter_init(&iter, pcmk__remote_peer_cache);
pcmk__remote_peer_cache  242 daemons/controld/controld_te_events.c         if (g_hash_table_lookup(pcmk__remote_peer_cache, event_node_uuid)) {
pcmk__remote_peer_cache  290 include/crm/cluster/internal.h extern GHashTable *pcmk__remote_peer_cache;
pcmk__remote_peer_cache  335 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  181 lib/cluster/membership.c     node = g_hash_table_lookup(pcmk__remote_peer_cache, node_name);
pcmk__remote_peer_cache  205 lib/cluster/membership.c     g_hash_table_replace(pcmk__remote_peer_cache, node->xml_id, node);
pcmk__remote_peer_cache  229 lib/cluster/membership.c     if (g_hash_table_lookup(pcmk__remote_peer_cache, node_name) != NULL) {
pcmk__remote_peer_cache  231 lib/cluster/membership.c         g_hash_table_remove(pcmk__remote_peer_cache, node_name);
pcmk__remote_peer_cache  285 lib/cluster/membership.c     node = g_hash_table_lookup(pcmk__remote_peer_cache, remote);
pcmk__remote_peer_cache  335 lib/cluster/membership.c     g_hash_table_foreach(pcmk__remote_peer_cache, mark_dirty, NULL);
pcmk__remote_peer_cache  359 lib/cluster/membership.c     g_hash_table_foreach_remove(pcmk__remote_peer_cache, is_dirty, NULL);
pcmk__remote_peer_cache  574 lib/cluster/membership.c     if (pcmk__remote_peer_cache == NULL) {
pcmk__remote_peer_cache  575 lib/cluster/membership.c         pcmk__remote_peer_cache = pcmk__strikey_table(NULL, destroy_crm_node);
pcmk__remote_peer_cache  597 lib/cluster/membership.c     if (pcmk__remote_peer_cache != NULL) {
pcmk__remote_peer_cache  600 lib/cluster/membership.c         g_hash_table_destroy(pcmk__remote_peer_cache);
pcmk__remote_peer_cache  601 lib/cluster/membership.c         pcmk__remote_peer_cache = NULL;
pcmk__remote_peer_cache  822 lib/cluster/membership.c             node = g_hash_table_lookup(pcmk__remote_peer_cache, uname);
pcmk__remote_peer_cache  824 lib/cluster/membership.c             node = g_hash_table_lookup(pcmk__remote_peer_cache, xml_id);
pcmk__remote_peer_cache  874 lib/cluster/membership.c         && (g_hash_table_lookup(pcmk__remote_peer_cache, node_name) != NULL)) {
pcmk__remote_peer_cache  882 lib/cluster/membership.c         g_hash_table_remove(pcmk__remote_peer_cache, node_name);
pcmk__remote_peer_cache  959 lib/cluster/membership.c         node = g_hash_table_lookup(pcmk__remote_peer_cache, uname);