Searched refs:QUIC_TICK_RESULT (Results 1 – 8 of 8) sorted by relevance
/openssl/include/internal/ |
H A D | quic_reactor.h | 79 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 D | quic_predef.h | 35 typedef struct quic_tick_result_st QUIC_TICK_RESULT; typedef
|
H A D | quic_port.h | 124 void ossl_quic_port_subtick(QUIC_PORT *port, QUIC_TICK_RESULT *r,
|
H A D | quic_channel.h | 279 void ossl_quic_channel_subtick(QUIC_CHANNEL *ch, QUIC_TICK_RESULT *r,
|
/openssl/ssl/quic/ |
H A D | quic_engine.c | 22 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 D | quic_reactor.c | 18 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 D | quic_port.c | 361 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 D | quic_channel.c | 1848 void ossl_quic_channel_subtick(QUIC_CHANNEL *ch, QUIC_TICK_RESULT *res, in ossl_quic_channel_subtick()
|
Completed in 119 milliseconds