OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoHTTPTunnel
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/tool/
transport_common.h
67
//
DoHTTPTunnel
sends an HTTP CONNECT request over |sock|. It returns true on
69
bool
DoHTTPTunnel
(int sock, const std::string &hostname_and_port);
client.cc
234
!
DoHTTPTunnel
(sock, args_map["-connect"])) {
transport_common.cc
944
bool
DoHTTPTunnel
(int sock, const std::string &hostname_and_port) {
Completed in 107 milliseconds