Searched refs:SSL_want_read (Results 1 – 4 of 4) sorted by relevance
991 if (SSL_want_read (connection->tls_session))
523 if ( res < 0 && SSL_want_read (connection->tls_session) ) in recv_tls_adapter()
3200 #define SSL_want_read(ssl) (SSL_want(ssl) == SSL_READING) macro
732 if (SSL_want_read(ssl)) { in SSL_get_error()