Home
last modified time | relevance | path

Searched refs:QUIC_REACTOR (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dquic_reactor.h147 int ossl_quic_reactor_init(QUIC_REACTOR *rtor,
155 void ossl_quic_reactor_cleanup(QUIC_REACTOR *rtor);
157 void ossl_quic_reactor_set_poll_r(QUIC_REACTOR *rtor,
160 void ossl_quic_reactor_set_poll_w(QUIC_REACTOR *rtor,
163 const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_r(const QUIC_REACTOR *rtor);
164 const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_w(const QUIC_REACTOR *rtor);
166 int ossl_quic_reactor_can_poll_r(const QUIC_REACTOR *rtor);
167 int ossl_quic_reactor_can_poll_w(const QUIC_REACTOR *rtor);
169 int ossl_quic_reactor_can_support_poll_descriptor(const QUIC_REACTOR *rtor,
172 int ossl_quic_reactor_net_read_desired(QUIC_REACTOR *rtor);
[all …]
H A Dquic_reactor_wait_ctx.h98 QUIC_REACTOR *rtor);
102 QUIC_REACTOR *rtor);
H A Dquic_engine.h92 QUIC_REACTOR *ossl_quic_engine_get0_reactor(QUIC_ENGINE *qeng);
H A Dquic_predef.h30 typedef struct quic_reactor_st QUIC_REACTOR; typedef
H A Dquic_port.h129 QUIC_REACTOR *ossl_quic_port_get0_reactor(QUIC_PORT *port);
H A Dquic_channel.h309 QUIC_REACTOR *ossl_quic_channel_get_reactor(QUIC_CHANNEL *ch);
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_reactor.c24 static void rtor_notify_other_threads(QUIC_REACTOR *rtor);
26 int ossl_quic_reactor_init(QUIC_REACTOR *rtor, in ossl_quic_reactor_init()
65 void ossl_quic_reactor_cleanup(QUIC_REACTOR *rtor) in ossl_quic_reactor_cleanup()
106 void ossl_quic_reactor_set_poll_r(QUIC_REACTOR *rtor, const BIO_POLL_DESCRIPTOR *r) in ossl_quic_reactor_set_poll_r()
121 void ossl_quic_reactor_set_poll_w(QUIC_REACTOR *rtor, const BIO_POLL_DESCRIPTOR *w) in ossl_quic_reactor_set_poll_w()
136 const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_r(const QUIC_REACTOR *rtor) in ossl_quic_reactor_get_poll_r()
141 const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_w(const QUIC_REACTOR *rtor) in ossl_quic_reactor_get_poll_w()
146 int ossl_quic_reactor_can_support_poll_descriptor(const QUIC_REACTOR *rtor, in ossl_quic_reactor_can_support_poll_descriptor()
152 int ossl_quic_reactor_can_poll_r(const QUIC_REACTOR *rtor) in ossl_quic_reactor_can_poll_r()
157 int ossl_quic_reactor_can_poll_w(const QUIC_REACTOR *rtor) in ossl_quic_reactor_can_poll_w()
[all …]
H A Dquic_reactor_wait_ctx.c16 QUIC_REACTOR *rtor; /* primary key */
44 QUIC_REACTOR *rtor) in ossl_quic_reactor_wait_ctx_enter()
65 QUIC_REACTOR *rtor) in ossl_quic_reactor_wait_ctx_leave()
H A Dquic_engine_local.h48 QUIC_REACTOR rtor;
H A Dquic_thread_assist.c24 QUIC_REACTOR *rtor; in assist_thread_main()
H A Dquic_obj_local.h286 static ossl_inline ossl_unused QUIC_REACTOR *
H A Dquic_obj.c97 QUIC_REACTOR *rtor; in ossl_quic_obj_can_support_blocking()
H A Dquic_engine.c67 QUIC_REACTOR *ossl_quic_engine_get0_reactor(QUIC_ENGINE *qeng) in ossl_quic_engine_get0_reactor()
H A Dquic_impl.c553 QUIC_REACTOR *rtor; in block_until_pred()
1338 QUIC_REACTOR *reactor; in ossl_quic_get_event_timeout()
5339 QUIC_REACTOR *rtor; in ossl_quic_get_notifier_fd()
5362 QUIC_REACTOR *rtor; in ossl_quic_enter_blocking_section()
5377 QUIC_REACTOR *rtor; in ossl_quic_leave_blocking_section()
H A Dquic_port.c237 QUIC_REACTOR *ossl_quic_port_get0_reactor(QUIC_PORT *port) in ossl_quic_port_get0_reactor()
H A Dquic_channel.c537 QUIC_REACTOR *ossl_quic_channel_get_reactor(QUIC_CHANNEL *ch) in ossl_quic_channel_get_reactor()