Home
last modified time | relevance | path

Searched refs:pool_connections (Results 1 – 25 of 104) sorted by relevance

12345

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/memcache/src/
H A DClusterConnectionPool.cc86 pool_connections[i] = 0; in ClusterConnectionPool()
151 if(pool_connections[i]) { in ~ClusterConnectionPool()
152 delete pool_connections[i]; in ~ClusterConnectionPool()
153 pool_connections[i] = 0; in ~ClusterConnectionPool()
166 pool_connections[0] = c; in setMainConnection()
182 pool_connections[pool_size++] = conn; in addPooledConnection()
208 pool_connections[i]->collect_client_stats(ndb_stats, Ndb::NumClientStatistics); in add_stats()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/memcache/src/
H A DClusterConnectionPool.cc91 pool_connections[i] = 0; in ClusterConnectionPool()
156 if(pool_connections[i]) { in ~ClusterConnectionPool()
157 delete pool_connections[i]; in ~ClusterConnectionPool()
158 pool_connections[i] = 0; in ~ClusterConnectionPool()
177 pool_connections[pool_size++] = conn; in addPooledConnection()
200 pool_connections[i]->collect_client_stats(ndb_stats, Ndb::NumClientStatistics); in add_stats()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/memcache/src/
H A DClusterConnectionPool.cc91 pool_connections[i] = 0; in ClusterConnectionPool()
156 if(pool_connections[i]) { in ~ClusterConnectionPool()
157 delete pool_connections[i]; in ~ClusterConnectionPool()
158 pool_connections[i] = 0; in ~ClusterConnectionPool()
177 pool_connections[pool_size++] = conn; in addPooledConnection()
200 pool_connections[i]->collect_client_stats(ndb_stats, Ndb::NumClientStatistics); in add_stats()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/memcache/src/
H A DClusterConnectionPool.cc91 pool_connections[i] = 0; in ClusterConnectionPool()
156 if(pool_connections[i]) { in ~ClusterConnectionPool()
157 delete pool_connections[i]; in ~ClusterConnectionPool()
158 pool_connections[i] = 0; in ~ClusterConnectionPool()
177 pool_connections[pool_size++] = conn; in addPooledConnection()
200 pool_connections[i]->collect_client_stats(ndb_stats, Ndb::NumClientStatistics); in add_stats()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/memcache/src/
H A DClusterConnectionPool.cc91 pool_connections[i] = 0; in ClusterConnectionPool()
156 if(pool_connections[i]) { in ~ClusterConnectionPool()
157 delete pool_connections[i]; in ~ClusterConnectionPool()
158 pool_connections[i] = 0; in ~ClusterConnectionPool()
177 pool_connections[pool_size++] = conn; in addPooledConnection()
200 pool_connections[i]->collect_client_stats(ndb_stats, Ndb::NumClientStatistics); in add_stats()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/memcache/src/
H A DClusterConnectionPool.cc91 pool_connections[i] = 0; in ClusterConnectionPool()
156 if(pool_connections[i]) { in ~ClusterConnectionPool()
157 delete pool_connections[i]; in ~ClusterConnectionPool()
158 pool_connections[i] = 0; in ~ClusterConnectionPool()
177 pool_connections[pool_size++] = conn; in addPooledConnection()
200 pool_connections[i]->collect_client_stats(ndb_stats, Ndb::NumClientStatistics); in add_stats()
/dports/www/searx/searx-1.0.0/searx/
H A Dpoolrequests.py36 def __init__(self, pool_connections=requests.adapters.DEFAULT_POOLSIZE, argument
50 self._pool_connections = pool_connections
55 self.init_poolmanager(pool_connections, pool_maxsize, block=pool_block, **conn_params)
74 http_adapters = cycle(HTTPAdapterWithConnParams(pool_connections=connect, pool_maxsize=maxsize,
77 https_adapters = cycle(HTTPAdapterWithConnParams(pool_connections=connect, pool_maxsize=maxsize,
81 …http_adapters = cycle((HTTPAdapterWithConnParams(pool_connections=connect, pool_maxsize=maxsize), …
82 …https_adapters = cycle((HTTPAdapterWithConnParams(pool_connections=connect, pool_maxsize=maxsize),…
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/memcache/include/
H A DClusterConnectionPool.h56 Ndb_cluster_connection * pool_connections[MAX_CONNECT_POOL]; variable
93 pool_connections[0] = c; in setMainConnection()
97 return pool_connections[i % pool_size]; in getPooledConnection()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/memcache/include/
H A DClusterConnectionPool.h56 Ndb_cluster_connection * pool_connections[MAX_CONNECT_POOL]; variable
93 pool_connections[0] = c; in setMainConnection()
97 return pool_connections[i % pool_size]; in getPooledConnection()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/memcache/include/
H A DClusterConnectionPool.h56 Ndb_cluster_connection * pool_connections[MAX_CONNECT_POOL]; variable
93 pool_connections[0] = c; in setMainConnection()
97 return pool_connections[i % pool_size]; in getPooledConnection()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/memcache/include/
H A DClusterConnectionPool.h56 Ndb_cluster_connection * pool_connections[MAX_CONNECT_POOL]; variable
93 pool_connections[0] = c; in setMainConnection()
97 return pool_connections[i % pool_size]; in getPooledConnection()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/memcache/include/
H A DClusterConnectionPool.h56 Ndb_cluster_connection * pool_connections[MAX_CONNECT_POOL]; variable
93 pool_connections[0] = c; in setMainConnection()
97 return pool_connections[i % pool_size]; in getPooledConnection()
/dports/www/py-requests-toolbelt/requests-toolbelt-0.9.1/tests/
H A Dtest_socket_options_adapter.py47 pool_connections=10,
65 pool_connections=10,
85 pool_connections=10,
110 pool_connections=10,
/dports/www/py-httpx013/httpx-0.13.3/httpx/_transports/
H A Durllib3.py26 pool_connections: int = 10,
40 num_pools=pool_connections,
132 pool_connections: int = 10,
148 num_pools=pool_connections,
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/memcache/include/
H A DClusterConnectionPool.h54 Ndb_cluster_connection * pool_connections[MAX_CONNECT_POOL]; variable
89 return pool_connections[i % pool_size]; in getPooledConnection()
/dports/comms/py-fritzconnection/fritzconnection-1.7.2/fritzconnection/core/
H A Dfritzconnection.py90 pool_connections=DEFAULT_POOL_CONNECTIONS, argument
139 pool_connections=pool_connections, pool_maxsize=pool_maxsize)
/dports/www/py-requests-unixsocket/requests-unixsocket-0.2.0/requests_unixsocket/
H A Dadapters.py59 def __init__(self, timeout=60, pool_connections=25): argument
63 pool_connections, dispose_func=lambda p: p.close()
/dports/www/firefox/firefox-99.0/third_party/python/requests_unixsocket/requests_unixsocket/
H A Dadapters.py59 def __init__(self, timeout=60, pool_connections=25): argument
63 pool_connections, dispose_func=lambda p: p.close()
/dports/devel/py-twilio/twilio-7.4.0/twilio/http/
H A Dvalidation_client.py19 … def __init__(self, account_sid, api_key_sid, credential_sid, private_key, pool_connections=True): argument
34 self.session = Session() if pool_connections else None
H A Dhttp_client.py18 …def __init__(self, pool_connections=True, request_hooks=None, timeout=None, logger=_logger, proxy=… argument
31 self.session = Session() if pool_connections else None
/dports/sysutils/py-docker/docker-5.0.3/docker/transport/
H A Dnpipeconn.py77 pool_connections=constants.DEFAULT_NUM_POOLS, argument
83 pool_connections, dispose_func=lambda p: p.close()
H A Dunixconn.py63 pool_connections=constants.DEFAULT_NUM_POOLS, argument
72 pool_connections, dispose_func=lambda p: p.close()
/dports/net/py-geopy/geopy-2.2.0/geopy/
H A Dadapters.py381 pool_connections=10, argument
403 pool_connections=pool_connections,
413 pool_connections=pool_connections,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/docker/transport/
H A Dnpipeconn.py79 pool_connections=constants.DEFAULT_NUM_POOLS): argument
83 pool_connections, dispose_func=lambda p: p.close()
H A Dunixconn.py80 pool_connections=constants.DEFAULT_NUM_POOLS): argument
87 pool_connections, dispose_func=lambda p: p.close()

12345