/external/chromium/net/tools/flip_server/ |
H A D | spdy_interface.cc | 89 std::string server_ip, 96 epoll_server, fd, server_ip, server_port, 121 std::string server_ip, std::string server_port) { 142 server_ip, server_port, "", false); 241 std::string server_ip; local 244 server_ip = acceptor_->https_server_ip_; 247 server_ip = acceptor_->http_server_ip_; 251 FindOrMakeNewSMConnectionInterface(server_ip, server_port); 85 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument 120 FindOrMakeNewSMConnectionInterface( std::string server_ip, std::string server_port) argument
|
H A D | spdy_interface.h | 43 std::string server_ip, 57 SMInterface* FindOrMakeNewSMConnectionInterface(std::string server_ip,
|
H A D | streamer_interface.cc | 54 std::string server_ip, 61 epoll_server, fd, server_ip, 50 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
|
H A D | sm_interface.h | 28 std::string server_ip,
|
H A D | sm_connection.h | 74 std::string server_ip,
|
H A D | sm_connection.cc | 79 std::string server_ip, 98 server_ip_ = server_ip; 101 server_ip, 75 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
|
H A D | http_interface.h | 81 std::string server_ip,
|
H A D | streamer_interface.h | 39 std::string server_ip,
|
H A D | http_interface.cc | 111 std::string server_ip, 121 server_ip, 107 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
|
/external/chromium_org/net/tools/flip_server/ |
H A D | spdy_interface.cc | 60 std::string server_ip, 69 server_ip, 93 const std::string& server_ip, 116 server_ip, 261 std::string server_ip; local 264 server_ip = acceptor_->https_server_ip_; 267 server_ip = acceptor_->http_server_ip_; 271 FindOrMakeNewSMConnectionInterface(server_ip, server_port); 56 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument 92 FindOrMakeNewSMConnectionInterface( const std::string& server_ip, const std::string& server_port) argument
|
H A D | streamer_interface.cc | 54 std::string server_ip, 64 server_ip, 50 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
|
H A D | sm_interface.h | 28 std::string server_ip,
|
H A D | spdy_interface.h | 43 std::string server_ip, 53 const std::string& server_ip,
|
H A D | sm_connection.cc | 83 std::string server_ip, 102 server_ip_ = server_ip; 105 &fd_, server_ip, server_port, true, acceptor_->disable_nagle_); 79 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
|
H A D | http_interface.h | 81 std::string server_ip,
|
H A D | sm_connection.h | 73 std::string server_ip,
|
H A D | streamer_interface.h | 39 std::string server_ip,
|
H A D | http_interface.cc | 99 std::string server_ip, 109 server_ip, 95 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
|
/external/chromium_org/net/tools/quic/ |
H A D | quic_server.cc | 218 IPAddressNumber server_ip; local 222 &server_ip, &client_address); 230 IPEndPoint server_address(server_ip, port);
|