/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | socketpool.cc | 106 if ((events & SE_CLOSE) == 0) { in OnStreamEvent() 239 ASSERT(0 != (events & (SE_READ|SE_CLOSE))); in OnStreamEvent() 240 if (0 != (events & SE_CLOSE)) { in OnStreamEvent()
|
D | httpbase.cc | 424 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED); in send() 461 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED); in recv() 715 OnHttpStreamEvent(http_stream_, SE_CLOSE, error); in flush_data() 760 ds->SignalEvent(ds, SE_CLOSE, err); in do_complete() 793 if ((events & SE_CLOSE) == 0) in OnHttpStreamEvent() 819 if (events & SE_CLOSE) { in OnDocumentEvent()
|
D | sslstreamadapterhelper.cc | 120 StreamAdapterInterface::OnEvent(stream(), SE_CLOSE, err); in Error()
|
D | socketstream.cc | 134 SignalEvent(this, SE_CLOSE, err); in OnCloseEvent()
|
D | opensslstreamadapter.cc | 571 if ((events & SE_CLOSE)) { in OnEvent() 574 events_to_signal |= SE_CLOSE; in OnEvent() 693 StreamAdapterInterface::OnEvent(stream(), SE_CLOSE, err); in Error()
|
D | testutils.h | 70 SSE_CLOSE = SE_CLOSE, 221 events |= SE_CLOSE; in SetState()
|
D | nssstreamadapter.cc | 759 if ((events & SE_CLOSE)) { in OnEvent() 762 events_to_signal |= SE_CLOSE; in OnEvent()
|
D | stream.h | 68 enum StreamEvent { SE_OPEN = 1, SE_READ = 2, SE_WRITE = 4, SE_CLOSE = 8 }; enumerator
|
D | sslstreamadapter_unittest.cc | 128 int mask = (talk_base::SE_READ | talk_base::SE_CLOSE); in OnEventIn()
|
D | stream.cc | 1179 } else if (events & SE_CLOSE) { in OnEvent()
|
/external/chromium_org/third_party/webrtc/base/ |
D | socketpool.cc | 89 if ((events & SE_CLOSE) == 0) { in OnStreamEvent() 222 ASSERT(0 != (events & (SE_READ|SE_CLOSE))); in OnStreamEvent() 223 if (0 != (events & SE_CLOSE)) { in OnStreamEvent()
|
D | httpbase.cc | 404 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED); in send() 441 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED); in recv() 695 OnHttpStreamEvent(http_stream_, SE_CLOSE, error); in flush_data() 740 ds->SignalEvent(ds, SE_CLOSE, err); in do_complete() 773 if ((events & SE_CLOSE) == 0) in OnHttpStreamEvent() 799 if (events & SE_CLOSE) { in OnDocumentEvent()
|
D | sslstreamadapterhelper.cc | 102 StreamAdapterInterface::OnEvent(stream(), SE_CLOSE, err); in Error()
|
D | socketstream.cc | 117 SignalEvent(this, SE_CLOSE, err); in OnCloseEvent()
|
D | opensslstreamadapter.cc | 554 if ((events & SE_CLOSE)) { in OnEvent() 557 events_to_signal |= SE_CLOSE; in OnEvent() 676 StreamAdapterInterface::OnEvent(stream(), SE_CLOSE, err); in Error()
|
D | testutils.h | 53 SSE_CLOSE = SE_CLOSE, 204 events |= SE_CLOSE; in SetState()
|
D | nssstreamadapter.cc | 741 if ((events & SE_CLOSE)) { in OnEvent() 744 events_to_signal |= SE_CLOSE; in OnEvent()
|
D | stream.h | 51 enum StreamEvent { SE_OPEN = 1, SE_READ = 2, SE_WRITE = 4, SE_CLOSE = 8 }; enumerator
|
D | sslstreamadapter_unittest.cc | 110 int mask = (rtc::SE_READ | rtc::SE_CLOSE); in OnEventIn()
|
D | stream.cc | 1162 } else if (events & SE_CLOSE) { in OnEvent()
|
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/ |
D | pseudotcpchannel.cc | 184 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, 0)); in OnChannelDestroyed() 202 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, -1)); in OnSessionTerminate() 439 stream_thread_->Post(this, MSG_ST_EVENT, new EventData(SE_CLOSE, nError)); in OnTcpClosed()
|
D | tunnelsessionclient_unittest.cc | 169 if (events & talk_base::SE_CLOSE) { in OnStreamEvent()
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | dtlstransportchannel.cc | 547 if (sig & talk_base::SE_CLOSE) { in OnDtlsEvent() 548 ASSERT(sig == talk_base::SE_CLOSE); // SE_CLOSE should be by itself. in OnDtlsEvent()
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | xmppsocket.cc | 169 if ((events & talk_base::SE_CLOSE)) in OnEvent()
|