Searched refs:SSL_want_write (Results 1 – 11 of 11) sorted by relevance
100 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) { in lws_ssl_capable_read()180 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) { in lws_ssl_capable_write()304 if (SSL_want_write(wsi->tls.ssl)) { in __lws_tls_shutdown()
188 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) in lws_tls_client_connect()
353 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) { in lws_tls_server_accept()
258 if (SSL_want_write(wsi->tls.ssl)) { in lws_ssl_capable_read()346 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) { in lws_ssl_capable_write()505 if (SSL_want_write(wsi->tls.ssl)) { in __lws_tls_shutdown()
428 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) in lws_tls_client_connect()
663 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) {
117 int SSL_want_write(const SSL *ssl) in SSL_want_write() function152 else if (ssl->err == SSL_ERROR_WANT_WRITE || SSL_want_write(ssl)) in SSL_get_error()
512 int SSL_want_write(const SSL *ssl);
2194 return _lib.SSL_want_write(self._ssl)
4452 #define SSL_want_write(ssl) (SSL_want(ssl) == SSL_WRITING) macro
4524 #define SSL_want_write(ssl) (SSL_want(ssl) == SSL_WRITING) macro