crm_remote_peer_cache 388 crmd/membership.c if (crm_remote_peer_cache) { crm_remote_peer_cache 389 crmd/membership.c g_hash_table_iter_init(&iter, crm_remote_peer_cache); crm_remote_peer_cache 183 crmd/te_events.c if (g_hash_table_lookup(crm_remote_peer_cache, event_node_uuid)) { crm_remote_peer_cache 1044 crmd/utils.c if (crm_remote_peer_cache) { crm_remote_peer_cache 1045 crmd/utils.c calculated_timeout += g_hash_table_size(crm_remote_peer_cache); crm_remote_peer_cache 35 include/crm/cluster.h extern GHashTable *crm_remote_peer_cache; crm_remote_peer_cache 383 lib/cluster/cluster.c if (g_hash_table_lookup(crm_remote_peer_cache, uuid)) { crm_remote_peer_cache 62 lib/cluster/membership.c GHashTable *crm_remote_peer_cache = NULL; crm_remote_peer_cache 71 lib/cluster/membership.c if (crm_remote_peer_cache == NULL) { crm_remote_peer_cache 74 lib/cluster/membership.c return g_hash_table_size(crm_remote_peer_cache); crm_remote_peer_cache 99 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, node_name); crm_remote_peer_cache 120 lib/cluster/membership.c g_hash_table_replace(crm_remote_peer_cache, node->uuid, node); crm_remote_peer_cache 145 lib/cluster/membership.c if (g_hash_table_remove(crm_remote_peer_cache, node_name)) { crm_remote_peer_cache 204 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, remote); crm_remote_peer_cache 267 lib/cluster/membership.c g_hash_table_foreach(crm_remote_peer_cache, mark_dirty, NULL); crm_remote_peer_cache 291 lib/cluster/membership.c g_hash_table_foreach_remove(crm_remote_peer_cache, is_dirty, NULL); 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_remote_peer_cache = g_hash_table_new_full(crm_strcase_hash, crm_strcase_equal, NULL, destroy_crm_node); crm_remote_peer_cache 439 lib/cluster/membership.c if (crm_remote_peer_cache != NULL) { crm_remote_peer_cache 440 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 441 lib/cluster/membership.c g_hash_table_destroy(crm_remote_peer_cache); crm_remote_peer_cache 442 lib/cluster/membership.c crm_remote_peer_cache = NULL; crm_remote_peer_cache 511 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, uname); crm_remote_peer_cache 530 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, uname);