Symbol: QUIC_ENGINE
crypto/openssl/include/internal/quic_channel.h
348
QUIC_ENGINE *ossl_quic_channel_get0_engine(QUIC_CHANNEL *ch);
crypto/openssl/include/internal/quic_engine.h
103
void ossl_quic_engine_update_poll_descriptors(QUIC_ENGINE *qeng, int force);
crypto/openssl/include/internal/quic_engine.h
60
QUIC_ENGINE *ossl_quic_engine_new(const QUIC_ENGINE_ARGS *args);
crypto/openssl/include/internal/quic_engine.h
62
void ossl_quic_engine_free(QUIC_ENGINE *qeng);
crypto/openssl/include/internal/quic_engine.h
67
QUIC_PORT *ossl_quic_engine_create_port(QUIC_ENGINE *qeng,
crypto/openssl/include/internal/quic_engine.h
71
CRYPTO_MUTEX *ossl_quic_engine_get0_mutex(QUIC_ENGINE *qeng);
crypto/openssl/include/internal/quic_engine.h
74
OSSL_TIME ossl_quic_engine_get_time(QUIC_ENGINE *qeng);
crypto/openssl/include/internal/quic_engine.h
81
OSSL_TIME ossl_quic_engine_make_real_time(QUIC_ENGINE *qeng, OSSL_TIME tm);
crypto/openssl/include/internal/quic_engine.h
84
void ossl_quic_engine_set_time_cb(QUIC_ENGINE *qeng,
crypto/openssl/include/internal/quic_engine.h
89
void ossl_quic_engine_set_inhibit_tick(QUIC_ENGINE *qeng, int inhibit);
crypto/openssl/include/internal/quic_engine.h
92
QUIC_REACTOR *ossl_quic_engine_get0_reactor(QUIC_ENGINE *qeng);
crypto/openssl/include/internal/quic_engine.h
94
OSSL_LIB_CTX *ossl_quic_engine_get0_libctx(QUIC_ENGINE *qeng);
crypto/openssl/include/internal/quic_engine.h
95
const char *ossl_quic_engine_get0_propq(QUIC_ENGINE *qeng);
crypto/openssl/include/internal/quic_port.h
126
QUIC_ENGINE *ossl_quic_port_get0_engine(QUIC_PORT *port);
crypto/openssl/include/internal/quic_port.h
43
QUIC_ENGINE *engine;
crypto/openssl/ssl/quic/quic_channel.c
675
QUIC_ENGINE *ossl_quic_channel_get0_engine(QUIC_CHANNEL *ch)
crypto/openssl/ssl/quic/quic_engine.c
102
void ossl_quic_engine_set_time_cb(QUIC_ENGINE *qeng,
crypto/openssl/ssl/quic/quic_engine.c
110
void ossl_quic_engine_set_inhibit_tick(QUIC_ENGINE *qeng, int inhibit)
crypto/openssl/ssl/quic/quic_engine.c
115
OSSL_LIB_CTX *ossl_quic_engine_get0_libctx(QUIC_ENGINE *qeng)
crypto/openssl/ssl/quic/quic_engine.c
120
const char *ossl_quic_engine_get0_propq(QUIC_ENGINE *qeng)
crypto/openssl/ssl/quic/quic_engine.c
125
void ossl_quic_engine_update_poll_descriptors(QUIC_ENGINE *qeng, int force)
crypto/openssl/ssl/quic/quic_engine.c
148
QUIC_PORT *ossl_quic_engine_create_port(QUIC_ENGINE *qeng,
crypto/openssl/ssl/quic/quic_engine.c
176
QUIC_ENGINE *qeng = arg;
crypto/openssl/ssl/quic/quic_engine.c
20
static int qeng_init(QUIC_ENGINE *qeng, uint64_t reactor_flags);
crypto/openssl/ssl/quic/quic_engine.c
21
static void qeng_cleanup(QUIC_ENGINE *qeng);
crypto/openssl/ssl/quic/quic_engine.c
26
QUIC_ENGINE *ossl_quic_engine_new(const QUIC_ENGINE_ARGS *args)
crypto/openssl/ssl/quic/quic_engine.c
28
QUIC_ENGINE *qeng;
crypto/openssl/ssl/quic/quic_engine.c
30
if ((qeng = OPENSSL_zalloc(sizeof(QUIC_ENGINE))) == NULL)
crypto/openssl/ssl/quic/quic_engine.c
45
void ossl_quic_engine_free(QUIC_ENGINE *qeng)
crypto/openssl/ssl/quic/quic_engine.c
54
static int qeng_init(QUIC_ENGINE *qeng, uint64_t reactor_flags)
crypto/openssl/ssl/quic/quic_engine.c
61
static void qeng_cleanup(QUIC_ENGINE *qeng)
crypto/openssl/ssl/quic/quic_engine.c
67
QUIC_REACTOR *ossl_quic_engine_get0_reactor(QUIC_ENGINE *qeng)
crypto/openssl/ssl/quic/quic_engine.c
72
CRYPTO_MUTEX *ossl_quic_engine_get0_mutex(QUIC_ENGINE *qeng)
crypto/openssl/ssl/quic/quic_engine.c
77
OSSL_TIME ossl_quic_engine_get_time(QUIC_ENGINE *qeng)
crypto/openssl/ssl/quic/quic_engine.c
85
OSSL_TIME ossl_quic_engine_make_real_time(QUIC_ENGINE *qeng, OSSL_TIME tm)
crypto/openssl/ssl/quic/quic_impl.c
552
QUIC_ENGINE *qeng;
crypto/openssl/ssl/quic/quic_local.h
130
QUIC_ENGINE *engine;
crypto/openssl/ssl/quic/quic_local.h
244
QUIC_ENGINE *engine;
crypto/openssl/ssl/quic/quic_local.h
270
QUIC_ENGINE *engine;
crypto/openssl/ssl/quic/quic_obj.c
20
QUIC_ENGINE *engine,
crypto/openssl/ssl/quic/quic_obj_local.h
155
QUIC_ENGINE *engine,
crypto/openssl/ssl/quic/quic_obj_local.h
188
static ossl_inline ossl_unused QUIC_ENGINE *
crypto/openssl/ssl/quic/quic_obj_local.h
215
static ossl_inline ossl_unused QUIC_ENGINE *
crypto/openssl/ssl/quic/quic_obj_local.h
92
QUIC_ENGINE *engine;
crypto/openssl/ssl/quic/quic_port.c
232
QUIC_ENGINE *ossl_quic_port_get0_engine(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_port_local.h
46
QUIC_ENGINE *engine;
crypto/openssl/ssl/quic/quic_thread_assist.c
25
QUIC_ENGINE *eng = ossl_quic_channel_get0_engine(qta->ch);
crypto/openssl/ssl/quic/quic_tserver.c
33
QUIC_ENGINE *engine;