Searched defs:num_sockets (Results 1 - 8 of 8) sorted by path

/external/chromium_org/net/http/
H A Dhttp_proxy_client_socket_pool.cc468 int num_sockets,
473 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
465 RequestSockets( const std::string& group_name, const void* params, int num_sockets, const BoundNetLog& net_log) argument
/external/chromium_org/net/socket/
H A Dclient_socket_pool.h107 // RequestSockets is used to request that |num_sockets| be connected in the
109 // |num_sockets| idle sockets / active sockets / currently connecting sockets,
111 // many connections as necessary to reach |num_sockets| total sockets for the
115 // is intended to make sure ahead of time that |num_sockets| sockets are
119 int num_sockets,
199 int num_sockets,
201 pool->RequestSockets(group_name, &params, num_sockets, net_log);
195 RequestSocketsForPool( PoolType* pool, const std::string& group_name, const scoped_refptr<typename PoolType::SocketParams>& params, int num_sockets, const BoundNetLog& net_log) argument
H A Dclient_socket_pool_base.cc295 int num_sockets) {
303 if (num_sockets > max_sockets_per_group_) {
304 num_sockets = max_sockets_per_group_;
309 NetLog::IntegerCallback("num_sockets", num_sockets));
317 for (int num_iterations_left = num_sockets;
318 group->NumActiveSocketSlots() < num_sockets &&
292 RequestSockets( const std::string& group_name, const Request& request, int num_sockets) argument
H A Dclient_socket_pool_base.h243 int num_sockets);
755 int num_sockets,
764 helper_.RequestSockets(group_name, request, num_sockets);
753 RequestSockets(const std::string& group_name, const scoped_refptr<SocketParams>& params, int num_sockets, const BoundNetLog& net_log) argument
H A Dsocks_client_socket_pool.cc228 int num_sockets,
233 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
225 RequestSockets( const std::string& group_name, const void* params, int num_sockets, const BoundNetLog& net_log) argument
H A Dssl_client_socket_pool.cc726 int num_sockets,
731 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
723 RequestSockets( const std::string& group_name, const void* params, int num_sockets, const BoundNetLog& net_log) argument
H A Dtransport_client_socket_pool.cc488 int num_sockets,
501 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
485 RequestSockets( const std::string& group_name, const void* params, int num_sockets, const BoundNetLog& net_log) argument
H A Dwebsocket_transport_client_socket_pool.cc358 int num_sockets,
355 RequestSockets( const std::string& group_name, const void* params, int num_sockets, const BoundNetLog& net_log) argument

Completed in 245 milliseconds