Searched refs:get_time (Results 1 – 4 of 4) sorted by relevance
82 static OSSL_TIME get_time(void *arg);128 qti.now_cb = get_time; in ch_get_qlog()219 get_time, ch)) in ch_init()230 get_time, ch)) in ch_init()235 get_time, ch)) in ch_init()276 txp_args.now = get_time; in ch_init()598 static OSSL_TIME get_time(void *arg) in get_time() function1878 now = get_time(ch); in ossl_quic_channel_subtick()1923 now = get_time(ch); in ossl_quic_channel_subtick()2884 = ossl_time_add(get_time(ch), in ch_start_terminating()[all …]
27 static OSSL_TIME get_time(void *arg);75 get_time, port)) == NULL) in port_init()163 static OSSL_TIME get_time(void *port) in get_time() function
77 static OSSL_TIME get_time(QUIC_CONNECTION *qc) in get_time() function89 return get_time(qc); in get_time_cb()1110 *tv = ossl_time_to_timeval(ossl_time_subtract(deadline, get_time(ctx.qc))); in ossl_quic_get_event_timeout()
340 static OSSL_TIME get_time(void *arg) in get_time() function752 s_args.now_cb = get_time; in helper_init()798 if (!TEST_true(ossl_quic_conn_set_override_now_cb(h->c_conn, get_time, h))) in helper_init()
Completed in 41 milliseconds