OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEND_CLOSED
(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;
219
DCHECK(state_ == CONNECTING || state_ == CONNECTED || state_ ==
SEND_CLOSED
||
564
case
SEND_CLOSED
:
628
if (SendClose(send_code, send_reason) == // Sets state_ to
SEND_CLOSED
672
state_ = (state_ == CONNECTED) ?
SEND_CLOSED
: CLOSE_WAIT;
websocket_channel.h
111
// FRESHLY_CONSTRUCTED to CLOSED, except that the
SEND_CLOSED
and RECV_CLOSED
117
SEND_CLOSED
, // A Close frame has been sent but not received.
158
// Returns true if state_ is
SEND_CLOSED
, CLOSE_WAIT or CLOSED.
Completed in 5316 milliseconds