Searched refs:SSL_poll (Results 1 – 8 of 8) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_poll.pod | 5 SSL_poll, 67 int SSL_poll(SSL_POLL_ITEM *items, 111 After SSL_poll() returns, this is the set of zero or more events which are 121 To use SSL_poll(), call it with an array of B<SSL_POLL_ITEM> structures. The 148 when the call to SSL_poll() returns; see L</RETURN VALUES> for details. 157 SSL_poll() for a resource, it will continue to be reported in future SSL_poll() 159 event type bit in future SSL_poll() calls if it does not wish to receive 281 SSL_poll() as presently implemented has the following limitations: 287 The implementation of SSL_poll() only supports nonblocking operation and 307 SSL_poll() returns 1 on success and 0 on failure. [all …]
|
/openssl/ssl/rio/ |
H A D | poll_immediate.c | 36 int SSL_poll(SSL_POLL_ITEM *items, in SSL_poll() function
|
/openssl/demos/guide/ |
H A D | quic-hq-interop.c | 928 if (!SSL_poll(poll_list, this_poll_count, sizeof(SSL_POLL_ITEM), in main()
|
/openssl/util/ |
H A D | libssl.num | 583 SSL_poll 584 3_3_0 EXIST::FUNCTION:
|
/openssl/doc/ |
H A D | build.info | 2718 DEPEND[html/man3/SSL_poll.html]=man3/SSL_poll.pod 2719 GENERATE[html/man3/SSL_poll.html]=man3/SSL_poll.pod 2720 DEPEND[man/man3/SSL_poll.3]=man3/SSL_poll.pod 2721 GENERATE[man/man3/SSL_poll.3]=man3/SSL_poll.pod 3685 html/man3/SSL_poll.html \ 4348 man/man3/SSL_poll.3 \
|
/openssl/test/ |
H A D | quic_multistream_test.c | 5528 if (!TEST_false(SSL_poll(items, OSSL_NELEM(items), sizeof(SSL_POLL_ITEM), in script_85_poll() 5536 ret = SSL_poll(items, OSSL_NELEM(items), sizeof(SSL_POLL_ITEM), in script_85_poll()
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 2482 __owur int SSL_poll(SSL_POLL_ITEM *items,
|
/openssl/ |
H A D | CHANGES.md | 475 non-blocking manner. Refer to the SSL_poll(3) manpage for details.
|
Completed in 91 milliseconds