Home
last modified time | relevance | path

Searched refs:BuildHandshakeWriteBuffer (Results 1 – 8 of 8) 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()
/external/chromium_org/net/socket/
Dsocks_client_socket.cc294 const std::string SOCKSClientSocket::BuildHandshakeWriteBuffer() const { in BuildHandshakeWriteBuffer() function in net::SOCKSClientSocket
326 buffer_ = BuildHandshakeWriteBuffer(); in DoHandshakeWrite()
Dsocks5_client_socket.h115 int BuildHandshakeWriteBuffer(std::string* handshake) const;
Dsocks_client_socket.h96 const std::string BuildHandshakeWriteBuffer() const;
Dsocks5_client_socket.cc337 int SOCKS5ClientSocket::BuildHandshakeWriteBuffer(std::string* handshake) in BuildHandshakeWriteBuffer() function in net::SOCKS5ClientSocket
364 int rv = BuildHandshakeWriteBuffer(&buffer_); in DoHandshakeWrite()