OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATE_WRITE_TIMEOUT
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc
585
if (!pruned_ && (write_state_ ==
STATE_WRITE_TIMEOUT
))
623
if (!pruned_ && (write_state_ ==
STATE_WRITE_TIMEOUT
))
651
set_write_state(
STATE_WRITE_TIMEOUT
);
658
set_write_state(
STATE_WRITE_TIMEOUT
);
724
set_write_state(
STATE_WRITE_TIMEOUT
);
754
'-', //
STATE_WRITE_TIMEOUT
819
set_write_state(
STATE_WRITE_TIMEOUT
);
845
(write_state_ ==
STATE_WRITE_TIMEOUT
)) {
p2ptransportchannel.cc
598
case Connection::
STATE_WRITE_TIMEOUT
:
783
return (conn->write_state() != Connection::
STATE_WRITE_TIMEOUT
);
790
return (conn->write_state() != Connection::
STATE_WRITE_TIMEOUT
) ||
[
all
...]
tcpport.cc
224
// TODO: Should
STATE_WRITE_TIMEOUT
return a non-blocking error?
252
set_write_state(
STATE_WRITE_TIMEOUT
);
port.h
298
STATE_WRITE_TIMEOUT
= 2 // we have had a large number of ping failures
/external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc
131
(connection->write_state() == Connection::
STATE_WRITE_TIMEOUT
);
Completed in 249 milliseconds