Home
last modified time | relevance | path

Searched refs:timeoutError (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/libp2p/go-reuseport/poll/
H A Derror.go3 var errTimeout = &timeoutError{}
5 type timeoutError struct{} struct
7 func (e *timeoutError) Error() string { return "i/o timeout" } argument
8 func (e *timeoutError) Timeout() bool { return true } argument
9 func (e *timeoutError) Temporary() bool { return true } argument
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/logr/
H A Dtimeout.go6 type timeoutError struct { struct
11 func newTimeoutError(text string) timeoutError {
12 return timeoutError{text: text}
17 if _, ok := err.(timeoutError); ok {
32 func (err timeoutError) Error() string { argument
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/logr/v2/
H A Dtimeout.go6 type timeoutError struct { struct
11 func newTimeoutError(text string) timeoutError {
12 return timeoutError{text: text}
17 if _, ok := err.(timeoutError); ok {
32 func (err timeoutError) Error() string { argument
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/logr/
H A Dtimeout.go6 type timeoutError struct { struct
11 func newTimeoutError(text string) timeoutError {
12 return timeoutError{text: text}
17 if _, ok := err.(timeoutError); ok {
32 func (err timeoutError) Error() string { argument
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/mattermost/logr/v2/
H A Dtimeout.go6 type timeoutError struct { struct
11 func newTimeoutError(text string) timeoutError {
12 return timeoutError{text: text}
17 if _, ok := err.(timeoutError); ok {
32 func (err timeoutError) Error() string { argument
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/transport/vnet/
H A Derrors.go3 type timeoutError struct { struct
8 return &timeoutError{
13 func (e *timeoutError) Error() string { argument
17 func (e *timeoutError) Timeout() bool { argument
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/transport/vnet/
H A Derrors.go3 type timeoutError struct { struct
8 return &timeoutError{
13 func (e *timeoutError) Error() string { argument
17 func (e *timeoutError) Timeout() bool { argument
/dports/net-mgmt/ping_exporter/ping_exporter-0.44/vendor/github.com/digineo/go-ping/
H A Derror.go12 type timeoutError struct{} struct
14 func (e *timeoutError) Error() string { return "i/o timeout" } argument
15 func (e *timeoutError) Timeout() bool { return true } argument
16 func (e *timeoutError) Temporary() bool { return true } argument
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/turn/internal/client/
H A Derrors.go9 type timeoutError struct { struct
14 return &timeoutError{
19 func (e *timeoutError) Error() string { argument
23 func (e *timeoutError) Timeout() bool { argument
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/neilalexander/utp/
H A Dutp.go109 errTimeout net.Error = timeoutError{"i/o timeout"}
110 errAckTimeout = timeoutError{"timed out waiting for ack"}
113 type timeoutError struct { struct
117 func (me timeoutError) Timeout() bool { return true } argument
118 func (me timeoutError) Error() string { return me.msg } argument
119 func (me timeoutError) Temporary() bool { return false } argument
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/turn/v2/internal/client/
H A Derrors.go21 type timeoutError struct { struct
26 return &timeoutError{
31 func (e *timeoutError) Error() string { argument
35 func (e *timeoutError) Timeout() bool { argument
/dports/lang/gcc8/gcc-8.5.0/libgo/go/net/
H A Dpipe.go81 type timeoutError struct{} struct
83 func (timeoutError) Error() string { return "deadline exceeded" } argument
84 func (timeoutError) Timeout() bool { return true } argument
85 func (timeoutError) Temporary() bool { return true } argument
161 return 0, timeoutError{}
174 return 0, timeoutError{}
193 return 0, timeoutError{}
209 return n, timeoutError{}
/dports/lang/gcc10/gcc-10.3.0/libgo/go/net/
H A Dpipe.go81 type timeoutError struct{} struct
83 func (timeoutError) Error() string { return "deadline exceeded" } argument
84 func (timeoutError) Timeout() bool { return true } argument
85 func (timeoutError) Temporary() bool { return true } argument
161 return 0, timeoutError{}
174 return 0, timeoutError{}
193 return 0, timeoutError{}
209 return n, timeoutError{}
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/net/
H A Dpipe.go81 type timeoutError struct{} struct
83 func (timeoutError) Error() string { return "deadline exceeded" } argument
84 func (timeoutError) Timeout() bool { return true } argument
85 func (timeoutError) Temporary() bool { return true } argument
161 return 0, timeoutError{}
174 return 0, timeoutError{}
193 return 0, timeoutError{}
209 return n, timeoutError{}
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/net/
H A Dpipe.go81 type timeoutError struct{} struct
83 func (timeoutError) Error() string { return "deadline exceeded" } argument
84 func (timeoutError) Timeout() bool { return true } argument
85 func (timeoutError) Temporary() bool { return true } argument
161 return 0, timeoutError{}
174 return 0, timeoutError{}
193 return 0, timeoutError{}
209 return n, timeoutError{}
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/net/
H A Dpipe.go81 type timeoutError struct{} struct
83 func (timeoutError) Error() string { return "deadline exceeded" } argument
84 func (timeoutError) Timeout() bool { return true } argument
85 func (timeoutError) Temporary() bool { return true } argument
161 return 0, timeoutError{}
174 return 0, timeoutError{}
193 return 0, timeoutError{}
209 return n, timeoutError{}
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/net/
H A Dpipe.go81 type timeoutError struct{} struct
83 func (timeoutError) Error() string { return "deadline exceeded" } argument
84 func (timeoutError) Timeout() bool { return true } argument
85 func (timeoutError) Temporary() bool { return true } argument
161 return 0, timeoutError{}
174 return 0, timeoutError{}
193 return 0, timeoutError{}
209 return n, timeoutError{}
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/net/
H A Dpipe.go81 type timeoutError struct{} struct
83 func (timeoutError) Error() string { return "deadline exceeded" } argument
84 func (timeoutError) Timeout() bool { return true } argument
85 func (timeoutError) Temporary() bool { return true } argument
161 return 0, timeoutError{}
174 return 0, timeoutError{}
193 return 0, timeoutError{}
209 return n, timeoutError{}
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/net/
H A Dpipe.go81 type timeoutError struct{} struct
83 func (timeoutError) Error() string { return "deadline exceeded" } argument
84 func (timeoutError) Timeout() bool { return true } argument
85 func (timeoutError) Temporary() bool { return true } argument
161 return 0, timeoutError{}
174 return 0, timeoutError{}
193 return 0, timeoutError{}
209 return n, timeoutError{}
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/net/
H A Dpipe.go81 type timeoutError struct{} struct
83 func (timeoutError) Error() string { return "deadline exceeded" } argument
84 func (timeoutError) Timeout() bool { return true } argument
85 func (timeoutError) Temporary() bool { return true } argument
161 return 0, timeoutError{}
174 return 0, timeoutError{}
193 return 0, timeoutError{}
209 return n, timeoutError{}
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/net/
H A Dpipe.go81 type timeoutError struct{} struct
83 func (timeoutError) Error() string { return "deadline exceeded" } argument
84 func (timeoutError) Timeout() bool { return true } argument
85 func (timeoutError) Temporary() bool { return true } argument
161 return 0, timeoutError{}
174 return 0, timeoutError{}
193 return 0, timeoutError{}
209 return n, timeoutError{}
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/net/
H A Dpipe.go81 type timeoutError struct{}
83 func (timeoutError) Error() string { return "deadline exceeded" }
84 func (timeoutError) Timeout() bool { return true }
85 func (timeoutError) Temporary() bool { return true }
161 return 0, timeoutError{}
174 return 0, timeoutError{}
193 return 0, timeoutError{}
209 return n, timeoutError{}
/dports/lang/gcc9/gcc-9.4.0/libgo/go/net/
H A Dpipe.go81 type timeoutError struct{} struct
83 func (timeoutError) Error() string { return "deadline exceeded" } argument
84 func (timeoutError) Timeout() bool { return true } argument
85 func (timeoutError) Temporary() bool { return true } argument
161 return 0, timeoutError{}
174 return 0, timeoutError{}
193 return 0, timeoutError{}
209 return n, timeoutError{}
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/net/
H A Dpipe.go81 type timeoutError struct{} struct
83 func (timeoutError) Error() string { return "deadline exceeded" } argument
84 func (timeoutError) Timeout() bool { return true } argument
85 func (timeoutError) Temporary() bool { return true } argument
161 return 0, timeoutError{}
174 return 0, timeoutError{}
193 return 0, timeoutError{}
209 return n, timeoutError{}
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/swarmkit/vendor/github.com/docker/go-connections/sockets/
H A Dinmem_socket.go85 type timeoutError struct{} struct
87 func (e *timeoutError) Error() string { return "i/o timeout" } argument
88 func (e *timeoutError) Timeout() bool { return true } argument
89 func (e *timeoutError) Temporary() bool { return true } argument

12345678910>>...13