Searched refs:QUIC_REACTOR (Results 1 – 16 of 16) sorted by relevance
147 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 …]
98 QUIC_REACTOR *rtor);102 QUIC_REACTOR *rtor);
92 QUIC_REACTOR *ossl_quic_engine_get0_reactor(QUIC_ENGINE *qeng);
30 typedef struct quic_reactor_st QUIC_REACTOR; typedef
129 QUIC_REACTOR *ossl_quic_port_get0_reactor(QUIC_PORT *port);
309 QUIC_REACTOR *ossl_quic_channel_get_reactor(QUIC_CHANNEL *ch);
24 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 …]
16 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()
48 QUIC_REACTOR rtor;
24 QUIC_REACTOR *rtor; in assist_thread_main()
286 static ossl_inline ossl_unused QUIC_REACTOR *
97 QUIC_REACTOR *rtor; in ossl_quic_obj_can_support_blocking()
67 QUIC_REACTOR *ossl_quic_engine_get0_reactor(QUIC_ENGINE *qeng) in ossl_quic_engine_get0_reactor()
553 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()
237 QUIC_REACTOR *ossl_quic_port_get0_reactor(QUIC_PORT *port) in ossl_quic_port_get0_reactor()
537 QUIC_REACTOR *ossl_quic_channel_get_reactor(QUIC_CHANNEL *ch) in ossl_quic_channel_get_reactor()