Searched refs:os_context (Results 1 – 10 of 10) sorted by relevance
41 krb5_os_context os_ctx = context->os_context; in krb5_set_real_time()63 krb5_os_context os_ctx = context->os_context; in krb5_set_debugging_time()79 krb5_os_context os_ctx = context->os_context; in krb5_use_natural_time()92 krb5_os_context os_ctx = context->os_context; in krb5_get_time_offsets()108 krb5_os_context os_ctx = context->os_context; in krb5_set_time_offsets()
48 krb5_os_context os_ctx = context->os_context; in krb5_timeofday()
400 os_ctx = ctx->os_context; in krb5_os_init_context()511 os_ctx = ctx->os_context; in krb5_os_free_context()
84 os_ctx = context->os_context; in krb5_cc_set_default_name()134 os_ctx = context->os_context; in krb5_cc_default_name()
39 krb5_os_context os_ctx = context->os_context; in krb5_us_timeofday()
139 if (context->os_context) in krb5_context_size()142 (krb5_pointer) context->os_context, in krb5_context_size()295 if (context->os_context) { in krb5_context_externalize()297 (krb5_pointer) context->os_context, in krb5_context_externalize()480 *context->os_context = *osp; in krb5_context_internalize()
859 nctx->os_context->default_ccname = NULL; in krb5_copy_context()882 if (ctx->os_context->default_ccname != NULL) { in krb5_copy_context()883 nctx->os_context->default_ccname = in krb5_copy_context()884 strdup(ctx->os_context->default_ccname); in krb5_copy_context()885 if (nctx->os_context->default_ccname == NULL) { in krb5_copy_context()
53 os_ctx = context->os_context; in krb5_cc_default()
1350 krb5_os_context os_ctx = (krb5_os_context)context->os_context; in krb5_fcc_open_file()
1530 struct _krb5_os_context os_context[1]; member