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             351 lib/cluster/election.c     if (cluster->priv->election->voted == NULL) {
voted             356 lib/cluster/election.c     voted_size = g_hash_table_size(cluster->priv->election->voted);
voted             379 lib/cluster/election.c             g_hash_table_iter_init(&gIter, cluster->priv->election->voted);
voted             483 lib/cluster/election.c     if (cluster->priv->election->voted == NULL) {
voted             484 lib/cluster/election.c         cluster->priv->election->voted = pcmk__strkey_table(free, free);
voted             486 lib/cluster/election.c     pcmk__insert_dup(cluster->priv->election->voted, vote->from, vote->op);