election_owner    315 lib/cluster/election.c     const char *election_owner = NULL;
election_owner    342 lib/cluster/election.c     election_owner = crm_element_value(vote, F_CRM_ELECTION_OWNER);
election_owner    368 lib/cluster/election.c     } else if (election_id != e->count && crm_str_eq(our_node->uuid, election_owner, TRUE)) {
election_owner    383 lib/cluster/election.c         CRM_ASSERT(crm_str_eq(our_node->uuid, election_owner, TRUE));
election_owner    407 lib/cluster/election.c             CRM_ASSERT(crm_str_eq(our_node->uuid, election_owner, TRUE));
election_owner    476 lib/cluster/election.c                    election_id, e->count, election_owner, op, from, reason);
election_owner    481 lib/cluster/election.c                    election_id, election_owner, op, from, reason);
election_owner    502 lib/cluster/election.c                election_id, election_owner, op, from, reason);
election_owner    506 lib/cluster/election.c     crm_xml_add(novote, F_CRM_ELECTION_OWNER, election_owner);