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 71 include/crm/cluster.h char *expected; expected 108 include/crm/cluster/internal.h const char *expected); expected 61 include/crm/common/internal.h bool pcmk__verify_digest(xmlNode *input, const char *expected); expected 102 lib/cib/cib_file.c char *expected; expected 103 lib/cib/cib_file.c int rc = pcmk__file_contents(sigfile, &expected); expected 107 lib/cib/cib_file.c if (expected == NULL) { expected 120 lib/cib/cib_file.c passed = pcmk__verify_digest(root, expected); expected 121 lib/cib/cib_file.c free(expected); expected 396 lib/cluster/membership.c free(node->expected); expected 964 lib/cluster/membership.c const char *expected) expected 969 lib/cluster/membership.c CRM_CHECK(node != NULL, crm_err("%s: Could not set 'expected' to %s", source, expected); expected 977 lib/cluster/membership.c last = node->expected; expected 978 lib/cluster/membership.c if (expected != NULL && !pcmk__str_eq(node->expected, expected, pcmk__str_casei)) { expected 979 lib/cluster/membership.c node->expected = strdup(expected); expected 985 lib/cluster/membership.c expected, last); expected 989 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 28 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "-a", "-b", "-c", "-d", NULL }; expected 31 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c LISTS_EQ(processed, expected); expected 35 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c LISTS_EQ(processed, expected); expected 42 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "-", NULL }; expected 45 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c LISTS_EQ(processed, expected); expected 52 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "-a", "--", "-bc", NULL }; expected 55 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c LISTS_EQ(processed, expected); expected 62 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "-a", "X", "-F", "val", NULL }; expected 65 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c LISTS_EQ(processed, expected); expected 72 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "-a", NULL }; expected 75 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c LISTS_EQ(processed, expected); expected 82 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "--blah=foo", NULL }; expected 85 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c LISTS_EQ(processed, expected); expected 16 lib/pengine/tests/rules/pe_cron_range_satisfied_test.c run_one_test(const char *t, const char *x, int expected) { expected 20 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);