OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CS_CLOSED
(Results
1 - 6
of
6
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
socketstream.cc
71
case Socket::
CS_CLOSED
:
sslsocketfactory.cc
90
return detect_ ? CS_CONNECTING :
CS_CLOSED
;
socket.h
171
CS_CLOSED
,
win32socketserver.cc
238
: socket_(INVALID_SOCKET), error_(0), state_(
CS_CLOSED
), connect_time_(0),
500
state_ =
CS_CLOSED
;
612
state_ =
CS_CLOSED
;
649
state_ =
CS_CLOSED
;
physicalsocketserver.cc
111
state_((s == INVALID_SOCKET) ?
CS_CLOSED
: CS_CONNECTED),
196
if (state_ !=
CS_CLOSED
) {
389
state_ =
CS_CLOSED
;
843
state_ =
CS_CLOSED
;
1070
// We set
CS_CLOSED
from CheckSignalClose.
1119
state_ =
CS_CLOSED
;
[
all
...]
socketadapters.cc
297
return
CS_CLOSED
;
551
return
CS_CLOSED
;
Completed in 285 milliseconds