Home
last modified time | relevance | path

Searched refs:cs_SENT_CLOSE (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/ssl/
DSSLSocketImpl.java160 private static final int cs_SENT_CLOSE = 5; field in SSLSocketImpl
714 case cs_SENT_CLOSE: in writeRecord()
1060 && connectionState != cs_SENT_CLOSE) { in readRecord()
1463 case cs_SENT_CLOSE: in checkEOF()
1488 if (checkEOF() || (getConnectionState() == cs_SENT_CLOSE)) { in checkWrite()
1598 if (state != cs_SENT_CLOSE) { in closeInternal()
1601 connectionState = cs_SENT_CLOSE; in closeInternal()
1615 if (state == cs_SENT_CLOSE) { in closeInternal()
1971 if (connectionState >= cs_SENT_CLOSE) { in sendAlert()