BIO_POLL_DESCRIPTOR
int BIO_get_rpoll_descriptor(BIO *b, BIO_POLL_DESCRIPTOR *desc)
int BIO_get_wpoll_descriptor(BIO *b, BIO_POLL_DESCRIPTOR *desc)
BIO_POLL_DESCRIPTOR *pd = ptr;
BIO_POLL_DESCRIPTOR *pd = ptr;
BIO_POLL_DESCRIPTOR *pd = ptr;
BIO_POLL_DESCRIPTOR d;
BIO_POLL_DESCRIPTOR d;
const BIO_POLL_DESCRIPTOR *r);
const BIO_POLL_DESCRIPTOR *w);
const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_r(const QUIC_REACTOR *rtor);
const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_w(const QUIC_REACTOR *rtor);
const BIO_POLL_DESCRIPTOR *d);
BIO_POLL_DESCRIPTOR poll_r, poll_w;
__owur int ossl_quic_get_rpoll_descriptor(SSL *s, BIO_POLL_DESCRIPTOR *d);
__owur int ossl_quic_get_wpoll_descriptor(SSL *s, BIO_POLL_DESCRIPTOR *d);
__owur int BIO_get_rpoll_descriptor(BIO *b, BIO_POLL_DESCRIPTOR *desc);
__owur int BIO_get_wpoll_descriptor(BIO *b, BIO_POLL_DESCRIPTOR *desc);
__owur int SSL_get_rpoll_descriptor(SSL *s, BIO_POLL_DESCRIPTOR *desc);
__owur int SSL_get_wpoll_descriptor(SSL *s, BIO_POLL_DESCRIPTOR *desc);
BIO_POLL_DESCRIPTOR desc;
static ossl_inline ossl_unused BIO_POLL_DESCRIPTOR
BIO_POLL_DESCRIPTOR d;
if (!SSL_get_rpoll_descriptor(ssl, (BIO_POLL_DESCRIPTOR *)ptr))
if (!SSL_get_wpoll_descriptor(ssl, (BIO_POLL_DESCRIPTOR *)ptr))
int ossl_quic_get_rpoll_descriptor(SSL *s, BIO_POLL_DESCRIPTOR *desc)
int ossl_quic_get_wpoll_descriptor(SSL *s, BIO_POLL_DESCRIPTOR *desc)
static int validate_poll_descriptor(const BIO_POLL_DESCRIPTOR *d)
BIO_POLL_DESCRIPTOR d = { 0 };
void ossl_quic_reactor_set_poll_r(QUIC_REACTOR *rtor, const BIO_POLL_DESCRIPTOR *r)
void ossl_quic_reactor_set_poll_w(QUIC_REACTOR *rtor, const BIO_POLL_DESCRIPTOR *w)
const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_r(const QUIC_REACTOR *rtor)
const BIO_POLL_DESCRIPTOR *ossl_quic_reactor_get_poll_w(const QUIC_REACTOR *rtor)
const BIO_POLL_DESCRIPTOR *d)
static int poll_descriptor_to_fd(const BIO_POLL_DESCRIPTOR *d, int *fd)
static int poll_two_descriptors(const BIO_POLL_DESCRIPTOR *r, int r_want_read,
const BIO_POLL_DESCRIPTOR *w, int w_want_write,
static void rtor_configure_winsock(BIO_POLL_DESCRIPTOR *bpd)
BIO_POLL_DESCRIPTOR rd, wd;
int SSL_get_rpoll_descriptor(SSL *s, BIO_POLL_DESCRIPTOR *desc)
int SSL_get_wpoll_descriptor(SSL *s, BIO_POLL_DESCRIPTOR *desc)
BIO_POLL_DESCRIPTOR rdesc = { 0 }, wdesc = { 0 };