crm_remote_peer_cache  769 daemons/controld/controld_fencing.c                 if (g_hash_table_lookup(crm_remote_peer_cache, uuid) != NULL) {
crm_remote_peer_cache  364 daemons/controld/controld_membership.c         if (crm_remote_peer_cache) {
crm_remote_peer_cache  365 daemons/controld/controld_membership.c             g_hash_table_iter_init(&iter, crm_remote_peer_cache);
crm_remote_peer_cache  168 daemons/controld/controld_te_events.c         if (g_hash_table_lookup(crm_remote_peer_cache, event_node_uuid)) {
crm_remote_peer_cache  783 daemons/controld/controld_utils.c     if (crm_remote_peer_cache) {
crm_remote_peer_cache  784 daemons/controld/controld_utils.c         calculated_timeout += g_hash_table_size(crm_remote_peer_cache);
crm_remote_peer_cache   29 include/crm/cluster.h extern GHashTable *crm_remote_peer_cache;
crm_remote_peer_cache  229 lib/cluster/cluster.c     if (g_hash_table_lookup(crm_remote_peer_cache, uuid)) {
crm_remote_peer_cache   53 lib/cluster/membership.c GHashTable *crm_remote_peer_cache = NULL;
crm_remote_peer_cache   89 lib/cluster/membership.c     if (crm_remote_peer_cache == NULL) {
crm_remote_peer_cache   92 lib/cluster/membership.c     return g_hash_table_size(crm_remote_peer_cache);
crm_remote_peer_cache  117 lib/cluster/membership.c     node = g_hash_table_lookup(crm_remote_peer_cache, node_name);
crm_remote_peer_cache  138 lib/cluster/membership.c     g_hash_table_replace(crm_remote_peer_cache, node->uuid, node);
crm_remote_peer_cache  149 lib/cluster/membership.c     if (g_hash_table_remove(crm_remote_peer_cache, node_name)) {
crm_remote_peer_cache  208 lib/cluster/membership.c     node = g_hash_table_lookup(crm_remote_peer_cache, remote);
crm_remote_peer_cache  255 lib/cluster/membership.c     g_hash_table_foreach(crm_remote_peer_cache, mark_dirty, NULL);
crm_remote_peer_cache  279 lib/cluster/membership.c     g_hash_table_foreach_remove(crm_remote_peer_cache, is_dirty, NULL);
crm_remote_peer_cache  407 lib/cluster/membership.c     if (crm_remote_peer_cache == NULL) {
crm_remote_peer_cache  408 lib/cluster/membership.c         crm_remote_peer_cache = pcmk__strikey_table(NULL, destroy_crm_node);
crm_remote_peer_cache  425 lib/cluster/membership.c     if (crm_remote_peer_cache != NULL) {
crm_remote_peer_cache  426 lib/cluster/membership.c         crm_trace("Destroying remote peer cache with %d members", g_hash_table_size(crm_remote_peer_cache));
crm_remote_peer_cache  427 lib/cluster/membership.c         g_hash_table_destroy(crm_remote_peer_cache);
crm_remote_peer_cache  428 lib/cluster/membership.c         crm_remote_peer_cache = NULL;
crm_remote_peer_cache  515 lib/cluster/membership.c         node = g_hash_table_lookup(crm_remote_peer_cache, uname);
crm_remote_peer_cache  543 lib/cluster/membership.c         node = g_hash_table_lookup(crm_remote_peer_cache, uname);