OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLOSE_WAIT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/websockets/
websocket_channel.cc
168
return state_ == SEND_CLOSED || state_ ==
CLOSE_WAIT
|| state_ == CLOSED;
220
state_ ==
CLOSE_WAIT
);
479
if (state_ ==
CLOSE_WAIT
) {
555
if (SendClose(code, reason) == // Sets state_ to
CLOSE_WAIT
565
state_ =
CLOSE_WAIT
;
672
state_ = (state_ == CONNECTED) ? SEND_CLOSED :
CLOSE_WAIT
;
websocket_channel.h
121
CLOSE_WAIT
, // The Closing Handshake has completed, but the remote server
158
// Returns true if state_ is SEND_CLOSED,
CLOSE_WAIT
or CLOSED.
Completed in 23 milliseconds