Searched refs:SSL_want_read (Results 1 – 14 of 14) sorted by relevance
5 SSL_want, SSL_want_nothing, SSL_want_read, SSL_want_write, SSL_want_x509_lookup,15 int SSL_want_read(const SSL *ssl);94 SSL_want_nothing(), SSL_want_read(), SSL_want_write(), SSL_want_x509_lookup(),
87 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) { in lws_ssl_capable_read()192 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) { in lws_ssl_capable_write()332 if (SSL_want_read(wsi->tls.ssl)) { in __lws_tls_shutdown()
266 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) in lws_tls_client_connect()
332 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) { in lws_tls_server_accept()
272 if (SSL_want_read(wsi->tls.ssl)) { in lws_ssl_capable_read()370 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) { in lws_ssl_capable_write()557 if (SSL_want_read(wsi->tls.ssl)) { in __lws_tls_shutdown()
731 (m != SSL_ERROR_ZERO_RETURN && SSL_want_read(wsi->tls.ssl))) {
562 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) in lws_tls_client_connect()
105 int SSL_want_read(const SSL *ssl) in SSL_want_read() function151 if (ssl->err == SSL_ERROR_WANT_READ || SSL_want_read(ssl)) in SSL_get_error()
503 int SSL_want_read(const SSL *ssl);
453 SSL_want_read define
841 states |= (! !SSL_want_read (priv->ssl) << 24); in log_state()
721 =item int B<SSL_want_read>(const SSL *ssl);
902 # define SSL_want_read(s) (SSL_want(s) == SSL_READING) macro
3622 if (SSL_want_read(s)) { in SSL_get_error()