election_t         18 daemons/attrd/attrd_elections.c static election_t *writer = NULL;
election_t         22 daemons/controld/controld_election.c static election_t *fsa_election = NULL;
election_t         67 include/crm/cluster/election_internal.h void election_fini(election_t *e);
election_t         68 include/crm/cluster/election_internal.h void election_reset(election_t *e);
election_t         69 include/crm/cluster/election_internal.h election_t *election_init(const char *name, const char *uname, guint period_ms, GSourceFunc cb);
election_t         71 include/crm/cluster/election_internal.h void election_timeout_set_period(election_t *e, guint period_ms);
election_t         72 include/crm/cluster/election_internal.h void election_timeout_stop(election_t *e);
election_t         74 include/crm/cluster/election_internal.h void election_vote(election_t *e);
election_t         75 include/crm/cluster/election_internal.h bool election_check(election_t *e);
election_t         76 include/crm/cluster/election_internal.h void election_remove(election_t *e, const char *uname);
election_t         77 include/crm/cluster/election_internal.h enum election_result election_state(const election_t *e);
election_t         78 include/crm/cluster/election_internal.h enum election_result election_count_vote(election_t *e, const xmlNode *message,
election_t         80 include/crm/cluster/election_internal.h void election_clear_dampening(election_t *e);
election_t         39 lib/cluster/election.c election_complete(election_t *e)
election_t         51 lib/cluster/election.c     election_t *e = user_data;
election_t         66 lib/cluster/election.c election_state(const election_t *e)
election_t         87 lib/cluster/election.c election_t *
election_t         90 lib/cluster/election.c     election_t *e = NULL;
election_t         96 lib/cluster/election.c     e = calloc(1, sizeof(election_t));
election_t        128 lib/cluster/election.c election_remove(election_t *e, const char *uname)
election_t        142 lib/cluster/election.c election_reset(election_t *e)
election_t        164 lib/cluster/election.c election_fini(election_t *e)
election_t        177 lib/cluster/election.c election_timeout_start(election_t *e)
election_t        190 lib/cluster/election.c election_timeout_stop(election_t *e)
election_t        204 lib/cluster/election.c election_timeout_set_period(election_t *e, guint period)
election_t        289 lib/cluster/election.c election_vote(election_t *e)
election_t        345 lib/cluster/election.c election_check(election_t *e)
election_t        424 lib/cluster/election.c parse_election_message(const election_t *e, const xmlNode *message,
election_t        490 lib/cluster/election.c record_vote(election_t *e, struct vote *vote)
election_t        531 lib/cluster/election.c election_count_vote(election_t *e, const xmlNode *message, bool can_win)
election_t        723 lib/cluster/election.c election_clear_dampening(election_t *e)