Searched refs:SSL_POLL_EVENT_OSB (Results 1 – 8 of 8) sorted by relevance
16 SSL_POLL_EVENT_OSB,46 #define SSL_POLL_EVENT_OSB /* OSB (Outgoing Stream: Bidi) */306 =item B<SSL_POLL_EVENT_OSB>
621 if (item->revents & SSL_POLL_EVENT_OSB) { in read_from_ssl_ids()624 processed_event = processed_event | SSL_POLL_EVENT_OSB; in read_from_ssl_ids()
739 SSL_POLL_EVENT_OSB define
2547 # define SSL_POLL_EVENT_OSB (1U << 11) /* OSB (Outgoing Stream: Bidi) */ macro2559 # define SSL_POLL_EVENT_OS (SSL_POLL_EVENT_OSB | SSL_POLL_EVENT_OSU)
2500 # define SSL_POLL_EVENT_OSB (1U << 11) /* OSB (Outgoing Stream: Bidi) */ macro2512 # define SSL_POLL_EVENT_OS (SSL_POLL_EVENT_OSB | SSL_POLL_EVENT_OSU)
5275 if ((events & SSL_POLL_EVENT_OSB) != 0 in ossl_quic_conn_poll_events()5277 revents |= SSL_POLL_EVENT_OSB; in ossl_quic_conn_poll_events()
340 #define SSL_POLL_EVENT_OSB (1U << 11)365 #define SSL_POLL_EVENT_OS (SSL_POLL_EVENT_OSB | SSL_POLL_EVENT_OSU)
4543 MLINKS+= SSL_poll.3 SSL_POLL_EVENT_OSB.3