Searched refs:SSL_want_read (Results 1 – 11 of 11) sorted by relevance
95 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) { in lws_ssl_capable_read()174 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) { in lws_ssl_capable_write()299 if (SSL_want_read(wsi->tls.ssl)) { in __lws_tls_shutdown()
185 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) in lws_tls_client_connect()
343 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) { in lws_tls_server_accept()
253 if (SSL_want_read(wsi->tls.ssl)) { in lws_ssl_capable_read()340 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) { in lws_ssl_capable_write()500 if (SSL_want_read(wsi->tls.ssl)) { in __lws_tls_shutdown()
425 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) in lws_tls_client_connect()
653 (m != SSL_ERROR_ZERO_RETURN && SSL_want_read(wsi->tls.ssl))) {
104 int SSL_want_read(const SSL *ssl) in SSL_want_read() function150 if (ssl->err == SSL_ERROR_WANT_READ || SSL_want_read(ssl)) in SSL_get_error()
501 int SSL_want_read(const SSL *ssl);
2185 return _lib.SSL_want_read(self._ssl)
4451 #define SSL_want_read(ssl) (SSL_want(ssl) == SSL_READING) macro
4523 #define SSL_want_read(ssl) (SSL_want(ssl) == SSL_READING) macro