Searched refs:SSL_want_write (Results 1 – 14 of 14) sorted by relevance
5 SSL_want, SSL_want_nothing, SSL_want_read, SSL_want_write, SSL_want_x509_lookup,16 int SSL_want_write(const SSL *ssl);94 SSL_want_nothing(), SSL_want_read(), SSL_want_write(), SSL_want_x509_lookup(),
92 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) { in lws_ssl_capable_read()198 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) { in lws_ssl_capable_write()337 if (SSL_want_write(wsi->tls.ssl)) { in __lws_tls_shutdown()
269 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) in lws_tls_client_connect()
342 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) { in lws_tls_server_accept()
277 if (SSL_want_write(wsi->tls.ssl)) { in lws_ssl_capable_read()376 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) { in lws_ssl_capable_write()562 if (SSL_want_write(wsi->tls.ssl)) { in __lws_tls_shutdown()
741 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) {
565 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) in lws_tls_client_connect()
118 int SSL_want_write(const SSL *ssl) in SSL_want_write() function153 else if (ssl->err == SSL_ERROR_WANT_WRITE || SSL_want_write(ssl)) in SSL_get_error()
514 int SSL_want_write(const SSL *ssl);
656 if (SSL_want_write (priv->ssl)) { in gst_dtls_connection_process()840 states |= (! !SSL_want_write (priv->ssl) << 20); in log_state()
454 SSL_want_write define
723 =item int B<SSL_want_write>(const SSL *ssl);
903 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING) macro
3648 if (SSL_want_write(s)) { in SSL_get_error()