Home
last modified time | relevance | path

Searched defs:pipe (Results 126 – 150 of 23646) sorted by relevance

12345678910>>...946

/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
19 b pipeBuffer // nil when done reading
20 unread int // bytes unread when done
23 donec chan struct{} // closed on error
33 func (p *pipe) Len() int {
44 func (p *pipe) Read(d []byte) (n int, err error) {
73 func (p *pipe) Write(d []byte) (n int, err error) {
132 func (p *pipe) closeDoneLocked() {
146 func (p *pipe) Err() error {
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
19 b pipeBuffer // nil when done reading
20 unread int // bytes unread when done
23 donec chan struct{} // closed on error
33 func (p *pipe) Len() int {
44 func (p *pipe) Read(d []byte) (n int, err error) {
73 func (p *pipe) Write(d []byte) (n int, err error) {
132 func (p *pipe) closeDoneLocked() {
146 func (p *pipe) Err() error {
[all …]
/dports/net-mgmt/ping_exporter/ping_exporter-0.44/vendor/golang.org/x/net_83d349e8ac1a/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
19 b pipeBuffer // nil when done reading
20 unread int // bytes unread when done
23 donec chan struct{} // closed on error
33 func (p *pipe) Len() int {
44 func (p *pipe) Read(d []byte) (n int, err error) {
73 func (p *pipe) Write(d []byte) (n int, err error) {
132 func (p *pipe) closeDoneLocked() {
146 func (p *pipe) Err() error {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
19 b pipeBuffer // nil when done reading
20 unread int // bytes unread when done
23 donec chan struct{} // closed on error
33 func (p *pipe) Len() int {
44 func (p *pipe) Read(d []byte) (n int, err error) {
73 func (p *pipe) Write(d []byte) (n int, err error) {
132 func (p *pipe) closeDoneLocked() {
146 func (p *pipe) Err() error {
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
19 b pipeBuffer // nil when done reading
20 unread int // bytes unread when done
23 donec chan struct{} // closed on error
33 func (p *pipe) Len() int {
44 func (p *pipe) Read(d []byte) (n int, err error) {
73 func (p *pipe) Write(d []byte) (n int, err error) {
132 func (p *pipe) closeDoneLocked() {
146 func (p *pipe) Err() error {
[all …]
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
19 b pipeBuffer // nil when done reading
20 unread int // bytes unread when done
23 donec chan struct{} // closed on error
33 func (p *pipe) Len() int {
44 func (p *pipe) Read(d []byte) (n int, err error) {
73 func (p *pipe) Write(d []byte) (n int, err error) {
132 func (p *pipe) closeDoneLocked() {
146 func (p *pipe) Err() error {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
19 b pipeBuffer // nil when done reading
20 unread int // bytes unread when done
23 donec chan struct{} // closed on error
33 func (p *pipe) Len() int {
44 func (p *pipe) Read(d []byte) (n int, err error) {
73 func (p *pipe) Write(d []byte) (n int, err error) {
132 func (p *pipe) closeDoneLocked() {
146 func (p *pipe) Err() error {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
19 b pipeBuffer // nil when done reading
20 unread int // bytes unread when done
23 donec chan struct{} // closed on error
33 func (p *pipe) Len() int {
44 func (p *pipe) Read(d []byte) (n int, err error) {
73 func (p *pipe) Write(d []byte) (n int, err error) {
132 func (p *pipe) closeDoneLocked() {
146 func (p *pipe) Err() error {
[all …]
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
19 b pipeBuffer // nil when done reading
20 unread int // bytes unread when done
23 donec chan struct{} // closed on error
33 func (p *pipe) Len() int {
44 func (p *pipe) Read(d []byte) (n int, err error) {
73 func (p *pipe) Write(d []byte) (n int, err error) {
132 func (p *pipe) closeDoneLocked() {
146 func (p *pipe) Err() error {
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
19 b pipeBuffer // nil when done reading
20 unread int // bytes unread when done
23 donec chan struct{} // closed on error
33 func (p *pipe) Len() int {
44 func (p *pipe) Read(d []byte) (n int, err error) {
73 func (p *pipe) Write(d []byte) (n int, err error) {
132 func (p *pipe) closeDoneLocked() {
146 func (p *pipe) Err() error {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
19 b pipeBuffer // nil when done reading
20 unread int // bytes unread when done
23 donec chan struct{} // closed on error
33 func (p *pipe) Len() int {
44 func (p *pipe) Read(d []byte) (n int, err error) {
73 func (p *pipe) Write(d []byte) (n int, err error) {
132 func (p *pipe) closeDoneLocked() {
146 func (p *pipe) Err() error {
[all …]
/dports/net/grpcurl/grpcurl-1.8.5/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
19 b pipeBuffer // nil when done reading
20 unread int // bytes unread when done
23 donec chan struct{} // closed on error
33 func (p *pipe) Len() int {
44 func (p *pipe) Read(d []byte) (n int, err error) {
73 func (p *pipe) Write(d []byte) (n int, err error) {
132 func (p *pipe) closeDoneLocked() {
146 func (p *pipe) Err() error {
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
18 c sync.Cond // c.L lazily initialized to &p.mu
19 b pipeBuffer // nil when done reading
22 donec chan struct{} // closed on error
32 func (p *pipe) Len() int {
43 func (p *pipe) Read(d []byte) (n int, err error) {
72 func (p *pipe) Write(d []byte) (n int, err error) {
127 func (p *pipe) closeDoneLocked() {
141 func (p *pipe) Err() error {
[all …]
/dports/net/grpcox/grpcox-1.0.0/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
18 c sync.Cond // c.L lazily initialized to &p.mu
19 b pipeBuffer // nil when done reading
22 donec chan struct{} // closed on error
32 func (p *pipe) Len() int {
43 func (p *pipe) Read(d []byte) (n int, err error) {
72 func (p *pipe) Write(d []byte) (n int, err error) {
127 func (p *pipe) closeDoneLocked() {
141 func (p *pipe) Err() error {
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
18 c sync.Cond // c.L lazily initialized to &p.mu
19 b pipeBuffer // nil when done reading
22 donec chan struct{} // closed on error
32 func (p *pipe) Len() int {
43 func (p *pipe) Read(d []byte) (n int, err error) {
72 func (p *pipe) Write(d []byte) (n int, err error) {
127 func (p *pipe) closeDoneLocked() {
141 func (p *pipe) Err() error {
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
18 c sync.Cond // c.L lazily initialized to &p.mu
19 b pipeBuffer // nil when done reading
22 donec chan struct{} // closed on error
32 func (p *pipe) Len() int {
43 func (p *pipe) Read(d []byte) (n int, err error) {
72 func (p *pipe) Write(d []byte) (n int, err error) {
127 func (p *pipe) closeDoneLocked() {
141 func (p *pipe) Err() error {
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
18 c sync.Cond // c.L lazily initialized to &p.mu
19 b pipeBuffer // nil when done reading
22 donec chan struct{} // closed on error
32 func (p *pipe) Len() int {
43 func (p *pipe) Read(d []byte) (n int, err error) {
72 func (p *pipe) Write(d []byte) (n int, err error) {
127 func (p *pipe) closeDoneLocked() {
141 func (p *pipe) Err() error {
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
18 c sync.Cond // c.L lazily initialized to &p.mu
19 b pipeBuffer // nil when done reading
22 donec chan struct{} // closed on error
32 func (p *pipe) Len() int {
43 func (p *pipe) Read(d []byte) (n int, err error) {
72 func (p *pipe) Write(d []byte) (n int, err error) {
127 func (p *pipe) closeDoneLocked() {
141 func (p *pipe) Err() error {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
18 c sync.Cond // c.L lazily initialized to &p.mu
19 b pipeBuffer // nil when done reading
22 donec chan struct{} // closed on error
32 func (p *pipe) Len() int {
43 func (p *pipe) Read(d []byte) (n int, err error) {
72 func (p *pipe) Write(d []byte) (n int, err error) {
127 func (p *pipe) closeDoneLocked() {
141 func (p *pipe) Err() error {
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/cmd/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
18 c sync.Cond // c.L lazily initialized to &p.mu
19 b pipeBuffer // nil when done reading
22 donec chan struct{} // closed on error
32 func (p *pipe) Len() int {
43 func (p *pipe) Read(d []byte) (n int, err error) {
72 func (p *pipe) Write(d []byte) (n int, err error) {
127 func (p *pipe) closeDoneLocked() {
141 func (p *pipe) Err() error {
[all …]
/dports/devel/lab/lab-0.17.2/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
18 c sync.Cond // c.L lazily initialized to &p.mu
19 b pipeBuffer // nil when done reading
22 donec chan struct{} // closed on error
32 func (p *pipe) Len() int {
43 func (p *pipe) Read(d []byte) (n int, err error) {
72 func (p *pipe) Write(d []byte) (n int, err error) {
127 func (p *pipe) closeDoneLocked() {
141 func (p *pipe) Err() error {
[all …]
/dports/finance/cointop/cointop-1.5.4/vendor/golang.org/x/net/net-da137c7871d7/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
18 c sync.Cond // c.L lazily initialized to &p.mu
19 b pipeBuffer // nil when done reading
22 donec chan struct{} // closed on error
32 func (p *pipe) Len() int {
43 func (p *pipe) Read(d []byte) (n int, err error) {
72 func (p *pipe) Write(d []byte) (n int, err error) {
127 func (p *pipe) closeDoneLocked() {
141 func (p *pipe) Err() error {
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/cloudfoundry/gosigar/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
18 c sync.Cond // c.L lazily initialized to &p.mu
19 b pipeBuffer // nil when done reading
22 donec chan struct{} // closed on error
32 func (p *pipe) Len() int {
43 func (p *pipe) Read(d []byte) (n int, err error) {
72 func (p *pipe) Write(d []byte) (n int, err error) {
127 func (p *pipe) closeDoneLocked() {
141 func (p *pipe) Err() error {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
18 c sync.Cond // c.L lazily initialized to &p.mu
19 b pipeBuffer // nil when done reading
22 donec chan struct{} // closed on error
32 func (p *pipe) Len() int {
43 func (p *pipe) Read(d []byte) (n int, err error) {
72 func (p *pipe) Write(d []byte) (n int, err error) {
127 func (p *pipe) closeDoneLocked() {
141 func (p *pipe) Err() error {
[all …]
/dports/net-im/xmpp-client/xmpp-client-3030ad4/vendor/golang.org/x/net/http2/
H A Dpipe.go16 type pipe struct { struct
17 mu sync.Mutex
18 c sync.Cond // c.L lazily initialized to &p.mu
19 b pipeBuffer // nil when done reading
22 donec chan struct{} // closed on error
32 func (p *pipe) Len() int {
43 func (p *pipe) Read(d []byte) (n int, err error) {
72 func (p *pipe) Write(d []byte) (n int, err error) {
127 func (p *pipe) closeDoneLocked() {
141 func (p *pipe) Err() error {
[all …]

12345678910>>...946