Searched refs:exp_state (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/tests/cmocka/
H A Dtest_expire_common.c57 struct expire_test_ctx *exp_state; local
67 exp_state = talloc(mem_ctx, struct expire_test_ctx);
68 assert_non_null(exp_state);
70 *state = exp_state;
73 invalid_format = now_str(exp_state, "%Y%m%d%H%M%S", -20);
76 invalid_longer_format = (void*)now_str(exp_state, "%Y%m%d%H%M%SZA", -20);
79 past_time = (void*)now_str(exp_state, "%Y%m%d%H%M%SZ", -20);
82 future_time = (void*)now_str(exp_state, "%Y%m%d%H%M%SZ", 20);
85 exp_state->past_time = past_time;
86 exp_state
[all...]

Completed in 8 milliseconds