Searched refs:SSL_POLL_EVENT_ISB (Results 1 – 9 of 9) sorted by relevance
576 if ((item->revents & SSL_POLL_EVENT_ISB) || in read_from_ssl_ids()616 if (item->revents & SSL_POLL_EVENT_ISB) in read_from_ssl_ids()617 processed_event = processed_event | SSL_POLL_EVENT_ISB; in read_from_ssl_ids()
14 SSL_POLL_EVENT_ISB,44 #define SSL_POLL_EVENT_ISB /* ISB (Incoming Stream: Bidi) */294 =item B<SSL_POLL_EVENT_ISB>
733 SSL_POLL_EVENT_ISB define
2545 # define SSL_POLL_EVENT_ISB (1U << 9) /* ISB (Incoming Stream: Bidi) */ macro2556 # define SSL_POLL_EVENT_IS (SSL_POLL_EVENT_ISB | SSL_POLL_EVENT_ISU)
2498 # define SSL_POLL_EVENT_ISB (1U << 9) /* ISB (Incoming Stream: Bidi) */ macro2509 # define SSL_POLL_EVENT_IS (SSL_POLL_EVENT_ISB | SSL_POLL_EVENT_ISU)
5267 if ((events & SSL_POLL_EVENT_ISB) != 0 in ossl_quic_conn_poll_events()5269 revents |= SSL_POLL_EVENT_ISB; in ossl_quic_conn_poll_events()
334 #define SSL_POLL_EVENT_ISB (1U << 9)363 #define SSL_POLL_EVENT_IS (SSL_POLL_EVENT_ISB | SSL_POLL_EVENT_ISU)
5711 expected_revents[4] = SSL_POLL_EVENT_OS | SSL_POLL_EVENT_ISB; in script_85_poll()
4538 MLINKS+= SSL_poll.3 SSL_POLL_EVENT_ISB.3