voted              29 lib/cluster/election.c     GHashTable *voted;  // Key = node name, value = how node voted
voted             121 lib/cluster/election.c         && (uname != NULL) && (cluster->priv->election->voted != NULL)) {
voted             123 lib/cluster/election.c         g_hash_table_remove(cluster->priv->election->voted, uname);
voted             139 lib/cluster/election.c         if (cluster->priv->election->voted != NULL) {
voted             140 lib/cluster/election.c             g_hash_table_destroy(cluster->priv->election->voted);
voted             141 lib/cluster/election.c             cluster->priv->election->voted = NULL;
voted             352 lib/cluster/election.c     if (cluster->priv->election->voted == NULL) {
voted             357 lib/cluster/election.c     voted_size = g_hash_table_size(cluster->priv->election->voted);
voted             380 lib/cluster/election.c             g_hash_table_iter_init(&gIter, cluster->priv->election->voted);
voted             484 lib/cluster/election.c     if (cluster->priv->election->voted == NULL) {
voted             485 lib/cluster/election.c         cluster->priv->election->voted = pcmk__strkey_table(free, free);
voted             487 lib/cluster/election.c     pcmk__insert_dup(cluster->priv->election->voted, vote->from, vote->op);