Searched refs:usec_offset (Results 1 – 6 of 6) sorted by relevance
49 os_ctx->usec_offset = microseconds - usec; in krb5_set_real_time()66 os_ctx->usec_offset = microseconds; in krb5_set_debugging_time()97 *microseconds = os_ctx->usec_offset; in krb5_get_time_offsets()111 os_ctx->usec_offset = microseconds; in krb5_set_time_offsets()
403 os_ctx->usec_offset = 0; in krb5_os_init_context()
45 *microseconds = os_ctx->usec_offset; in krb5_us_timeofday()52 usec += os_ctx->usec_offset; in krb5_us_timeofday()
561 (void) krb5_ser_pack_int32(os_ctx->usec_offset, &bp, &remain); in krb5_oscontext_externalize()608 (void) krb5_ser_unpack_int32(&os_ctx->usec_offset, &bp, &remain); in krb5_oscontext_internalize()
1473 retval = krb5_fcc_store_int32(context,id,os_ctx->usec_offset); in krb5_fcc_open_file()1534 krb5_fcc_read_int32(context, id, &os_ctx->usec_offset)) in krb5_fcc_open_file()
1037 krb5_int32 usec_offset; member