Searched refs:use_fast_str (Results 1 - 5 of 5) sorted by relevance
| /sssd-io/src/providers/krb5/ |
| H A D | krb5_common.h | 137 const char *use_fast_str; member in struct:krb5_ctx
|
| H A D | krb5_child.c | 69 char *use_fast_str; member in struct:cli_opts 2851 static errno_t check_use_fast(const char *use_fast_str, argument 2856 if (use_fast_str == NULL || strcasecmp(use_fast_str, "never") == 0) { 2859 } else if (strcasecmp(use_fast_str, "try") == 0) { 2861 } else if (strcasecmp(use_fast_str, "demand") == 0) { 2866 use_fast_str); 3127 ret = check_use_fast(kr->cli_opts->use_fast_str, &kr->fast_val); 3237 {CHILD_OPT_USE_FAST, 0, POPT_ARG_STRING, &cli_opts.use_fast_str, 0,
|
| H A D | krb5_common.c | 218 krb5_ctx->use_fast_str = dp_opt_get_cstring(opts, KRB5_USE_FAST); 219 if (krb5_ctx->use_fast_str != NULL) { 220 ret = check_fast(krb5_ctx->use_fast_str, &krb5_ctx->use_fast);
|
| H A D | krb5_child_handler.c | 369 if (krb5_ctx->use_fast_str != NULL) { 371 krb5_ctx->use_fast_str);
|
| /sssd-io/src/tests/cmocka/ |
| H A D | test_krb5_common.c | 142 krb5_ctx->use_fast_str = discard_const(TEST_FAST_STR);
|
Completed in 283 milliseconds