Symbol: QUIC_REACTOR
crypto/openssl/include/internal/quic_channel.h
309
QUIC_REACTOR *ossl_quic_channel_get_reactor(QUIC_CHANNEL *ch);
crypto/openssl/include/internal/quic_engine.h
92
QUIC_REACTOR *ossl_quic_engine_get0_reactor(QUIC_ENGINE *qeng);
crypto/openssl/include/internal/quic_port.h
129
QUIC_REACTOR *ossl_quic_port_get0_reactor(QUIC_PORT *port);
crypto/openssl/include/internal/quic_reactor.h
147
int ossl_quic_reactor_init(QUIC_REACTOR *rtor,
crypto/openssl/include/internal/quic_reactor.h
155
void ossl_quic_reactor_cleanup(QUIC_REACTOR *rtor);
crypto/openssl/include/internal/quic_reactor.h
157
void ossl_quic_reactor_set_poll_r(QUIC_REACTOR *rtor,
crypto/openssl/include/internal/quic_reactor.h
160
void ossl_quic_reactor_set_poll_w(QUIC_REACTOR *rtor,
crypto/openssl/include/internal/quic_reactor.h
163
const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_r(const QUIC_REACTOR *rtor);
crypto/openssl/include/internal/quic_reactor.h
164
const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_w(const QUIC_REACTOR *rtor);
crypto/openssl/include/internal/quic_reactor.h
166
int ossl_quic_reactor_can_poll_r(const QUIC_REACTOR *rtor);
crypto/openssl/include/internal/quic_reactor.h
167
int ossl_quic_reactor_can_poll_w(const QUIC_REACTOR *rtor);
crypto/openssl/include/internal/quic_reactor.h
169
int ossl_quic_reactor_can_support_poll_descriptor(const QUIC_REACTOR *rtor,
crypto/openssl/include/internal/quic_reactor.h
172
int ossl_quic_reactor_net_read_desired(QUIC_REACTOR *rtor);
crypto/openssl/include/internal/quic_reactor.h
173
int ossl_quic_reactor_net_write_desired(QUIC_REACTOR *rtor);
crypto/openssl/include/internal/quic_reactor.h
175
OSSL_TIME ossl_quic_reactor_get_tick_deadline(QUIC_REACTOR *rtor);
crypto/openssl/include/internal/quic_reactor.h
187
int ossl_quic_reactor_tick(QUIC_REACTOR *rtor, uint32_t flags);
crypto/openssl/include/internal/quic_reactor.h
189
RIO_NOTIFIER *ossl_quic_reactor_get0_notifier(QUIC_REACTOR *rtor);
crypto/openssl/include/internal/quic_reactor.h
240
int ossl_quic_reactor_block_until_pred(QUIC_REACTOR *rtor,
crypto/openssl/include/internal/quic_reactor.h
279
void ossl_quic_reactor_enter_blocking_section(QUIC_REACTOR *rtor);
crypto/openssl/include/internal/quic_reactor.h
280
void ossl_quic_reactor_leave_blocking_section(QUIC_REACTOR *rtor);
crypto/openssl/include/internal/quic_reactor_wait_ctx.h
102
QUIC_REACTOR *rtor);
crypto/openssl/include/internal/quic_reactor_wait_ctx.h
98
QUIC_REACTOR *rtor);
crypto/openssl/ssl/quic/quic_channel.c
537
QUIC_REACTOR *ossl_quic_channel_get_reactor(QUIC_CHANNEL *ch)
crypto/openssl/ssl/quic/quic_engine.c
67
QUIC_REACTOR *ossl_quic_engine_get0_reactor(QUIC_ENGINE *qeng)
crypto/openssl/ssl/quic/quic_engine_local.h
48
QUIC_REACTOR rtor;
crypto/openssl/ssl/quic/quic_impl.c
1338
QUIC_REACTOR *reactor;
crypto/openssl/ssl/quic/quic_impl.c
5339
QUIC_REACTOR *rtor;
crypto/openssl/ssl/quic/quic_impl.c
5362
QUIC_REACTOR *rtor;
crypto/openssl/ssl/quic/quic_impl.c
5377
QUIC_REACTOR *rtor;
crypto/openssl/ssl/quic/quic_impl.c
553
QUIC_REACTOR *rtor;
crypto/openssl/ssl/quic/quic_obj.c
97
QUIC_REACTOR *rtor;
crypto/openssl/ssl/quic/quic_obj_local.h
286
static ossl_inline ossl_unused QUIC_REACTOR *
crypto/openssl/ssl/quic/quic_port.c
237
QUIC_REACTOR *ossl_quic_port_get0_reactor(QUIC_PORT *port)
crypto/openssl/ssl/quic/quic_reactor.c
106
void ossl_quic_reactor_set_poll_r(QUIC_REACTOR *rtor, const BIO_POLL_DESCRIPTOR *r)
crypto/openssl/ssl/quic/quic_reactor.c
121
void ossl_quic_reactor_set_poll_w(QUIC_REACTOR *rtor, const BIO_POLL_DESCRIPTOR *w)
crypto/openssl/ssl/quic/quic_reactor.c
136
const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_r(const QUIC_REACTOR *rtor)
crypto/openssl/ssl/quic/quic_reactor.c
141
const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_w(const QUIC_REACTOR *rtor)
crypto/openssl/ssl/quic/quic_reactor.c
146
int ossl_quic_reactor_can_support_poll_descriptor(const QUIC_REACTOR *rtor,
crypto/openssl/ssl/quic/quic_reactor.c
152
int ossl_quic_reactor_can_poll_r(const QUIC_REACTOR *rtor)
crypto/openssl/ssl/quic/quic_reactor.c
157
int ossl_quic_reactor_can_poll_w(const QUIC_REACTOR *rtor)
crypto/openssl/ssl/quic/quic_reactor.c
162
int ossl_quic_reactor_net_read_desired(QUIC_REACTOR *rtor)
crypto/openssl/ssl/quic/quic_reactor.c
167
int ossl_quic_reactor_net_write_desired(QUIC_REACTOR *rtor)
crypto/openssl/ssl/quic/quic_reactor.c
172
OSSL_TIME ossl_quic_reactor_get_tick_deadline(QUIC_REACTOR *rtor)
crypto/openssl/ssl/quic/quic_reactor.c
177
int ossl_quic_reactor_tick(QUIC_REACTOR *rtor, uint32_t flags)
crypto/openssl/ssl/quic/quic_reactor.c
199
RIO_NOTIFIER *ossl_quic_reactor_get0_notifier(QUIC_REACTOR *rtor)
crypto/openssl/ssl/quic/quic_reactor.c
24
static void rtor_notify_other_threads(QUIC_REACTOR *rtor);
crypto/openssl/ssl/quic/quic_reactor.c
26
int ossl_quic_reactor_init(QUIC_REACTOR *rtor,
crypto/openssl/ssl/quic/quic_reactor.c
456
static void rtor_notify_other_threads(QUIC_REACTOR *rtor)
crypto/openssl/ssl/quic/quic_reactor.c
503
int ossl_quic_reactor_block_until_pred(QUIC_REACTOR *rtor,
crypto/openssl/ssl/quic/quic_reactor.c
606
void ossl_quic_reactor_enter_blocking_section(QUIC_REACTOR *rtor)
crypto/openssl/ssl/quic/quic_reactor.c
611
void ossl_quic_reactor_leave_blocking_section(QUIC_REACTOR *rtor)
crypto/openssl/ssl/quic/quic_reactor.c
65
void ossl_quic_reactor_cleanup(QUIC_REACTOR *rtor)
crypto/openssl/ssl/quic/quic_reactor_wait_ctx.c
16
QUIC_REACTOR *rtor; /* primary key */
crypto/openssl/ssl/quic/quic_reactor_wait_ctx.c
44
QUIC_REACTOR *rtor)
crypto/openssl/ssl/quic/quic_reactor_wait_ctx.c
65
QUIC_REACTOR *rtor)
crypto/openssl/ssl/quic/quic_thread_assist.c
24
QUIC_REACTOR *rtor;