Searched refs:SSL_get_blocking_mode (Results 1 – 9 of 9) sorted by relevance
5 SSL_set_blocking_mode, SSL_get_blocking_mode - configure blocking mode for a13 int SSL_get_blocking_mode(SSL *s);26 To retrieve the current blocking mode, call SSL_get_blocking_mode().53 SSL_get_blocking_mode() returns 1 if blocking is currently enabled. It returns62 The SSL_set_blocking_mode() and SSL_get_blocking_mode() functions were added in
437 if (s == NULL || SSL_get_blocking_mode(s)) in qtest_wait_for_timeout()494 } else if (SSL_get_blocking_mode(clientssl) > 0) { in qtest_create_quic_connection_ex()619 if (SSL_get_blocking_mode(clientssl) > 0) { in qtest_shutdown()
537 SSL_get_blocking_mode 538 3_2_0 EXIST::FUNCTION:
508 int SSL_get_blocking_mode(SSL *s);
35 …- [`SSL_set_blocking_mode`, `SSL_get_blocking_mode`](#-ssl-set-blocking-mode----ssl-get-blocking-m…460 #### `SSL_set_blocking_mode`, `SSL_get_blocking_mode`
628 | `SSL_get_blocking_mode` | CSSM | N | A | QSA | Done …
529 =item L<SSL_set_blocking_mode(3)>, L<SSL_get_blocking_mode(3)>
2290 __owur int SSL_get_blocking_mode(SSL *s);
7600 int SSL_get_blocking_mode(SSL *s) in SSL_get_blocking_mode() function
Completed in 75 milliseconds