Searched refs:DirectSend (Results 1 – 3 of 3) sorted by relevance
192 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::AsyncSocksProxyServerSocket737 BufferedReadAdapter::DirectSend(buf.Data(), buf.Length()); in DirectSend()775 DirectSend(response); in SendHelloReply()799 DirectSend(response); in SendAuthReply()[all …]
40 int DirectSend(const void* pv, size_t cb) { in DirectSend() function196 void DirectSend(const ByteBuffer& buf);
78 BufferedReadAdapter::DirectSend(&code, sizeof(char)); in SendConnectResult()