Searched refs:SSL_get_shutdown (Results 1 – 14 of 14) sorted by relevance
38 char SSL_get_shutdown(void) {return 0;}51 #define SSL_get_shutdown SSL_GET_SHUTDOWN
510 return (NativeCrypto.SSL_get_shutdown(ssl, this) & SSL_RECEIVED_SHUTDOWN) != 0; in wasShutdownReceived()514 return (NativeCrypto.SSL_get_shutdown(ssl, this) & SSL_SENT_SHUTDOWN) != 0; in wasShutdownSent()
1096 static native int SSL_get_shutdown(long ssl, NativeSsl ssl_holder); in SSL_get_shutdown() method in NativeCrypto
297 #define SSL_get_shutdown SSL_GET_SHUTDOWN macro
572 /* Define to 1 if you have the `SSL_get_shutdown' function. */
609 /* Define to 1 if you have the `SSL_get_shutdown' function. */
2230 assert((SSL_get_shutdown(ssl) & mode) == SSL_get_shutdown(ssl)); in SSL_set_shutdown()2243 int SSL_get_shutdown(const SSL *ssl) { in SSL_get_shutdown() function
504 if (SSL_get_shutdown(bev_ssl->ssl) & SSL_RECEIVED_SHUTDOWN) in conn_closed()
3509 OPENSSL_EXPORT int SSL_get_shutdown(const SSL *ssl);
1260 switch(SSL_get_shutdown(BACKEND->handle)) { in Curl_ossl_shutdown()
1847 (SSL_get_shutdown(self->ssl) == in PySSL_SSLread()
1768 dnl SSL_get_shutdown (but this check won't actually detect it there1773 SSL_get_shutdown \
2160 SSL_get_shutdown(self->ssl) == SSL_RECEIVED_SHUTDOWN) in _ssl__SSLSocket_read_impl()
8403 int status = SSL_get_shutdown(ssl); in NativeCrypto_SSL_get_shutdown()9986 CONSCRYPT_NATIVE_METHOD(SSL_get_shutdown, "(J" REF_SSL ")I"),