QUIC_ENGINE
QUIC_ENGINE *ossl_quic_channel_get0_engine(QUIC_CHANNEL *ch);
void ossl_quic_engine_update_poll_descriptors(QUIC_ENGINE *qeng, int force);
QUIC_ENGINE *ossl_quic_engine_new(const QUIC_ENGINE_ARGS *args);
void ossl_quic_engine_free(QUIC_ENGINE *qeng);
QUIC_PORT *ossl_quic_engine_create_port(QUIC_ENGINE *qeng,
CRYPTO_MUTEX *ossl_quic_engine_get0_mutex(QUIC_ENGINE *qeng);
OSSL_TIME ossl_quic_engine_get_time(QUIC_ENGINE *qeng);
OSSL_TIME ossl_quic_engine_make_real_time(QUIC_ENGINE *qeng, OSSL_TIME tm);
void ossl_quic_engine_set_time_cb(QUIC_ENGINE *qeng,
void ossl_quic_engine_set_inhibit_tick(QUIC_ENGINE *qeng, int inhibit);
QUIC_REACTOR *ossl_quic_engine_get0_reactor(QUIC_ENGINE *qeng);
OSSL_LIB_CTX *ossl_quic_engine_get0_libctx(QUIC_ENGINE *qeng);
const char *ossl_quic_engine_get0_propq(QUIC_ENGINE *qeng);
QUIC_ENGINE *ossl_quic_port_get0_engine(QUIC_PORT *port);
QUIC_ENGINE *engine;
QUIC_ENGINE *ossl_quic_channel_get0_engine(QUIC_CHANNEL *ch)
void ossl_quic_engine_set_time_cb(QUIC_ENGINE *qeng,
void ossl_quic_engine_set_inhibit_tick(QUIC_ENGINE *qeng, int inhibit)
OSSL_LIB_CTX *ossl_quic_engine_get0_libctx(QUIC_ENGINE *qeng)
const char *ossl_quic_engine_get0_propq(QUIC_ENGINE *qeng)
void ossl_quic_engine_update_poll_descriptors(QUIC_ENGINE *qeng, int force)
QUIC_PORT *ossl_quic_engine_create_port(QUIC_ENGINE *qeng,
QUIC_ENGINE *qeng = arg;
static int qeng_init(QUIC_ENGINE *qeng, uint64_t reactor_flags);
static void qeng_cleanup(QUIC_ENGINE *qeng);
QUIC_ENGINE *ossl_quic_engine_new(const QUIC_ENGINE_ARGS *args)
QUIC_ENGINE *qeng;
if ((qeng = OPENSSL_zalloc(sizeof(QUIC_ENGINE))) == NULL)
void ossl_quic_engine_free(QUIC_ENGINE *qeng)
static int qeng_init(QUIC_ENGINE *qeng, uint64_t reactor_flags)
static void qeng_cleanup(QUIC_ENGINE *qeng)
QUIC_REACTOR *ossl_quic_engine_get0_reactor(QUIC_ENGINE *qeng)
CRYPTO_MUTEX *ossl_quic_engine_get0_mutex(QUIC_ENGINE *qeng)
OSSL_TIME ossl_quic_engine_get_time(QUIC_ENGINE *qeng)
OSSL_TIME ossl_quic_engine_make_real_time(QUIC_ENGINE *qeng, OSSL_TIME tm)
QUIC_ENGINE *qeng;
QUIC_ENGINE *engine;
QUIC_ENGINE *engine;
QUIC_ENGINE *engine;
QUIC_ENGINE *engine,
QUIC_ENGINE *engine,
static ossl_inline ossl_unused QUIC_ENGINE *
static ossl_inline ossl_unused QUIC_ENGINE *
QUIC_ENGINE *engine;
QUIC_ENGINE *ossl_quic_port_get0_engine(QUIC_PORT *port)
QUIC_ENGINE *engine;
QUIC_ENGINE *eng = ossl_quic_channel_get0_engine(qta->ch);
QUIC_ENGINE *engine;