Lines Matching refs:revents
4115 uint64_t revents = 0; in ossl_quic_conn_poll_events() local
4125 revents |= SSL_POLL_EVENT_W; in ossl_quic_conn_poll_events()
4137 revents |= SSL_POLL_EVENT_R; in ossl_quic_conn_poll_events()
4141 revents |= SSL_POLL_EVENT_ER; in ossl_quic_conn_poll_events()
4145 revents |= SSL_POLL_EVENT_W; in ossl_quic_conn_poll_events()
4149 revents |= SSL_POLL_EVENT_EW; in ossl_quic_conn_poll_events()
4155 revents |= SSL_POLL_EVENT_EC; in ossl_quic_conn_poll_events()
4159 revents |= SSL_POLL_EVENT_ECD; in ossl_quic_conn_poll_events()
4163 revents |= SSL_POLL_EVENT_ISB; in ossl_quic_conn_poll_events()
4167 revents |= SSL_POLL_EVENT_ISU; in ossl_quic_conn_poll_events()
4171 revents |= SSL_POLL_EVENT_OSB; in ossl_quic_conn_poll_events()
4175 revents |= SSL_POLL_EVENT_OSU; in ossl_quic_conn_poll_events()
4180 *p_revents = revents; in ossl_quic_conn_poll_events()