Home
last modified time | relevance | path

Searched refs:BuildHandshakeWriteBuffer (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/socket/
Dsocks_client_socket.h103 const std::string BuildHandshakeWriteBuffer() const;
Dsocks5_client_socket.h122 int BuildHandshakeWriteBuffer(std::string* handshake) const;
Dsocks_client_socket.cc292 const std::string SOCKSClientSocket::BuildHandshakeWriteBuffer() const { in BuildHandshakeWriteBuffer() function in net::SOCKSClientSocket
325 buffer_ = BuildHandshakeWriteBuffer(); in DoHandshakeWrite()
Dsocks5_client_socket.cc343 int SOCKS5ClientSocket::BuildHandshakeWriteBuffer(std::string* handshake) in BuildHandshakeWriteBuffer() function in net::SOCKS5ClientSocket
370 int rv = BuildHandshakeWriteBuffer(&buffer_); in DoHandshakeWrite()