OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendClose
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/websockets/
websocket_channel.cc
246
SendClose
(kWebSocketErrorInternalServerError, "Internal Error"));
250
AllowUnused(
SendClose
(code, IsStringUTF8(reason) ? reason : std::string()));
477
"
SendClose
()";
555
if (
SendClose
(code, reason) == // Sets state_ to CLOSE_WAIT
628
if (
SendClose
(send_code, send_reason) == // Sets state_ to SEND_CLOSED
641
ChannelState WebSocketChannel::
SendClose
(uint16 code,
websocket_channel.h
218
ChannelState
SendClose
(uint16 code,
Completed in 634 milliseconds