Home
last modified time | relevance | path

Searched defs:rtor (Results 1 – 4 of 4) sorted by relevance

/openssl/ssl/quic/
H A Dquic_reactor.c17 void ossl_quic_reactor_init(QUIC_REACTOR *rtor, in ossl_quic_reactor_init()
57 const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_r(const QUIC_REACTOR *rtor) in ossl_quic_reactor_get_poll_r()
62 const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_w(const QUIC_REACTOR *rtor) in ossl_quic_reactor_get_poll_w()
67 int ossl_quic_reactor_can_support_poll_descriptor(const QUIC_REACTOR *rtor, in ossl_quic_reactor_can_support_poll_descriptor()
73 int ossl_quic_reactor_can_poll_r(const QUIC_REACTOR *rtor) in ossl_quic_reactor_can_poll_r()
78 int ossl_quic_reactor_can_poll_w(const QUIC_REACTOR *rtor) in ossl_quic_reactor_can_poll_w()
83 int ossl_quic_reactor_net_read_desired(QUIC_REACTOR *rtor) in ossl_quic_reactor_net_read_desired()
88 int ossl_quic_reactor_net_write_desired(QUIC_REACTOR *rtor) in ossl_quic_reactor_net_write_desired()
93 OSSL_TIME ossl_quic_reactor_get_tick_deadline(QUIC_REACTOR *rtor) in ossl_quic_reactor_get_tick_deadline()
98 int ossl_quic_reactor_tick(QUIC_REACTOR *rtor, uint32_t flags) in ossl_quic_reactor_tick()
[all …]
H A Dquic_engine_local.h48 QUIC_REACTOR rtor; member
H A Dquic_thread_assist.c24 QUIC_REACTOR *rtor; in assist_thread_main() local
H A Dquic_impl.c62 QUIC_REACTOR *rtor; in block_until_pred() local
859 QUIC_REACTOR *rtor = ossl_quic_channel_get_reactor(qc->ch); in qc_can_support_blocking_cached() local

Completed in 24 milliseconds