Searched refs:SSL_get_blocking_mode (Results 1 – 11 of 11) 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 returns63 The SSL_set_blocking_mode() and SSL_get_blocking_mode() functions were added in
478 if (s == NULL || SSL_get_blocking_mode(s)) in qtest_wait_for_timeout()545 } else if (SSL_get_blocking_mode(clientssl) > 0) { in qtest_create_quic_connection_ex()699 if (SSL_get_blocking_mode(clientssl) > 0) { in qtest_shutdown()
571 SSL_get_blocking_mode;
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 …
602 =item L<SSL_set_blocking_mode(3)>, L<SSL_get_blocking_mode(3)>
2352 __owur int SSL_get_blocking_mode(SSL *s);
2305 __owur int SSL_get_blocking_mode(SSL *s);
7730 int SSL_get_blocking_mode(SSL *s) in SSL_get_blocking_mode() function