expected          142 crmd/join_dc.c         if(member->expected == NULL && safe_str_eq(member->state, CRM_NODE_LOST)) {
expected          194 crmd/membership.c             crm_xml_add(node_state, XML_NODE_EXPECTED, node->expected);
expected           85 include/crm/cluster.h     char *expected;
expected          459 include/crm/cluster/internal.h void crm_update_peer_expected(const char *source, crm_node_t * node, const char *expected);
expected          356 include/crm_internal.h gboolean crm_digest_verify(xmlNode *input, const char *expected);
expected           89 lib/cib/cib_file.c     char *expected = crm_read_contents(sigfile);
expected           91 lib/cib/cib_file.c     if (expected == NULL) {
expected          104 lib/cib/cib_file.c     passed = crm_digest_verify(root, expected);
expected          105 lib/cib/cib_file.c     free(expected);
expected          414 lib/cluster/membership.c     free(node->expected);
expected          965 lib/cluster/membership.c crm_update_peer_expected(const char *source, crm_node_t * node, const char *expected)
expected          970 lib/cluster/membership.c     CRM_CHECK(node != NULL, crm_err("%s: Could not set 'expected' to %s", source, expected);
expected          978 lib/cluster/membership.c     last = node->expected;
expected          979 lib/cluster/membership.c     if (expected != NULL && safe_str_neq(node->expected, expected)) {
expected          980 lib/cluster/membership.c         node->expected = strdup(expected);
expected          986 lib/cluster/membership.c                  expected, last);
expected          990 lib/cluster/membership.c                   node->id, expected);
expected          222 lib/common/digest.c crm_digest_verify(xmlNode *input, const char *expected)
expected          234 lib/common/digest.c     passed = safe_str_eq(expected, calculated);
expected          239 lib/common/digest.c                 expected, calculated);
expected          247 lib/services/dbus.c pcmk_dbus_type_check(DBusMessage *msg, DBusMessageIter *field, int expected,
expected          261 lib/services/dbus.c                          "Empty parameter list in reply expecting '%c'", expected);
expected          267 lib/services/dbus.c     if(dtype != expected) {
expected          275 lib/services/dbus.c                          expected, sig, dtype);
expected           34 lib/services/pcmk-dbus.h bool pcmk_dbus_type_check(DBusMessage *msg, DBusMessageIter *field, int expected, const char *function, int line);