election_state     68 attrd/commands.c     crm_xml_add_int(data, F_ATTRD_WRITER, election_state(writer));
election_state     77 attrd/commands.c     crm_trace("Dampen interval expired for %s in state %d", a->id, election_state(writer));
election_state    269 attrd/commands.c     if ((peer_writer == NULL) && (election_state(writer) != election_in_progress)) {
election_state    275 attrd/commands.c               ((election_state(writer) == election_won)? " (writer)" : ""));
election_state    586 attrd/commands.c     if(election_state(writer) == election_won
election_state    835 attrd/commands.c         crm_xml_add_int(sync, F_ATTRD_WRITER, election_state(writer));
election_state    868 attrd/commands.c         if (election_state(writer) == election_won) {
election_state    877 attrd/commands.c     enum election_result rc = election_state(writer);
election_state    916 attrd/commands.c             if ((election_state(writer) == election_won)
election_state    979 attrd/commands.c     if(a && a->changed && election_state(writer) == election_won) {
election_state     99 attrd/main.c       if(election_state(writer) == election_won) {
election_state     48 include/crm/cluster/election.h enum election_result election_state(election_t *e);