pcmk__xe_get_datetime 57 include/crm/common/nvpair_internal.h int pcmk__xe_get_datetime(const xmlNode *xml, const char *attr, crm_time_t **t); pcmk__xe_get_datetime 349 lib/common/rules.c if (pcmk__xe_get_datetime(date_expression, PCMK_XA_START, pcmk__xe_get_datetime 359 lib/common/rules.c if (pcmk__xe_get_datetime(date_expression, PCMK_XA_END, pcmk__xe_get_datetime 437 lib/common/rules.c if (pcmk__xe_get_datetime(date_expression, PCMK_XA_START, pcmk__xe_get_datetime 489 lib/common/rules.c if (pcmk__xe_get_datetime(date_expression, PCMK_XA_END, pcmk__xe_get_datetime 37 lib/common/tests/nvpair/pcmk__xe_get_datetime_test.c assert_int_equal(pcmk__xe_get_datetime(NULL, NULL, NULL), EINVAL); pcmk__xe_get_datetime 38 lib/common/tests/nvpair/pcmk__xe_get_datetime_test.c assert_int_equal(pcmk__xe_get_datetime(xml, NULL, NULL), EINVAL); pcmk__xe_get_datetime 39 lib/common/tests/nvpair/pcmk__xe_get_datetime_test.c assert_int_equal(pcmk__xe_get_datetime(xml, ATTR_PRESENT, NULL), EINVAL); pcmk__xe_get_datetime 40 lib/common/tests/nvpair/pcmk__xe_get_datetime_test.c assert_int_equal(pcmk__xe_get_datetime(xml, NULL, &t), EINVAL); pcmk__xe_get_datetime 42 lib/common/tests/nvpair/pcmk__xe_get_datetime_test.c assert_int_equal(pcmk__xe_get_datetime(NULL, ATTR_PRESENT, NULL), EINVAL); pcmk__xe_get_datetime 43 lib/common/tests/nvpair/pcmk__xe_get_datetime_test.c assert_int_equal(pcmk__xe_get_datetime(NULL, ATTR_PRESENT, &t), EINVAL); pcmk__xe_get_datetime 45 lib/common/tests/nvpair/pcmk__xe_get_datetime_test.c assert_int_equal(pcmk__xe_get_datetime(NULL, NULL, &t), EINVAL); pcmk__xe_get_datetime 57 lib/common/tests/nvpair/pcmk__xe_get_datetime_test.c assert_int_equal(pcmk__xe_get_datetime(xml, ATTR_PRESENT, &t), EINVAL); pcmk__xe_get_datetime 69 lib/common/tests/nvpair/pcmk__xe_get_datetime_test.c assert_int_equal(pcmk__xe_get_datetime(xml, ATTR_MISSING, &t), pcmk_rc_ok); pcmk__xe_get_datetime 82 lib/common/tests/nvpair/pcmk__xe_get_datetime_test.c assert_int_equal(pcmk__xe_get_datetime(xml, ATTR_PRESENT, &t), pcmk_rc_ok); pcmk__xe_get_datetime 96 lib/common/tests/nvpair/pcmk__xe_get_datetime_test.c assert_int_equal(pcmk__xe_get_datetime(xml, ATTR_PRESENT, &t), pcmk__xe_get_datetime 479 tools/crm_resource_ban.c rc = pcmk__xe_get_datetime(date_expr_node, PCMK_XA_END, &end);