Searched refs:SSL_SENT_SHUTDOWN (Results 1 – 7 of 7) sorted by relevance
86 CONST(SSL_SENT_SHUTDOWN); in main()
23 import static org.conscrypt.NativeConstants.SSL_SENT_SHUTDOWN;525 return (NativeCrypto.SSL_get_shutdown(ssl, this) & SSL_SENT_SHUTDOWN) != 0; in wasShutdownSent()
24 import static com.android.org.conscrypt.NativeConstants.SSL_SENT_SHUTDOWN;526 return (NativeCrypto.SSL_get_shutdown(ssl, this) & SSL_SENT_SHUTDOWN) != 0; in wasShutdownSent()
2384 if (mode & SSL_SENT_SHUTDOWN && in SSL_set_shutdown()2399 ret |= SSL_SENT_SHUTDOWN; in SSL_get_shutdown()
1375 case SSL_SENT_SHUTDOWN: in Curl_ossl_shutdown()1381 case SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN: in Curl_ossl_shutdown()
3758 #define SSL_SENT_SHUTDOWN 1 macro
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...