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

/freebsd-10.1-release/crypto/openssl/crypto/ts/
H A Dts_rsp_utils.c269 int TS_ACCURACY_set_micros(TS_ACCURACY *a, const ASN1_INTEGER *micros) argument
273 if (a->micros == micros)
275 if (micros != NULL) {
276 new_micros = ASN1_INTEGER_dup(micros);
282 ASN1_INTEGER_free(a->micros);
283 a->micros = new_micros;
289 return a->micros;
H A Dts_rsp_print.c262 const ASN1_INTEGER *micros = TS_ACCURACY_get_micros(accuracy); local
274 if (micros != NULL)
275 TS_ASN1_INTEGER_print_bio(bio, micros);
278 BIO_printf(bio, " micros");
H A Dts_rsp_sign.c199 ASN1_INTEGER_free(ctx->micros);
300 ASN1_INTEGER_free(ctx->micros); \
301 ctx->micros = NULL;
304 int secs, int millis, int micros)
314 if (micros && (!(ctx->micros = ASN1_INTEGER_new())
315 || !ASN1_INTEGER_set(ctx->micros, micros)))
634 if ((ctx->seconds || ctx->millis || ctx->micros)
642 if (ctx->micros
303 TS_RESP_CTX_set_accuracy(TS_RESP_CTX *ctx, int secs, int millis, int micros) argument
[all...]
H A Dts_conf.c401 int secs = 0, millis = 0, micros = 0; local
419 micros = atoi(val->value);
425 if (!TS_RESP_CTX_set_accuracy(ctx, secs, millis, micros))
H A Dts.h138 micros [1] INTEGER (1..999) OPTIONAL }
144 ASN1_INTEGER *micros; member in struct:TS_accuracy_st
434 int TS_ACCURACY_set_micros(TS_ACCURACY *a, const ASN1_INTEGER *micros);
507 ASN1_INTEGER *micros; /* accuracy, 0 means not specified. */ member in struct:TS_resp_ctx
557 int secs, int millis, int micros);
H A Dts_asn1.c132 ASN1_IMP_OPT(TS_ACCURACY, micros, ASN1_INTEGER, 1)
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DTimeValue.h303 void microseconds ( int32_t micros ) {
304 this->nanos_ = micros * NANOSECONDS_PER_MICROSECOND;
/freebsd-10.1-release/contrib/ncurses/misc/
H A Dterminfo.src16392 apple-uterm-vb|Videx Ultraterm for Apple micros with Visible Bell,
16400 apple-uterm|Ultraterm for Apple micros,

Completed in 208 milliseconds