Searched refs:cs_ERROR (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSocketImpl.java159 private static final int cs_ERROR = 4; field in class:SSLSocketImpl
186 * If the socket is closed (connectionState >= cs_ERROR),
270 * cs_CLOSED/cs_ERROR socket.
709 case cs_ERROR:
843 if (connectionState < cs_ERROR) {
919 (state != cs_ERROR) && (state != cs_APP_CLOSED)) {
1125 if (connectionState < cs_ERROR) {
1156 if (connectionState >= cs_ERROR || mac == MAC.NULL) {
1469 case cs_ERROR:
1574 case cs_ERROR
[all...]
H A DSSLEngineImpl.java175 private static final int cs_ERROR = 4; field in class:SSLEngineImpl
234 * If the engine is closed (connectionState >= cs_ERROR),
691 // cs_ERROR/cs_CLOSED
933 if (getConnectionState() != cs_ERROR) {
1109 if (connectionState < cs_ERROR && !isInboundDone() &&
1279 if (connectionState < cs_ERROR && !isOutboundDone() &&
1333 if ((connectionState < cs_ERROR) && !isOutboundDone()) {
1359 if (connectionState >= cs_ERROR || mac == MAC.NULL) {
1430 case cs_ERROR:
1658 connectionState = cs_ERROR;
[all...]

Completed in 45 milliseconds