Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dquic_reactor.h117 void ossl_quic_reactor_init(QUIC_REACTOR *rtor,
123 void ossl_quic_reactor_set_poll_r(QUIC_REACTOR *rtor,
126 void ossl_quic_reactor_set_poll_w(QUIC_REACTOR *rtor,
132 int ossl_quic_reactor_can_poll_r(const QUIC_REACTOR *rtor);
133 int ossl_quic_reactor_can_poll_w(const QUIC_REACTOR *rtor);
135 int ossl_quic_reactor_can_support_poll_descriptor(const QUIC_REACTOR *rtor,
138 int ossl_quic_reactor_net_read_desired(QUIC_REACTOR *rtor);
139 int ossl_quic_reactor_net_write_desired(QUIC_REACTOR *rtor);
141 OSSL_TIME ossl_quic_reactor_get_tick_deadline(QUIC_REACTOR *rtor);
153 int ossl_quic_reactor_tick(QUIC_REACTOR *rtor, uint32_t flags);
[all …]
H A Dquic_engine.h80 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.h100 QUIC_REACTOR *ossl_quic_port_get0_reactor(QUIC_PORT *port);
H A Dquic_channel.h296 QUIC_REACTOR *ossl_quic_channel_get_reactor(QUIC_CHANNEL *ch);
/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;
H A Dquic_thread_assist.c24 QUIC_REACTOR *rtor; in assist_thread_main()
H A Dquic_engine.c67 QUIC_REACTOR *ossl_quic_engine_get0_reactor(QUIC_ENGINE *qeng) in ossl_quic_engine_get0_reactor()
H A Dquic_port.c143 QUIC_REACTOR *ossl_quic_port_get0_reactor(QUIC_PORT *port) in ossl_quic_port_get0_reactor()
H A Dquic_impl.c62 QUIC_REACTOR *rtor; in block_until_pred()
859 QUIC_REACTOR *rtor = ossl_quic_channel_get_reactor(qc->ch); in qc_can_support_blocking_cached()
H A Dquic_channel.c497 QUIC_REACTOR *ossl_quic_channel_get_reactor(QUIC_CHANNEL *ch) in ossl_quic_channel_get_reactor()

Completed in 42 milliseconds