Searched refs:SE_CLOSE (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/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 | 408 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED); in send() 445 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED); in recv() 700 OnHttpStreamEvent(http_stream_, SE_CLOSE, error); in flush_data() 745 ds->SignalEvent(ds, SE_CLOSE, err); in do_complete() 778 if ((events & SE_CLOSE) == 0) in OnHttpStreamEvent() 804 if (events & SE_CLOSE) { in OnDocumentEvent()
|
D | sslstreamadapterhelper.cc | 116 StreamAdapterInterface::OnEvent(stream(), SE_CLOSE, err); in Error()
|
D | socketstream.cc | 117 SignalEvent(this, SE_CLOSE, err); in OnCloseEvent()
|
D | opensslstreamadapter.cc | 717 if ((events & SE_CLOSE)) { in OnEvent() 720 events_to_signal |= SE_CLOSE; in OnEvent() 856 StreamAdapterInterface::OnEvent(stream(), SE_CLOSE, err); in Error()
|
D | testutils.h | 55 SSE_CLOSE = SE_CLOSE, 206 events |= SE_CLOSE; in SetState()
|
D | stream.h | 51 enum StreamEvent { SE_OPEN = 1, SE_READ = 2, SE_WRITE = 4, SE_CLOSE = 8 }; enumerator
|
D | stream.cc | 953 } else if (events & SE_CLOSE) { in OnEvent()
|
D | sslstreamadapter_unittest.cc | 113 int mask = (rtc::SE_READ | rtc::SE_CLOSE); in OnEventIn()
|
/external/webrtc/webrtc/p2p/base/ |
D | dtlstransportchannel.cc | 549 if (sig & rtc::SE_CLOSE) { in OnDtlsEvent() 550 ASSERT(sig == rtc::SE_CLOSE); // SE_CLOSE should be by itself. in OnDtlsEvent()
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppsocket.cc | 151 if ((events & rtc::SE_CLOSE)) in OnEvent()
|