Lines Matching defs:Timeout
417 Timeout() bool // Is the error a timeout? methodSpec
526 Timeout() bool methodSpec
529 func (e *OpError) Timeout() bool { func
569 func (e *ParseError) Timeout() bool { return false } func
588 func (e *AddrError) Timeout() bool { return false } func
594 func (e UnknownNetworkError) Timeout() bool { return false } func
600 func (e InvalidAddrError) Timeout() bool { return false } func
619 func (e *timeoutError) Timeout() bool { return true } func
634 func (e *DNSConfigError) Timeout() bool { return false } func
655 func (e *temporaryError) Timeout() bool { return false } func
722 func (e *DNSError) Timeout() bool { return e.IsTimeout } func