Home
last modified time | relevance | path

Searched refs:DirectSend (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dsocketadapters.cc192 DirectSend(kSslClientHello, sizeof(kSslClientHello))); in OnConnectEvent()
242 DirectSend(kSslServerHello, sizeof(kSslServerHello)); in ProcessInput()
380 DirectSend(str.c_str(), str.size()); in SendRequest()
666 DirectSend(request.Data(), request.Length()); in SendHello()
682 DirectSend(request.Data(), request.Length()); in SendAuth()
701 DirectSend(request.Data(), request.Length()); in SendConnect()
736 void AsyncSocksProxyServerSocket::DirectSend(const ByteBuffer& buf) { in DirectSend() function in rtc::AsyncSocksProxyServerSocket
737 BufferedReadAdapter::DirectSend(buf.Data(), buf.Length()); in DirectSend()
775 DirectSend(response); in SendHelloReply()
799 DirectSend(response); in SendAuthReply()
[all …]
Dsocketadapters.h40 int DirectSend(const void* pv, size_t cb) { in DirectSend() function
196 void DirectSend(const ByteBuffer& buf);
Dnatserver.cc78 BufferedReadAdapter::DirectSend(&code, sizeof(char)); in SendConnectResult()