QUIC_TICK_RESULT
void ossl_quic_channel_subtick(QUIC_CHANNEL *ch, QUIC_TICK_RESULT *r,
void ossl_quic_port_subtick(QUIC_PORT *port, QUIC_TICK_RESULT *r,
void (*tick_cb)(QUIC_TICK_RESULT *res, void *arg, uint32_t flags);
void (*tick_cb)(QUIC_TICK_RESULT *res, void *arg,
ossl_quic_tick_result_merge_into(QUIC_TICK_RESULT *r,
const QUIC_TICK_RESULT *src)
void ossl_quic_channel_subtick(QUIC_CHANNEL *ch, QUIC_TICK_RESULT *res,
static void qeng_tick(QUIC_TICK_RESULT *res, void *arg, uint32_t flags)
QUIC_TICK_RESULT subr = { 0 };
static void qeng_tick(QUIC_TICK_RESULT *res, void *arg, uint32_t flags);
void ossl_quic_port_subtick(QUIC_PORT *port, QUIC_TICK_RESULT *res,
QUIC_TICK_RESULT subr = { 0 };
QUIC_TICK_RESULT res = { 0 };
void (*tick_cb)(QUIC_TICK_RESULT *res, void *arg,