HomeSort by relevance Sort by last modified time
    Searched refs:SE_CLOSE (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapterhelper.cc 119 StreamAdapterInterface::OnEvent(stream(), SE_CLOSE, err);
socketpool.cc 106 if ((events & SE_CLOSE) == 0) {
239 ASSERT(0 != (events & (SE_READ|SE_CLOSE)));
240 if (0 != (events & SE_CLOSE)) {
httpbase.cc 424 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED);
461 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED);
715 OnHttpStreamEvent(http_stream_, SE_CLOSE, error);
760 ds->SignalEvent(ds, SE_CLOSE, err);
793 if ((events & SE_CLOSE) == 0)
819 if (events & SE_CLOSE) {
socketstream.cc 134 SignalEvent(this, SE_CLOSE, err);
opensslstreamadapter.cc 574 if ((events & SE_CLOSE)) {
575 LOG(LS_VERBOSE) << "OpenSSLStreamAdapter::OnEvent(SE_CLOSE, " << err << ")";
577 events_to_signal |= SE_CLOSE;
578 // SE_CLOSE is the only event that uses the final parameter to OnEvent().
701 StreamAdapterInterface::OnEvent(stream(), SE_CLOSE, err);
nssstreamadapter.cc 755 if ((events & SE_CLOSE)) {
756 LOG(LS_INFO) << "NSSStreamAdapter::OnEvent(SE_CLOSE, " << err << ")";
758 events_to_signal |= SE_CLOSE;
759 // SE_CLOSE is the only event that uses the final parameter to OnEvent().
testutils.h 60 SSE_CLOSE = SE_CLOSE,
211 events |= SE_CLOSE;
stream.h 63 // SE_CLOSE: The stream has transitioned to the SS_CLOSED state
66 enum StreamEvent { SE_OPEN = 1, SE_READ = 2, SE_WRITE = 4, SE_CLOSE = 8 };
102 // Attempt to transition to the SS_CLOSED state. SE_CLOSE will not be
109 // If SE_CLOSE is signalled, then the third argument is the associated error
sslstreamadapter_unittest.cc 126 int mask = (talk_base::SE_READ | talk_base::SE_CLOSE);
stream.cc 1079 } else if (events & SE_CLOSE) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
socketpool.cc 106 if ((events & SE_CLOSE) == 0) {
234 ASSERT(0 != (events & (SE_READ|SE_CLOSE)));
235 if (0 != (events & SE_CLOSE)) {
httpbase.cc 420 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED);
457 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED);
711 OnHttpStreamEvent(http_stream_, SE_CLOSE, error);
756 ds->SignalEvent(ds, SE_CLOSE, err);
789 if ((events & SE_CLOSE) == 0)
815 if (events & SE_CLOSE) {
socketstream.cc 134 SignalEvent(this, SE_CLOSE, err);
opensslstreamadapter.cc 390 if ((events & SE_CLOSE)) {
391 LOG(LS_INFO) << "OpenSSLStreamAdapter::OnEvent(SE_CLOSE, " << err << ")";
393 events_to_signal |= SE_CLOSE;
394 // SE_CLOSE is the only event that uses the final parameter to OnEvent().
501 StreamAdapterInterface::OnEvent(stream(), SE_CLOSE, err);
stream.h 61 // SE_CLOSE: The stream has transitioned to the SS_CLOSED state
64 enum StreamEvent { SE_OPEN = 1, SE_READ = 2, SE_WRITE = 4, SE_CLOSE = 8 };
91 // Attempt to transition to the SS_CLOSED state. SE_CLOSE will not be
98 // If SE_CLOSE is signalled, then the third argument is the associated error
stream.cc 919 } else if (events & SE_CLOSE) {
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 181 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, 0));
199 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, -1));
428 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, nError));
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 184 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, 0));
202 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, -1));
437 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, nError));
tunnelsessionclient_unittest.cc 169 if (events & talk_base::SE_CLOSE) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransportchannel.cc 492 if (sig & talk_base::SE_CLOSE) {
493 ASSERT(sig == talk_base::SE_CLOSE); // SE_CLOSE should be by itself.
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppsocket.cc 160 if ((events & talk_base::SE_CLOSE))
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppsocket.cc 169 if ((events & talk_base::SE_CLOSE))
  /external/chromium_org/third_party/libjingle/source/talk/examples/pcp/
pcp_main.cc 428 if (events & talk_base::SE_CLOSE) {

Completed in 2333 milliseconds