Searched refs:SSL_want_write (Results 1 – 3 of 3) sorted by relevance
3201 #define SSL_want_write(ssl) (SSL_want(ssl) == SSL_WRITING) macro
762 if (SSL_want_write(ssl)) { in SSL_get_error()
563 if ( res < 0 && SSL_want_write (connection->tls_session) ) in send_tls_adapter()