Searched refs:SSL_get_shutdown (Results 1 – 13 of 13) sorted by relevance
38 char SSL_get_shutdown(void) {return 0;}51 #define SSL_get_shutdown SSL_GET_SHUTDOWN
322 return (NativeCrypto.SSL_get_shutdown(sslNativePointer) in isInboundDone()334 return (NativeCrypto.SSL_get_shutdown(sslNativePointer) in isOutboundDone()
1192 public static native int SSL_get_shutdown(long sslNativePointer); in SSL_get_shutdown() method in NativeCrypto
292 #define SSL_get_shutdown SSL_GET_SHUTDOWN macro
548 /* Define to 1 if you have the `SSL_get_shutdown' function. */
494 if (SSL_get_shutdown(bev_ssl->ssl) & SSL_RECEIVED_SHUTDOWN) in conn_closed()
2856 OPENSSL_EXPORT int SSL_get_shutdown(const SSL *ssl);
1946 int SSL_get_shutdown(const SSL *ssl) { return ssl->shutdown; } in SSL_get_shutdown() function
974 switch(SSL_get_shutdown(connssl->handle)) { in Curl_ossl_shutdown()
1572 dnl SSL_get_shutdown (but this check won't actually detect it there1581 SSL_get_shutdown \
10556 int status = SSL_get_shutdown(ssl);11287 NATIVE_METHOD(NativeCrypto, SSL_get_shutdown, "(J)I"),
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...