Home
last modified time | relevance | path

Searched refs:CurrentConnections (Results 1 – 25 of 54) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_ConnectionGroup.cs64 internal int CurrentConnections { property in System.Net.ConnectionGroup
243 if (CurrentConnections > connectionLimit) { in PruneExcesiveConnections()
244 int numberToPrune = CurrentConnections - connectionLimit; in PruneExcesiveConnections()
333 if (!freeConnectionsAvail && CurrentConnections < ConnectionLimit) { in FindMatchingConnection()
343 …tchingConnection [returning new Connection] CurrentConnections:" + CurrentConnections.ToString() +… in FindMatchingConnection()
511 if (!freeConnectionsAvail && CurrentConnections < ConnectionLimit) { in FindConnection()
521 …ail:" + freeConnectionsAvail.ToString() + " CurrentConnections:" + CurrentConnections.ToString() +… in FindConnection()
530 …ail:" + freeConnectionsAvail.ToString() + " CurrentConnections:" + CurrentConnections.ToString() +… in FindConnection()
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/jackc/pgx/
H A Dconn_pool_test.go66 if stat.CurrentConnections != 1 {
398 if stat.CurrentConnections != 1 {
413 if stat.CurrentConnections != stat.MaxConnections {
466 if stat.CurrentConnections != 2 {
477 if stat.CurrentConnections != 1 {
535 if stats.CurrentConnections != 0 || stats.AvailableConnections != 0 {
587 if stats.CurrentConnections != 5 || stats.AvailableConnections != 5 {
595 if stats.CurrentConnections != 0 || stats.AvailableConnections != 0 {
616 if stats.CurrentConnections != 1 || stats.AvailableConnections != 1 {
636 if stats.CurrentConnections != 1 || stats.AvailableConnections != 0 {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/jackc/pgx/
H A Dconn_pool_test.go66 if stat.CurrentConnections != 1 {
398 if stat.CurrentConnections != 1 {
413 if stat.CurrentConnections != stat.MaxConnections {
466 if stat.CurrentConnections != 2 {
477 if stat.CurrentConnections != 1 {
535 if stats.CurrentConnections != 0 || stats.AvailableConnections != 0 {
587 if stats.CurrentConnections != 5 || stats.AvailableConnections != 5 {
595 if stats.CurrentConnections != 0 || stats.AvailableConnections != 0 {
616 if stats.CurrentConnections != 1 || stats.AvailableConnections != 1 {
636 if stats.CurrentConnections != 1 || stats.AvailableConnections != 0 {
[all …]
H A Dconn_pool.go40 CurrentConnections int // current live connections member
47 return stat.CurrentConnections - stat.AvailableConnections
294 s.CurrentConnections = len(p.allConnections)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/jackc/pgx/
H A Dconn_pool_test.go66 if stat.CurrentConnections != 1 {
398 if stat.CurrentConnections != 1 {
413 if stat.CurrentConnections != stat.MaxConnections {
466 if stat.CurrentConnections != 2 {
477 if stat.CurrentConnections != 1 {
535 if stats.CurrentConnections != 0 || stats.AvailableConnections != 0 {
587 if stats.CurrentConnections != 5 || stats.AvailableConnections != 5 {
595 if stats.CurrentConnections != 0 || stats.AvailableConnections != 0 {
616 if stats.CurrentConnections != 1 || stats.AvailableConnections != 1 {
636 if stats.CurrentConnections != 1 || stats.AvailableConnections != 0 {
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DOsxTcpStatistics.cs35 _currentConnections = statistics.CurrentConnections; in OsxTcpStatistics()
44 public override long CurrentConnections { get { return _currentConnections; } } property in System.Net.NetworkInformation.OsxTcpStatistics
H A DTcpStatistics.cs30 public abstract long CurrentConnections { get; } property in System.Net.NetworkInformation.TcpStatistics
H A DSystemTcpStatistics.cs40 public override long CurrentConnections { get { return _stats.currentConnections; } } property in System.Net.NetworkInformation.SystemTcpStatistics
H A DLinuxTcpStatistics.cs28 public override long CurrentConnections { get { return _currentConnections; } } property in System.Net.NetworkInformation.LinuxTcpStatistics
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/
H A DTcpStatistics.cs56 public override long CurrentConnections { property in System.Net.NetworkInformation.MibTcpStatistics
113 public override long CurrentConnections { property in System.Net.NetworkInformation.Win32TcpStatistics
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/NetworkInformation/
H A DTcpStatistics.cs21 public abstract long CurrentConnections { get; } property in System.Net.NetworkInformation.TcpStatistics
H A DSystemTcpStatistics.cs32 public override long CurrentConnections{get {return stats.currentConnections;}} property in System.Net.NetworkInformation.SystemTcpStatistics
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/uis/
H A Dstruct_ip_status.go22 CurrentConnections int `json:"CurrentConnections" xml:"CurrentConnections"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/uis/
H A Dstruct_ip_status.go22 CurrentConnections int `json:"CurrentConnections" xml:"CurrentConnections"` member
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.ServicePoint/src/System/Net/
H A DServicePoint.cs93 public int CurrentConnections => 0; field in System.Net.ServicePoint
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DServicePoint.platformnotsupported.cs67 public int CurrentConnections { property in System.Net.ServicePoint
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/jackc/pgx/
H A Dconn_pool.go40 CurrentConnections int // current live connections member
47 return stat.CurrentConnections - stat.AvailableConnections
294 s.CurrentConnections = len(p.allConnections)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/jackc/pgx/
H A Dconn_pool.go40 CurrentConnections int // current live connections member
47 return stat.CurrentConnections - stat.AvailableConnections
294 s.CurrentConnections = len(p.allConnections)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/jackc/pgx/
H A Dconn_pool.go40 CurrentConnections int // current live connections member
47 return stat.CurrentConnections - stat.AvailableConnections
294 s.CurrentConnections = len(p.allConnections)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/jackc/pgx/
H A Dconn_pool.go40 CurrentConnections int // current live connections member
47 return stat.CurrentConnections - stat.AvailableConnections
294 s.CurrentConnections = len(p.allConnections)
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/jackc/pgx/
H A Dconn_pool.go40 CurrentConnections int // current live connections member
47 return stat.CurrentConnections - stat.AvailableConnections
294 s.CurrentConnections = len(p.allConnections)
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/jackc/pgx/
H A Dconn_pool.go40 CurrentConnections int // current live connections member
47 return stat.CurrentConnections - stat.AvailableConnections
294 s.CurrentConnections = len(p.allConnections)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/jackc/pgx/
H A Dconn_pool.go40 CurrentConnections int // current live connections member
47 return stat.CurrentConnections - stat.AvailableConnections
294 s.CurrentConnections = len(p.allConnections)
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/jackc/pgx/
H A Dconn_pool.go40 CurrentConnections int // current live connections member
47 return stat.CurrentConnections - stat.AvailableConnections
294 s.CurrentConnections = len(p.allConnections)
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/jackc/pgx/
H A Dconn_pool.go40 CurrentConnections int // current live connections member
47 return stat.CurrentConnections - stat.AvailableConnections
294 s.CurrentConnections = len(p.allConnections)

123