Lines Matching refs:revents
4113 uint64_t revents = 0; in ossl_quic_conn_poll_events() local
4123 revents |= SSL_POLL_EVENT_W; in ossl_quic_conn_poll_events()
4135 revents |= SSL_POLL_EVENT_R; in ossl_quic_conn_poll_events()
4139 revents |= SSL_POLL_EVENT_ER; in ossl_quic_conn_poll_events()
4143 revents |= SSL_POLL_EVENT_W; in ossl_quic_conn_poll_events()
4147 revents |= SSL_POLL_EVENT_EW; in ossl_quic_conn_poll_events()
4153 revents |= SSL_POLL_EVENT_EC; in ossl_quic_conn_poll_events()
4157 revents |= SSL_POLL_EVENT_ECD; in ossl_quic_conn_poll_events()
4161 revents |= SSL_POLL_EVENT_ISB; in ossl_quic_conn_poll_events()
4165 revents |= SSL_POLL_EVENT_ISU; in ossl_quic_conn_poll_events()
4169 revents |= SSL_POLL_EVENT_OSB; in ossl_quic_conn_poll_events()
4173 revents |= SSL_POLL_EVENT_OSU; in ossl_quic_conn_poll_events()
4178 *p_revents = revents; in ossl_quic_conn_poll_events()