Searched refs:SSL_has_pending (Results 1 – 14 of 14) sorted by relevance
5 SSL_pending, SSL_has_pending - check for readable bytes buffered in an13 int SSL_has_pending(const SSL *s);35 SSL_has_pending() returns 1 if B<s> has buffered data (whether processed or36 unprocessed) and 0 otherwise. Note that it is possible for SSL_has_pending() to40 this scenario for SSL_has_pending() to continue to return 1 even after an48 bytes that are pending and are available for immediate read. SSL_has_pending()58 The SSL_has_pending() function was added in OpenSSL 1.1.0.
48 records, and SSL_has_pending() can't tell the difference between processed and
564 || !TEST_false(SSL_has_pending(cssl))) in test_swap_records()570 || !TEST_true(SSL_has_pending(cssl))) in test_swap_records()
148 || !TEST_true(SSL_has_pending(clientquic)) in test_quic_write_read()
8016 || !TEST_false(SSL_has_pending(clientssl)) in test_ssl_pending()8018 || !TEST_false(SSL_has_pending(serverssl)) in test_ssl_pending()8024 || !TEST_true(SSL_has_pending(clientssl))) in test_ssl_pending()
71 SSL_peek(), SSL_pending(), SSL_has_pending() peek into the stored
597 | `SSL_has_pending` | ADP | C | A | QSI | Done …930 ### What should `SSL_pending` and `SSL_has_pending` do?936 `SSL_has_pending` returns a boolean value indicating whether there is processed
23 - [`SSL_has_pending`](#-ssl-has-pending-)263 #### `SSL_has_pending`
385 SSL_has_pending 386 3_0_0 EXIST::FUNCTION:
2632 read_from_sslcon = SSL_has_pending(con) in sv_body()2883 if (SSL_has_pending(con)) in sv_body()
2985 ssl_pending = read_ssl && SSL_has_pending(con); in s_client_main()
1599 __owur int SSL_has_pending(const SSL *s);
1906 int SSL_has_pending(const SSL *s) in SSL_has_pending() function
1659 * Fixed SSL_pending() and SSL_has_pending() with DTLS which were failing to
Completed in 188 milliseconds