HomeSort by relevance Sort by last modified time
    Searched refs:num_connections (Results 1 - 9 of 9) sorted by null

  /external/curl/lib/
conncache.h 28 size_t num_connections; member in struct:conncache
40 size_t num_connections; /* Number of connections in the bundle */ member in struct:connectbundle
conncache.c 56 (*cb_ptr)->num_connections = 0;
88 cb_ptr->num_connections++;
102 cb_ptr->num_connections--;
237 connc->num_connections++;
241 conn->connection_id, (curl_off_t) connc->num_connections));
255 if(bundle->num_connections == 0) {
260 connc->num_connections--;
264 (curl_off_t) connc->num_connections));
url.c     [all...]
multi.c 510 data->state.conn_cache->num_connections > maxconnects) {
    [all...]
  /system/bt/vendor_libs/test_vendor_lib/test/
async_manager_unittest.cc 151 static const int num_connections = 300;
152 for (int i = 0; i < num_connections; i++) {
161 static const int num_connections = 300;
162 int socket_cli_fd[num_connections];
163 for (int i = 0; i < num_connections; i++) {
168 for (int i = 0; i < num_connections; i++) {
  /external/autotest/client/site_tests/p2p_ShareFiles/
p2p_ShareFiles.py 96 num_connections = p2pcli.get_peer_connections(peer_name)
97 if num_connections:
98 logging.info('Peer connections: %r', num_connections)
  /external/autotest/client/cros/netprotos/
cros_p2p.py 63 def set_num_connections(self, num_connections, announce=False):
69 @param num_connections: An integer with the number of connections.
73 self._num_connections = num_connections
79 txts = ['num_connections=%d' % self._num_connections]
193 """Returns the cached num_connections of the given peer.
203 m = re.match(r'num_connections=(\d+)$', txt)
206 return None # No num_connections found.
  /external/libmicrohttpd/src/include/
microhttpd.h 2516 unsigned int num_connections; member in union:MHD_DaemonInfo
    [all...]
  /external/libmicrohttpd/src/microhttpd/
daemon.c 2439 unsigned int num_connections; local
    [all...]

Completed in 245 milliseconds