Searched refs:SSL_get_shutdown (Results 1 – 19 of 19) sorted by relevance
38 char SSL_get_shutdown(void) {return 0;}51 #define SSL_get_shutdown SSL_GET_SHUTDOWN
521 return (NativeCrypto.SSL_get_shutdown(ssl, this) & SSL_RECEIVED_SHUTDOWN) != 0; in wasShutdownReceived()525 return (NativeCrypto.SSL_get_shutdown(ssl, this) & SSL_SENT_SHUTDOWN) != 0; in wasShutdownSent()
1159 static native int SSL_get_shutdown(long ssl, NativeSsl ssl_holder); in SSL_get_shutdown() method in NativeCrypto
522 return (NativeCrypto.SSL_get_shutdown(ssl, this) & SSL_RECEIVED_SHUTDOWN) != 0; in wasShutdownReceived()526 return (NativeCrypto.SSL_get_shutdown(ssl, this) & SSL_SENT_SHUTDOWN) != 0; in wasShutdownSent()
1199 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
607 /* Define to 1 if you have the `SSL_get_shutdown' function. */
581 /* Define to 1 if you have the `SSL_get_shutdown' function. */
2377 assert((SSL_get_shutdown(ssl) & mode) == SSL_get_shutdown(ssl)); in SSL_set_shutdown()2390 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()
228 SSL_get_shutdown
1780 '#define SSL_get_shutdown GRPC_SHADOW_SSL_get_shutdown',
3764 OPENSSL_EXPORT int SSL_get_shutdown(const SSL *ssl);
1374 switch(SSL_get_shutdown(BACKEND->handle)) { in Curl_ossl_shutdown()
1926 (SSL_get_shutdown(self->ssl) == in PySSL_SSLread()
256 #define SSL_get_shutdown GRPC_SHADOW_SSL_get_shutdown macro
1830 dnl SSL_get_shutdown (but this check won't actually detect it there1835 SSL_get_shutdown \
2469 SSL_get_shutdown(self->ssl) == SSL_RECEIVED_SHUTDOWN) in _ssl__SSLSocket_read_impl()
8490 int status = SSL_get_shutdown(ssl); in NativeCrypto_SSL_get_shutdown()10163 CONSCRYPT_NATIVE_METHOD(SSL_get_shutdown, "(J" REF_SSL ")I"),