Home
last modified time | relevance | path

Searched refs:QUIC_TICK_RESULT (Results 1 – 8 of 8) sorted by relevance

/openssl/include/internal/
H A Dquic_reactor.h79 ossl_quic_tick_result_merge_into(QUIC_TICK_RESULT *r, in ossl_quic_tick_result_merge_into()
80 const QUIC_TICK_RESULT *src) in ossl_quic_tick_result_merge_into()
99 void (*tick_cb)(QUIC_TICK_RESULT *res, void *arg, uint32_t flags);
118 void (*tick_cb)(QUIC_TICK_RESULT *res, void *arg,
H A Dquic_predef.h35 typedef struct quic_tick_result_st QUIC_TICK_RESULT; typedef
H A Dquic_port.h124 void ossl_quic_port_subtick(QUIC_PORT *port, QUIC_TICK_RESULT *r,
H A Dquic_channel.h279 void ossl_quic_channel_subtick(QUIC_CHANNEL *ch, QUIC_TICK_RESULT *r,
/openssl/ssl/quic/
H A Dquic_engine.c22 static void qeng_tick(QUIC_TICK_RESULT *res, void *arg, uint32_t flags);
121 static void qeng_tick(QUIC_TICK_RESULT *res, void *arg, uint32_t flags) in qeng_tick()
135 QUIC_TICK_RESULT subr = {0}; in qeng_tick()
H A Dquic_reactor.c18 void (*tick_cb)(QUIC_TICK_RESULT *res, void *arg, in ossl_quic_reactor_init()
100 QUIC_TICK_RESULT res = {0}; in ossl_quic_reactor_tick()
H A Dquic_port.c361 void ossl_quic_port_subtick(QUIC_PORT *port, QUIC_TICK_RESULT *res, in ossl_quic_port_subtick()
377 QUIC_TICK_RESULT subr = {0}; in ossl_quic_port_subtick()
H A Dquic_channel.c1848 void ossl_quic_channel_subtick(QUIC_CHANNEL *ch, QUIC_TICK_RESULT *res, in ossl_quic_channel_subtick()

Completed in 19 milliseconds