Home
last modified time | relevance | path

Searched refs:fnonce (Results 1 – 25 of 273) sorted by relevance

1234567891011

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/unboxed-closures/
H A Dunboxed-closures-infer-fnonce-call-twice.stderr2 --> $DIR/unboxed-closures-infer-fnonce-call-twice.rs:10:5
10 --> $DIR/unboxed-closures-infer-fnonce-call-twice.rs:8:29
15 --> $DIR/unboxed-closures-infer-fnonce-call-twice.rs:9:5
H A Dunboxed-closures-infer-fnonce-move-call-twice.stderr2 --> $DIR/unboxed-closures-infer-fnonce-move-call-twice.rs:10:5
10 --> $DIR/unboxed-closures-infer-fnonce-move-call-twice.rs:8:34
15 --> $DIR/unboxed-closures-infer-fnonce-move-call-twice.rs:9:5
/dports/security/keybase/client-v5.7.1/go/encrypteddb/
H A Ddb.go108 var fnonce [24]byte
109 copy(fnonce[:], nonce)
110 sealed := secretbox.Seal(nil, dat, &fnonce, &enckey)
114 N: fnonce,
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Derasable_kv_store.go163 var fnonce [NaclDHNonceSize]byte
164 copy(fnonce[:], nonce)
165 sealed := secretbox.Seal(nil, data, &fnonce, &enckey)
169 N: fnonce,
H A Dlksec.go345 var fnonce [24]byte
346 copy(fnonce[:], nonce)
347 box := secretbox.Seal(nil, src, &fnonce, s.secret.f)
/dports/security/keybase/client-v5.7.1/go/chat/storage/
H A Dstorage_blockengine.go298 var fnonce [24]byte
299 copy(fnonce[:], nonce)
300 sealed := secretbox.Seal(nil, dat, &fnonce, &key)
305 N: fnonce,
/dports/lang/rust/rustc-1.58.1-src/src/doc/rust-by-example/src/fn/closures/
H A Dinput_parameters.md85 …`][drop], [`Fn`][fn], [`FnMut`][fnmut], [Generics][generics], [where][where] and [`FnOnce`][fnonce]
90 [fnonce]: https://doc.rust-lang.org/std/ops/trait.FnOnce.html
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/golang.org/x/net/http2/
H A Dtransport.go1800 fnonce *sync.Once // to call fn with member
1823 s.fnonce = new(sync.Once)
1832 s.fnonce.Do(s.fn)
1850 go func() { s.fnonce.Do(s.fn) }()
/dports/textproc/peco/peco-v0.4.4/vendor/golang.org/x/net/http2/
H A Dtransport.go1989 fnonce *sync.Once // to call fn with member
2012 s.fnonce = new(sync.Once)
2021 s.fnonce.Do(s.fn)
2039 go func() { s.fnonce.Do(s.fn) }()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/golang.org/x/net/http2/
H A Dtransport.go2051 fnonce *sync.Once // to call fn with member
2077 s.fnonce = new(sync.Once)
2086 s.fnonce.Do(s.fn)
2104 go func() { s.fnonce.Do(s.fn) }()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/net/http2/
H A Dtransport.go2052 fnonce *sync.Once // to call fn with member
2078 s.fnonce = new(sync.Once)
2087 s.fnonce.Do(s.fn)
2105 go func() { s.fnonce.Do(s.fn) }()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/net/http2/
H A Dtransport.go2052 fnonce *sync.Once // to call fn with member
2078 s.fnonce = new(sync.Once)
2087 s.fnonce.Do(s.fn)
2105 go func() { s.fnonce.Do(s.fn) }()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/net/http2/
H A Dtransport.go2052 fnonce *sync.Once // to call fn with member
2078 s.fnonce = new(sync.Once)
2087 s.fnonce.Do(s.fn)
2105 go func() { s.fnonce.Do(s.fn) }()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/golang.org/x/net/http2/
H A Dtransport.go2057 fnonce *sync.Once // to call fn with member
2083 s.fnonce = new(sync.Once)
2092 s.fnonce.Do(s.fn)
2110 go func() { s.fnonce.Do(s.fn) }()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/net/http2/
H A Dtransport.go2052 fnonce *sync.Once // to call fn with member
2078 s.fnonce = new(sync.Once)
2087 s.fnonce.Do(s.fn)
2105 go func() { s.fnonce.Do(s.fn) }()
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/golang.org/x/net/http2/
H A Dtransport.go2046 fnonce *sync.Once // to call fn with member
2072 s.fnonce = new(sync.Once)
2081 s.fnonce.Do(s.fn)
2099 go func() { s.fnonce.Do(s.fn) }()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/golang.org/x/net/http2/
H A Dtransport.go2051 fnonce *sync.Once // to call fn with member
2077 s.fnonce = new(sync.Once)
2086 s.fnonce.Do(s.fn)
2104 go func() { s.fnonce.Do(s.fn) }()
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/golang.org/x/net/http2/
H A Dtransport.go2046 fnonce *sync.Once // to call fn with member
2072 s.fnonce = new(sync.Once)
2081 s.fnonce.Do(s.fn)
2099 go func() { s.fnonce.Do(s.fn) }()
/dports/devel/etcd31/etcd-3.1.20/cmd/vendor/golang.org/x/net/http2/
H A Dtransport.go2052 fnonce *sync.Once // to call fn with member
2078 s.fnonce = new(sync.Once)
2087 s.fnonce.Do(s.fn)
2105 go func() { s.fnonce.Do(s.fn) }()
/dports/misc/exercism/cli-3.0.13/vendor/golang.org/x/net/http2/
H A Dtransport.go2057 fnonce *sync.Once // to call fn with member
2083 s.fnonce = new(sync.Once)
2092 s.fnonce.Do(s.fn)
2110 go func() { s.fnonce.Do(s.fn) }()
/dports/benchmarks/bombardier/bombardier-1.2.5/vendor/golang.org/x/net/http2/
H A Dtransport.go2051 fnonce *sync.Once // to call fn with member
2077 s.fnonce = new(sync.Once)
2086 s.fnonce.Do(s.fn)
2104 go func() { s.fnonce.Do(s.fn) }()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/net/http2/
H A Dtransport.go2052 fnonce *sync.Once // to call fn with member
2078 s.fnonce = new(sync.Once)
2087 s.fnonce.Do(s.fn)
2105 go func() { s.fnonce.Do(s.fn) }()
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/net/http2/
H A Dtransport.go2052 fnonce *sync.Once // to call fn with member
2078 s.fnonce = new(sync.Once)
2087 s.fnonce.Do(s.fn)
2105 go func() { s.fnonce.Do(s.fn) }()
/dports/devel/awless/awless-0.1.11/vendor/golang.org/x/net/http2/
H A Dtransport.go2207 fnonce *sync.Once // to call fn with member
2233 s.fnonce = new(sync.Once)
2242 s.fnonce.Do(s.fn)
2260 go func() { s.fnonce.Do(s.fn) }()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/vendor/golang.org/x/net/http2/
H A Dtransport.go2198 fnonce *sync.Once // to call fn with member
2224 s.fnonce = new(sync.Once)
2233 s.fnonce.Do(s.fn)
2251 go func() { s.fnonce.Do(s.fn) }()

1234567891011