expected          128 daemons/controld/controld_join_dc.c         if(member->expected == NULL && pcmk__str_eq(member->state, CRM_NODE_LOST, pcmk__str_casei)) {
expected          178 daemons/controld/controld_membership.c             crm_xml_add(node_state, XML_NODE_EXPECTED, node->expected);
expected           70 include/crm/cluster.h     char *expected;
expected          350 include/crm/cluster/internal.h void crm_update_peer_expected(const char *source, crm_node_t * node, const char *expected);
expected           53 include/crm/common/internal.h bool pcmk__verify_digest(xmlNode *input, const char *expected);
expected          100 lib/cib/cib_file.c     char *expected;
expected          101 lib/cib/cib_file.c     int rc = pcmk__file_contents(sigfile, &expected);
expected          105 lib/cib/cib_file.c             if (expected == NULL) {
expected          118 lib/cib/cib_file.c     passed = pcmk__verify_digest(root, expected);
expected          119 lib/cib/cib_file.c     free(expected);
expected          385 lib/cluster/membership.c     free(node->expected);
expected          864 lib/cluster/membership.c crm_update_peer_expected(const char *source, crm_node_t * node, const char *expected)
expected          869 lib/cluster/membership.c     CRM_CHECK(node != NULL, crm_err("%s: Could not set 'expected' to %s", source, expected);
expected          877 lib/cluster/membership.c     last = node->expected;
expected          878 lib/cluster/membership.c     if (expected != NULL && !pcmk__str_eq(node->expected, expected, pcmk__str_casei)) {
expected          879 lib/cluster/membership.c         node->expected = strdup(expected);
expected          885 lib/cluster/membership.c                  expected, last);
expected          889 lib/cluster/membership.c                   node->id, expected);
expected          220 lib/common/digest.c pcmk__verify_digest(xmlNode *input, const char *expected)
expected          232 lib/common/digest.c     passed = pcmk__str_eq(expected, calculated, pcmk__str_casei);
expected          237 lib/common/digest.c                 expected, calculated);
expected            7 lib/pengine/tests/rules/pe_cron_range_satisfied_test.c run_one_test(const char *t, const char *x, int expected) {
expected           11 lib/pengine/tests/rules/pe_cron_range_satisfied_test.c     g_assert_cmpint(pe_cron_range_satisfied(tm, xml), ==, expected);
expected          517 lib/services/dbus.c pcmk_dbus_type_check(DBusMessage *msg, DBusMessageIter *field, int expected,
expected          532 lib/services/dbus.c                          expected);
expected          538 lib/services/dbus.c     if (dtype != expected) {
expected          547 lib/services/dbus.c                          expected, dtype, sig);
expected           33 lib/services/pcmk-dbus.h bool pcmk_dbus_type_check(DBusMessage *msg, DBusMessageIter *field, int expected, const char *function, int line);