Searched refs:DirectSend (Results 1 – 5 of 5) sorted by relevance
52 DirectSend(server_hello.data(), server_hello.size()); in ProcessInput()80 void AsyncSocksProxyServerSocket::DirectSend(const ByteBufferWriter& buf) { in DirectSend() function in rtc::AsyncSocksProxyServerSocket81 BufferedReadAdapter::DirectSend(buf.Data(), buf.Length()); in DirectSend()117 DirectSend(response); in SendHelloReply()138 DirectSend(response); in SendAuthReply()173 DirectSend(response); in SendConnectResult()
186 const int res = DirectSend(kSslClientHello, sizeof(kSslClientHello)); in OnConnectEvent()355 DirectSend(str.c_str(), str.size()); in SendRequest()618 DirectSend(request.Data(), request.Length()); in SendHello()634 DirectSend(request.Data(), request.Length()); in SendAuth()653 DirectSend(request.Data(), request.Length()); in SendConnect()
52 void DirectSend(const ByteBufferWriter& buf);
44 int DirectSend(const void* pv, size_t cb) { in DirectSend() function
80 BufferedReadAdapter::DirectSend(&code, sizeof(char)); in SendConnectResult()