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  786 daemons/controld/controld_utils.c     if (crm_remote_peer_cache) {
crm_remote_peer_cache  787 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  186 lib/cluster/cluster.c     if (g_hash_table_lookup(crm_remote_peer_cache, uuid)) {
crm_remote_peer_cache   51 lib/cluster/membership.c GHashTable *crm_remote_peer_cache = NULL;
crm_remote_peer_cache   62 lib/cluster/membership.c     if (crm_remote_peer_cache == NULL) {
crm_remote_peer_cache   65 lib/cluster/membership.c     return g_hash_table_size(crm_remote_peer_cache);
crm_remote_peer_cache   90 lib/cluster/membership.c     node = g_hash_table_lookup(crm_remote_peer_cache, node_name);
crm_remote_peer_cache  111 lib/cluster/membership.c     g_hash_table_replace(crm_remote_peer_cache, node->uuid, node);
crm_remote_peer_cache  122 lib/cluster/membership.c     if (g_hash_table_remove(crm_remote_peer_cache, node_name)) {
crm_remote_peer_cache  181 lib/cluster/membership.c     node = g_hash_table_lookup(crm_remote_peer_cache, remote);
crm_remote_peer_cache  244 lib/cluster/membership.c     g_hash_table_foreach(crm_remote_peer_cache, mark_dirty, NULL);
crm_remote_peer_cache  268 lib/cluster/membership.c     g_hash_table_foreach_remove(crm_remote_peer_cache, is_dirty, NULL);
crm_remote_peer_cache  396 lib/cluster/membership.c     if (crm_remote_peer_cache == NULL) {
crm_remote_peer_cache  397 lib/cluster/membership.c         crm_remote_peer_cache = g_hash_table_new_full(crm_strcase_hash, crm_strcase_equal, NULL, destroy_crm_node);
crm_remote_peer_cache  414 lib/cluster/membership.c     if (crm_remote_peer_cache != NULL) {
crm_remote_peer_cache  415 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  416 lib/cluster/membership.c         g_hash_table_destroy(crm_remote_peer_cache);
crm_remote_peer_cache  417 lib/cluster/membership.c         crm_remote_peer_cache = NULL;
crm_remote_peer_cache  493 lib/cluster/membership.c         node = g_hash_table_lookup(crm_remote_peer_cache, uname);
crm_remote_peer_cache  512 lib/cluster/membership.c         node = g_hash_table_lookup(crm_remote_peer_cache, uname);