Searched refs:SSL_pending (Results 1 – 13 of 13) sorted by relevance
156 if ( (0 != SSL_pending (connection->tls_session)) && in MHD_tls_connection_handle_idle()
2196 (0 != SSL_pending (pos->tls_session)) ) in MHD_get_timeout()2212 (0 != SSL_pending (pos->tls_session)) ) in MHD_get_timeout()
261 return SSL_pending(session->io_context) > 0 ? SPDY_YES : SPDY_NO; in SPDYF_openssl_is_pending()
125 return SSL_pending(ctx->ssl); in rfbssl_pending()
253 if (is_read && SSL_pending(ssl_.get()) > 0) { in WaitForData()270 if (is_read && SSL_pending(ssl_.get()) > 0) { in WaitForDataBlocking()
298 #define SSL_pending SSL_PENDING macro
597 return (0 != SSL_pending(conn->ssl[connindex].handle)) ? TRUE : FALSE; in Curl_cyassl_data_pending()
2974 return (0 != SSL_pending(conn->ssl[connindex].handle)) ? TRUE : FALSE; in Curl_ossl_data_pending()
602 unsigned int pending = SSL_pending(ssl_); in Read()
800 n_to_read = SSL_pending(bev_ssl->ssl); in consider_reading()
313 OPENSSL_EXPORT int SSL_pending(const SSL *ssl);
1117 int SSL_pending(const SSL *ssl) { in SSL_pending() function
7723 SSL_pending() as we should.