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

/external/chromium_org/net/websockets/
H A Dwebsocket_channel.h106 CLOSE_WAIT, // The Closing Handshake has completed, but the remote server enumerator in enum:net::WebSocketChannel::State
142 // Returns true if state_ is SEND_CLOSED, CLOSE_WAIT or CLOSED.
H A Dwebsocket_channel.cc136 return state_ == SEND_CLOSED || state_ == CLOSE_WAIT || state_ == CLOSED;
471 if (state_ == CLOSED || state_ == CLOSE_WAIT) {
558 SendClose(code, reason); // Sets state_ to CLOSE_WAIT
565 state_ = CLOSE_WAIT;
663 state_ = (state_ == CONNECTED) ? SEND_CLOSED : CLOSE_WAIT;

Completed in 182 milliseconds