election_t         50 attrd/internal.h election_t *writer;
election_t         48 attrd/main.c   election_t *writer = NULL;
election_t        100 crmd/crmd_fsa.h extern election_t *fsa_election;   /*  */
election_t         54 crmd/fsa.c     election_t *fsa_election = NULL;
election_t         27 include/crm/cluster/election.h typedef struct election_s election_t;
election_t         38 include/crm/cluster/election.h void election_fini(election_t *e);
election_t         39 include/crm/cluster/election.h void election_reset(election_t *e);
election_t         40 include/crm/cluster/election.h election_t *election_init(const char *name, const char *uname, guint period_ms, GSourceFunc cb);
election_t         42 include/crm/cluster/election.h void election_timeout_set_period(election_t *e, guint period_ms);
election_t         43 include/crm/cluster/election.h void election_timeout_stop(election_t *e);
election_t         45 include/crm/cluster/election.h void election_vote(election_t *e);
election_t         46 include/crm/cluster/election.h bool election_check(election_t *e);
election_t         47 include/crm/cluster/election.h void election_remove(election_t *e, const char *uname);
election_t         48 include/crm/cluster/election.h enum election_result election_state(election_t *e);
election_t         49 include/crm/cluster/election.h enum election_result election_count_vote(election_t *e, xmlNode *vote, bool can_win);
election_t         34 lib/cluster/election.c static void election_complete(election_t *e)
election_t         48 lib/cluster/election.c     election_t *e = user_data;
election_t         56 lib/cluster/election.c election_state(election_t *e)
election_t         64 lib/cluster/election.c election_t *
election_t         68 lib/cluster/election.c     election_t *e = calloc(1, sizeof(election_t));
election_t         86 lib/cluster/election.c election_remove(election_t *e, const char *uname)
election_t         94 lib/cluster/election.c election_reset(election_t *e)
election_t        108 lib/cluster/election.c election_fini(election_t *e)
election_t        121 lib/cluster/election.c election_timeout_start(election_t *e)
election_t        129 lib/cluster/election.c election_timeout_stop(election_t *e)
election_t        137 lib/cluster/election.c election_timeout_set_period(election_t *e, guint period)
election_t        208 lib/cluster/election.c election_vote(election_t *e)
election_t        250 lib/cluster/election.c election_check(election_t *e)
election_t        304 lib/cluster/election.c election_count_vote(election_t *e, xmlNode *vote, bool can_win)