Home
last modified time | relevance | path

Searched defs:qeng (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_engine.c28 QUIC_ENGINE *qeng; in ossl_quic_engine_new() local
45 void ossl_quic_engine_free(QUIC_ENGINE *qeng) in ossl_quic_engine_free()
54 static int qeng_init(QUIC_ENGINE *qeng, uint64_t reactor_flags) in qeng_init()
61 static void qeng_cleanup(QUIC_ENGINE *qeng) in qeng_cleanup()
67 QUIC_REACTOR *ossl_quic_engine_get0_reactor(QUIC_ENGINE *qeng) in ossl_quic_engine_get0_reactor()
72 CRYPTO_MUTEX *ossl_quic_engine_get0_mutex(QUIC_ENGINE *qeng) in ossl_quic_engine_get0_mutex()
77 OSSL_TIME ossl_quic_engine_get_time(QUIC_ENGINE *qeng) in ossl_quic_engine_get_time()
85 OSSL_TIME ossl_quic_engine_make_real_time(QUIC_ENGINE *qeng, OSSL_TIME tm) in ossl_quic_engine_make_real_time()
102 void ossl_quic_engine_set_time_cb(QUIC_ENGINE *qeng, in ossl_quic_engine_set_time_cb()
110 void ossl_quic_engine_set_inhibit_tick(QUIC_ENGINE *qeng, int inhibit) in ossl_quic_engine_set_inhibit_tick()
[all …]
H A Dquic_impl.c552 QUIC_ENGINE *qeng; in block_until_pred() local