Home
last modified time | relevance | path

Searched defs:netErr (Results 1 – 13 of 13) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/mongo/integration/
H A Derrors_test.go26 type netErr struct { struct
27 timeout bool
30 func (n netErr) Error() string {
34 func (n netErr) Timeout() bool {
38 func (n netErr) Temporary() bool {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/mongo/integration/
H A Derrors_test.go26 type netErr struct { struct
27 timeout bool
30 func (n netErr) Error() string {
34 func (n netErr) Timeout() bool {
38 func (n netErr) Temporary() bool {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A Dconnection_test.go20 type netErr struct { struct
23 func (n netErr) Error() string {
27 func (n netErr) Timeout() bool {
31 func (n netErr) Temporary() bool {
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A Dconnection_test.go23 type netErr struct { struct
26 func (n netErr) Error() string {
30 func (n netErr) Timeout() bool {
34 func (n netErr) Temporary() bool {
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A Dsdam_spec_test.go205 type netErr struct { struct
206 timeout bool
209 func (n netErr) Error() string {
213 func (n netErr) Timeout() bool {
217 func (n netErr) Temporary() bool {
/dports/lang/gcc48/gcc-4.8.5/libgo/go/net/
H A Dipsock_plan9.go108 func netErr(e error) { func
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/net/
H A Dipsock_plan9.go113 func netErr(e error) { func
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/net/
H A Dipsock_plan9.go138 func netErr(e error) { func
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/net/
H A Dipsock_plan9.go138 func netErr(e error) { func
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/net/
H A Dipsock_plan9.go138 func netErr(e error) { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A Dsdam_spec_test.go289 type netErr struct { struct
290 timeout bool
293 func (n netErr) Error() string {
297 func (n netErr) Timeout() bool {
301 func (n netErr) Temporary() bool {
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A Dsdam_spec_test.go289 type netErr struct { struct
290 timeout bool
293 func (n netErr) Error() string {
297 func (n netErr) Timeout() bool {
301 func (n netErr) Temporary() bool {
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/rte/router/
H A DCRouterBRouter.cpp372 const QNetworkReply::NetworkError& netErr = reply->error(); in synchronousRequest() local
518 const QNetworkReply::NetworkError& netErr = reply->error(); in slotRequestFinished() local