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

/sssd-io/src/tests/cmocka/
H A Dtest_krb5_common.c156 krb5_ctx->lifetime_str = discard_const(TEST_LIFE_STR);
204 assert_string_equal(krb5_ctx->lifetime_str, "123s");
220 assert_string_equal(krb5_ctx->lifetime_str, "1d");
226 assert_string_equal(krb5_ctx->lifetime_str, "7d 0h 0m 0s");
/sssd-io/src/providers/krb5/
H A Dkrb5_common.h95 char *lifetime_str; member in struct:krb5_ctx
H A Dkrb5_common.c43 const int opt_id, char **lifetime_str)
52 *lifetime_str = NULL;
85 *lifetime_str = str;
210 &krb5_ctx->lifetime_str);
42 check_lifetime(TALLOC_CTX *mem_ctx, struct dp_option *opts, const int opt_id, char **lifetime_str) argument
H A Dkrb5_child_handler.c346 if (krb5_ctx->lifetime_str != NULL) {
348 krb5_ctx->lifetime_str);

Completed in 647 milliseconds