Home
last modified time | relevance | path

Searched refs:unacked (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_unacked_packet_map_test.cc175 VerifyUnackedPackets(unacked, QUICHE_ARRAYSIZE(unacked)); in TEST_P()
191 VerifyUnackedPackets(unacked, QUICHE_ARRAYSIZE(unacked)); in TEST_P()
192 VerifyInFlightPackets(unacked, QUICHE_ARRAYSIZE(unacked)); in TEST_P()
196 VerifyUnackedPackets(unacked, QUICHE_ARRAYSIZE(unacked)); in TEST_P()
201 VerifyUnackedPackets(unacked, QUICHE_ARRAYSIZE(unacked)); in TEST_P()
217 VerifyUnackedPackets(unacked, QUICHE_ARRAYSIZE(unacked)); in TEST_P()
224 VerifyUnackedPackets(unacked, QUICHE_ARRAYSIZE(unacked)); in TEST_P()
235 VerifyUnackedPackets(unacked, QUICHE_ARRAYSIZE(unacked)); in TEST_P()
241 VerifyUnackedPackets(unacked, QUICHE_ARRAYSIZE(unacked)); in TEST_P()
254 VerifyUnackedPackets(unacked, QUICHE_ARRAYSIZE(unacked)); in TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_unacked_packet_map_test.cc179 VerifyUnackedPackets(unacked, ABSL_ARRAYSIZE(unacked)); in TEST_P()
195 VerifyUnackedPackets(unacked, ABSL_ARRAYSIZE(unacked)); in TEST_P()
196 VerifyInFlightPackets(unacked, ABSL_ARRAYSIZE(unacked)); in TEST_P()
200 VerifyUnackedPackets(unacked, ABSL_ARRAYSIZE(unacked)); in TEST_P()
205 VerifyUnackedPackets(unacked, ABSL_ARRAYSIZE(unacked)); in TEST_P()
221 VerifyUnackedPackets(unacked, ABSL_ARRAYSIZE(unacked)); in TEST_P()
228 VerifyUnackedPackets(unacked, ABSL_ARRAYSIZE(unacked)); in TEST_P()
239 VerifyUnackedPackets(unacked, ABSL_ARRAYSIZE(unacked)); in TEST_P()
245 VerifyUnackedPackets(unacked, ABSL_ARRAYSIZE(unacked)); in TEST_P()
259 VerifyUnackedPackets(unacked, ABSL_ARRAYSIZE(unacked)); in TEST_P()
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-jwt/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-openldap/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-elasticsearch/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-ad/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-azure/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-terraform/vendor/google.golang.org/grpc/internal/transport/
H A Dflowcontrol.go82 unacked uint32 member
94 f.unacked += n
95 if f.unacked >= f.limit/4 {
96 w := f.unacked
97 f.unacked = 0
106 w := f.unacked
107 f.unacked = 0
113 atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)

12345678910>>...14