Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_engine.c28 QUIC_ENGINE *qeng; in ossl_quic_engine_new() local
47 void ossl_quic_engine_free(QUIC_ENGINE *qeng) in ossl_quic_engine_free()
56 static int qeng_init(QUIC_ENGINE *qeng) in qeng_init()
62 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 void ossl_quic_engine_set_inhibit_tick(QUIC_ENGINE *qeng, int inhibit) in ossl_quic_engine_set_inhibit_tick()
95 QUIC_PORT *ossl_quic_engine_create_port(QUIC_ENGINE *qeng, in ossl_quic_engine_create_port()
123 QUIC_ENGINE *qeng = arg; in qeng_tick() local

Completed in 5 milliseconds